tmux - enable control-l to clear screen
This commit is contained in:
parent
1b991b1e14
commit
a841349267
1 changed files with 1 additions and 0 deletions
|
|
@ -93,6 +93,7 @@
|
|||
bind g select-layout tiled
|
||||
bind o select-pane -t :.-
|
||||
bind-key u capture-pane \; save-buffer /tmp/tmux-buffer \; new-window -n "urlscan" '$SHELL -c "urlscan -c -d < /tmp/tmux-buffer"'
|
||||
bind-key -n C-l send-keys 'C-l'
|
||||
set -g bell-action any
|
||||
set -g buffer-limit 9
|
||||
set -g display-panes-active-colour red
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue