refactor(tmux): change split key bindings

This commit is contained in:
Oliver Davies 2022-07-12 11:06:45 +01:00
parent 1ea8516e48
commit 5537ef0fdb

View file

@ -14,8 +14,8 @@ set-option -g status-keys "emacs"
set-option -g default-terminal "xterm-256color"
set-option -ga terminal-overrides ",*256col*:Tc"
bind-key - split-window -v -c '#{pane_current_path}'
bind-key \\ split-window -h -c '#{pane_current_path}'
bind-key h split-window -v -c '#{pane_current_path}'
bind-key v split-window -h -c '#{pane_current_path}'
bind -n S-Left resize-pane -L 2
bind -n S-Right resize-pane -R 2