tmux: kill-pane instead of kill-window
[grml-etc-core.git] / etc / tmux.conf
index e7cc430..84f60cc 100644 (file)
@@ -15,7 +15,8 @@ bind-key C-a last-window
 unbind space
 bind-key space next-window
 bind-key C-space next-window
-bind-key K confirm-before kill-window
+bind-key K confirm-before kill-pane
+bind-key \ confirm-before kill-session
 #bind-key C-h previous-window
 
 #rebind keys
@@ -33,6 +34,7 @@ set -g default-terminal "screen-256color"
 set -g display-panes-time 3000
 set -g mouse-select-pane off
 set -g visual-activity on
+set -g mode-keys vi
 
 #set status line appearance
 set -g status-utf8 on