aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tmux.conf11
1 files changed, 9 insertions, 2 deletions
diff --git a/tmux.conf b/tmux.conf
index 665e610..4f9ec97 100644
--- a/tmux.conf
+++ b/tmux.conf
@@ -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