tmux: prefix-l -> ^L

This commit is contained in:
Théophile Bastian 2017-06-09 13:31:11 +02:00
parent 3817a7c8f8
commit 3dec79668f
1 changed files with 3 additions and 0 deletions

View File

@ -43,6 +43,9 @@ set -g visual-activity on
unbind r
bind r source-file ~/.tmux.conf \; display-message " Config reloaded".
# Reassign overloaded bindings
bind l send-keys 'C-l'
# Status bar
set -g status-bg colour237