reload tmux config from correct path (#820)
This commit is contained in:
parent
b768fc601e
commit
aff828d935
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ unbind j
|
||||||
unbind C-b # unbind default leader key
|
unbind C-b # unbind default leader key
|
||||||
unbind '"' # unbind horizontal split
|
unbind '"' # unbind horizontal split
|
||||||
unbind % # unbind vertical split
|
unbind % # unbind vertical split
|
||||||
bind-key r source-file ~/.tmux.conf
|
bind-key r source-file ~/.config/tmux/tmux.conf
|
||||||
bind-key c split-window -v # split pane horizontally
|
bind-key c split-window -v # split pane horizontally
|
||||||
bind-key v split-window -h # split pane vertically
|
bind-key v split-window -h # split pane vertically
|
||||||
bind-key Space list-panes
|
bind-key Space list-panes
|
||||||
|
|
Loading…
Reference in a new issue