small fix for tmux
This commit is contained in:
parent
b1b0a57732
commit
cdb9717cca
1 changed files with 2 additions and 3 deletions
|
|
@ -69,9 +69,8 @@
|
||||||
bind -r K resize-pane -U 5
|
bind -r K resize-pane -U 5
|
||||||
bind -r L resize-pane -R 5
|
bind -r L resize-pane -R 5
|
||||||
|
|
||||||
# Quick pane cycling
|
# Enable nested session control
|
||||||
unbind o
|
bind a send-prefix
|
||||||
bind ^A select-pane -t :.+
|
|
||||||
|
|
||||||
# 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