diff options
-rw-r--r-- | tmux.conf | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -11,13 +11,20 @@ bind-key q kill-pane unbind \" unbind % +bind-key S swap-pane -U + +bind-key h select-pane -L +bind-key j select-pane -D +bind-key k select-pane -U +bind-key l select-pane -R + bind-key H split-window -h bind-key V split-window -v unbind c -bind-key + new-window +bind-key e new-window bind-key c copy-mode bind-key v paste-buffer -bind-key k kill-session +bind-key o kill-session |