Adding vi-mode copy pasta

main
Dan Buch 12 years ago
parent 67c795e918
commit bdc493aee5

@ -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
Loading…
Cancel
Save