Restore old next/previous window bindings

This commit is contained in:
Kenneth Benzie 2018-08-15 14:18:07 +01:00
parent 135a793d1c
commit 8ce4cbb15d

View File

@ -47,6 +47,10 @@ set -ga terminal-overrides 'xterm*:smxx=\E[9m'
if -b '[ "`uname`" = "Darwin" ]' \ if -b '[ "`uname`" = "Darwin" ]' \
"set -g default-command 'reattach-to-user-namespace -l $SHELL'" "set -g default-command 'reattach-to-user-namespace -l $SHELL'"
# Restore old next/previous window bindings
bind C-n next-window
bind C-p previous-window
# Make new splits open in current directory # Make new splits open in current directory
bind "\"" split-window -c "#{pane_current_path}" bind "\"" split-window -c "#{pane_current_path}"
bind "%" split-window -h -c "#{pane_current_path}" bind "%" split-window -h -c "#{pane_current_path}"