tmux.conf: Fix unknown key: confirm-before error message
[grml-etc-core.git] / etc / tmux.conf
index 3c36464..c7e529e 100644 (file)
@@ -16,7 +16,7 @@ unbind space
 bind-key space next-window
 bind-key C-space next-window
 bind-key K confirm-before kill-pane
-bind-key \ confirm-before kill-session
+bind-key \\ confirm-before kill-session
 #bind-key C-h previous-window
 
 ### join the last active pane to the currently active window