tmux: add shortcuts to open split in same path

master
Guillaume Dott 2016-08-29 16:02:03 +02:00
parent e29945a130
commit ae2d81a47c
1 changed files with 5 additions and 0 deletions

View File

@ -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}'