Tmux vimstyle copy bindings
This commit is contained in:
parent
668c7bb1a2
commit
fa63e29e5d
6 changed files with 1090 additions and 1 deletions
|
|
@ -1,4 +1,8 @@
|
|||
# split panes using | and -
|
||||
setw -g mode-keys vi
|
||||
bind-key -T copy-mode-vi 'v' send -X begin-selection # Begin selection in copy mode.
|
||||
bind-key -T copy-mode-vi 'C-v' send -X rectangle-toggle # Begin selection in copy mode.
|
||||
bind-key -T copy-mode-vi 'y' send -X copy-selection # Yank selection in copy mode.
|
||||
bind | split-window -h
|
||||
bind - split-window -v
|
||||
unbind '"'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue