Adding vi-mode copy pasta

This commit is contained in:
Dan Buch 2012-06-05 10:54:46 -04:00
parent 67c795e918
commit bdc493aee5

7
tmux.conf Normal file
View File

@ -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