Update to reflect changes in 2.4

This commit is contained in:
Kevin MacMartin 2017-04-24 23:42:18 -04:00
parent cc682b0382
commit 4360c3b7ce
2 changed files with 6 additions and 6 deletions

View file

@ -122,9 +122,9 @@ bind C-v run "xclip -o | tmux load-buffer - ; tmux paste-buffer"
bind C-y run "tmux show-buffer | xclip -sel clip"
#
# (copy mode) v,y and escape to select, copy and cancel respectively
bind -t vi-copy y copy-selection
bind -t vi-copy v begin-selection
bind -t vi-copy Escape cancel
bind -Tcopy-mode-vi y send -X copy-selection
bind -Tcopy-mode-vi v send -X begin-selection
bind -Tcopy-mode-vi Escape send -X cancel
#
# bind <alt>[0-9] to switching directly to the respective window
bind -n M-1 select-window -t 1

View file

@ -122,9 +122,9 @@ bind C-v run "xclip -o | tmux load-buffer - ; tmux paste-buffer"
bind C-y run "tmux show-buffer | xclip -sel clip"
#
# (copy mode) v,y and escape to select, copy and cancel respectively
bind -t vi-copy y copy-selection
bind -t vi-copy v begin-selection
bind -t vi-copy Escape cancel
bind -Tcopy-mode-vi y send -X copy-selection
bind -Tcopy-mode-vi v send -X begin-selection
bind -Tcopy-mode-vi Escape send -X cancel
#
# bind <alt>[0-9] to switching directly to the respective window
bind -n M-1 select-window -t 1