Restore old next/previous window bindings
This commit is contained in:
parent
135a793d1c
commit
8ce4cbb15d
@ -47,6 +47,10 @@ set -ga terminal-overrides 'xterm*:smxx=\E[9m'
|
||||
if -b '[ "`uname`" = "Darwin" ]' \
|
||||
"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
|
||||
bind "\"" split-window -c "#{pane_current_path}"
|
||||
bind "%" split-window -h -c "#{pane_current_path}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user