Tmux will now open splits and windows with the same path
This commit is contained in:
parent
9bb11d975f
commit
c0b519ed25
|
@ -18,7 +18,9 @@ bind -n M-j if-shell "$is_vim" "send-keys M-j" "select-pane -D"
|
||||||
bind -n M-k if-shell "$is_vim" "send-keys M-k" "select-pane -U"
|
bind -n M-k if-shell "$is_vim" "send-keys M-k" "select-pane -U"
|
||||||
bind -n M-l if-shell "$is_vim" "send-keys M-l" "select-pane -R"
|
bind -n M-l if-shell "$is_vim" "send-keys M-l" "select-pane -R"
|
||||||
|
|
||||||
bind -n C-j new-window
|
bind '"' split-window -c "#{pane_current_path}"
|
||||||
|
bind % split-window -h -c "#{pane_current_path}"
|
||||||
|
bind -n C-j new-window -c "#{pane_current_path}"
|
||||||
bind -n C-h prev
|
bind -n C-h prev
|
||||||
bind -n C-l next
|
bind -n C-l next
|
||||||
bind -n C-M-l swap-window -t +1 \; next
|
bind -n C-M-l swap-window -t +1 \; next
|
||||||
|
|
Loading…
Reference in New Issue
Block a user