small fix for tmux
This commit is contained in:
parent
cdb9717cca
commit
756b320cb8
1 changed files with 2 additions and 1 deletions
|
|
@ -70,7 +70,8 @@
|
||||||
bind -r L resize-pane -R 5
|
bind -r L resize-pane -R 5
|
||||||
|
|
||||||
# Enable nested session control
|
# Enable nested session control
|
||||||
bind a send-prefix
|
# Ctrl-a Ctrl-a sends prefix to inner tmux session
|
||||||
|
bind ^A send-prefix
|
||||||
|
|
||||||
# Reload config file
|
# Reload config file
|
||||||
bind r source-file ~/.config/tmux/tmux.conf \; display-message "Config reloaded!"
|
bind r source-file ~/.config/tmux/tmux.conf \; display-message "Config reloaded!"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue