Browse Source

tmux: use 'k' to clear the scrollback buffer

Signed-off-by: Alejandro Mery <amery@geeks.cl>
master
Alejandro Mery 7 years ago
parent
commit
e47b061248
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      files/.tmux.conf

+ 3
- 0
files/.tmux.conf

@ -69,3 +69,6 @@ bind = paste-buffer
bind -t vi-copy 'v' begin-selection
bind -t vi-copy 'y' copy-selection
# clear scroll
#
bind k send-keys -R \; clear-history

Loading…
Cancel
Save