tmux - enable control-l to clear screen

This commit is contained in:
Don Harper 2025-03-06 20:11:58 -06:00
parent 1b991b1e14
commit a841349267

View file

@ -93,6 +93,7 @@
bind g select-layout tiled bind g select-layout tiled
bind o select-pane -t :.- 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 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 bell-action any
set -g buffer-limit 9 set -g buffer-limit 9
set -g display-panes-active-colour red set -g display-panes-active-colour red