tmux: prefix-l -> ^L
This commit is contained in:
parent
3817a7c8f8
commit
3dec79668f
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue