tmux: add shortcuts to open split in same path
parent
e29945a130
commit
ae2d81a47c
|
@ -14,3 +14,8 @@ set-option -g window-status-bell-attr bold
|
||||||
set-option -g window-status-activity-attr bold
|
set-option -g window-status-activity-attr bold
|
||||||
|
|
||||||
bind r source-file ~/.tmux.conf
|
bind r source-file ~/.tmux.conf
|
||||||
|
|
||||||
|
bind '"' split-window -c "#{pane_current_path}"
|
||||||
|
bind % split-window -h -c "#{pane_current_path}"
|
||||||
|
|
||||||
|
bind C-c new-window -c '#{pane_current_path}'
|
||||||
|
|
Loading…
Reference in New Issue