diff --git a/tmux.conf b/tmux.conf new file mode 100644 index 0000000..3f76074 --- /dev/null +++ b/tmux.conf @@ -0,0 +1,7 @@ +setw -g mode-keys vi +unbind [ +bind Escape copy-mode +unbind p +bind p paste-buffer +bind-key -t vi-copy 'v' begin-selection +bind-key -t vi-copy 'y' copy-selection