tmux: Spawn new windows and splits in the current directory
This commit is contained in:
parent
8ddfb16749
commit
e1b57f636d
1 changed files with 3 additions and 2 deletions
|
@ -69,8 +69,9 @@ in
|
|||
|
||||
bind-key C-a send-prefix
|
||||
|
||||
bind-key | split-window -h
|
||||
bind-key - split-window -v
|
||||
bind-key | split-window -h -c "#{pane_current_path}"
|
||||
bind-key - split-window -v -c "#{pane_current_path}"
|
||||
bind-key c new-window -c "#{pane_current_path}"
|
||||
|
||||
bind-key h select-pane -L
|
||||
bind-key n select-pane -D
|
||||
|
|
Loading…
Reference in a new issue