aboutsummaryrefslogtreecommitdiff
path: root/tmux
diff options
context:
space:
mode:
Diffstat (limited to 'tmux')
-rw-r--r--tmux/tmux.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
index dea865d7..6a358e50 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf
@@ -13,8 +13,8 @@ bind-key a send-prefix
bind-key C-a last-window
# Bindings
-bind-key '/' confirm-before "kill-window"
-bind-key '\' confirm-before "kill-server"
+bind-key '/' confirm-before 'kill-window'
+bind-key '\' confirm-before 'kill-server'
bind-key '_' split-window -v
bind-key '|' split-window -h
bind-key Tab last-pane