tmux.conf: Fix /etc/tmux.conf:19: unknown key: \\ error message
[grml-etc-core.git] / etc / tmux.conf
index c7e529e..0c55b57 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