tmux: fix location of tmux.conf when reloading
This commit is contained in:
parent
299637c7cc
commit
1de7d27c2b
1 changed files with 1 additions and 2 deletions
|
@ -8,10 +8,9 @@ bind C-space send-prefix
|
|||
bind c new-window -c '#{pane_current_path}'
|
||||
bind | split-window -h -c '#{pane_current_path}'
|
||||
bind - split-window -v -c '#{pane_current_path}'
|
||||
|
||||
bind x kill-pane
|
||||
bind X kill-window
|
||||
bind r source-file ~/.tmux.conf
|
||||
bind r source-file "$XDG_CONFIG_HOME/tmux/tmux.conf"
|
||||
bind . next-window
|
||||
bind , previous-window
|
||||
bind n command-prompt 'rename-window %%'
|
||||
|
|
Loading…
Add table
Reference in a new issue