Also fix for create window

This commit is contained in:
Andrew Tomaka 2015-03-11 23:30:40 -04:00
parent 8556eb49b9
commit 705c00bc0f

View file

@ -39,6 +39,9 @@ bind-key -t vi-copy 'v' begin-selection
bind-key -t vi-copy 'y' copy-selection
bind y run-shell "tmux show-buffer | xclip -sel clip -i"
# because the new tmux is inadequate
bind c new-window -c "#{pane_current_path}"
# be more like vim
bind s split-window -v -c "#{pane_current_path}" # horizontal window split
bind v split-window -h -c "#{pane_current_path}" # vertical window split