commit 6cc95ee096752e43e2cadc546aa465f0dc551488 parent 867025770b0121a6e7375d4f202fd4a536fd51a3 Author: Anders Damsgaard <andersd@riseup.net> Date: Tue, 27 Feb 2018 12:44:25 -0500 Change split bindings Diffstat:
M | links/.tmux.conf | | | 8 | ++++---- |
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/links/.tmux.conf b/links/.tmux.conf @@ -112,10 +112,10 @@ bind-key -n M-k split-window -b -c "#{pane_current_path}" # new split up bind-key -n M-j split-window -c "#{pane_current_path}" # new split down bind-key -n M-l split-window -h -c "#{pane_current_path}" # new split right bind-key -n M-h split-window -b -h -c "#{pane_current_path}" # new split left -bind-key k split-window -b -c "#{pane_current_path}" # new split up -bind-key j split-window -c "#{pane_current_path}" # new split down -bind-key l split-window -h -c "#{pane_current_path}" # new split right -bind-key h split-window -b -h -c "#{pane_current_path}" # new split left +bind-key C-k split-window -b -c "#{pane_current_path}" # new split up +bind-key C-j split-window -c "#{pane_current_path}" # new split down +bind-key C-l split-window -h -c "#{pane_current_path}" # new split right +bind-key C-h split-window -b -h -c "#{pane_current_path}" # new split left bind -r z resize-pane -Z # toggle pane zoom with <C-a>z bind -r y next-layout # cycle to next pane layout with <C-a>y