dotfiles: yet another update
This commit is contained in:
@@ -44,13 +44,11 @@ bind Escape copy-mode
|
||||
|
||||
setw -g mode-keys vi
|
||||
|
||||
bind-key Space run-shell "tmux list-sessions -F \"##S\" | fzf-tmux | xargs tmux switch -t"
|
||||
|
||||
unbind-key -T copy-mode-vi v
|
||||
|
||||
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-key -T copy-mode-vi 'y' send -X copy-pipe-and-cancel "pbcopy" # Yank selection in copy mode.
|
||||
bind-key -T copy-mode-vi 'K' send -X halfpage-up
|
||||
bind-key -T copy-mode-vi 'J' send -X halfpage-down
|
||||
|
||||
|
||||
Reference in New Issue
Block a user