diff --git a/tmux.conf b/tmux.conf index 6282980..17e88c4 100755 --- a/tmux.conf +++ b/tmux.conf @@ -26,6 +26,10 @@ unbind % bind -n S-down new-window bind -n S-left prev bind -n S-right next +# and for split-keyboard +bind -n C-down new-window +bind -n C-left prev +bind -n C-right next # resizing panes using Ctrl-Alt-arrows without prefix bind -n C-M-Up resize-pane -U 2