Skip to content

Instantly share code, notes, and snippets.

View iagof1's full-sized avatar

Iago Filipe iagof1

  • Brazil
View GitHub Profile
@rdenadai
rdenadai / .tmux.conf
Last active April 26, 2025 17:42
settings for python development
unbind r
bind r source-file ~/.tmux.conf
set -g prefix C-s
set -g mouse on
setw -g mode-keys vi
set-option -s set-clipboard off
bind P paste-buffer
bind-key -T copy-mode-vi v send-keys -X begin-selection