better pane split bindings
This commit is contained in:
parent
edeca3ae07
commit
235b2d14fb
1 changed files with 3 additions and 0 deletions
|
@ -11,6 +11,9 @@ bind h select-pane -L
|
|||
bind j select-pane -D
|
||||
bind k select-pane -U
|
||||
bind l select-pane -R
|
||||
bind u attach-session -c "#{pane_current_path}"
|
||||
bind v split-window -c "#{pane_current_path}" -h
|
||||
bind s split-window -c "#{pane_current_path}" -v
|
||||
|
||||
#reload config file
|
||||
bind r source-file ~/.config/tmux/tmux.conf
|
||||
|
|
Loading…
Add table
Reference in a new issue