mirror of
https://github.com/prurigro/darkcloud-tmuxconfig.git
synced 2024-11-23 07:34:10 -05:00
Update to reflect changes in 2.4
This commit is contained in:
parent
cc682b0382
commit
4360c3b7ce
2 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue