tmux: Allow clearing the screen
This commit is contained in:
parent
bc46a795cb
commit
285f7ecb29
|
@ -72,3 +72,7 @@ bind-key -T copy-mode-vi 'C-j' select-pane -D
|
|||
bind-key -T copy-mode-vi 'C-k' select-pane -U
|
||||
bind-key -T copy-mode-vi 'C-l' select-pane -R
|
||||
bind-key -T copy-mode-vi 'C-\' select-pane -l
|
||||
|
||||
# Allow clearing screen with ctrl-l by using <prefix> C-l
|
||||
bind C-l send-keys 'C-l'
|
||||
bind C-k send-keys 'C-k'
|
||||
|
|
Loading…
Reference in a new issue