aboutsummaryrefslogtreecommitdiff
path: root/tmux/tmux.conf
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-07-22 17:35:36 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-07-22 17:35:36 +1200
commit5924518357073513878eaa5459da1ce9a86d56b3 (patch)
tree5de2ac71b13a73826c3119887610b30f3c6c0e70 /tmux/tmux.conf
parentDon't allow terminal sequences to change title (diff)
downloaddotfiles-5924518357073513878eaa5459da1ce9a86d56b3.tar.gz
dotfiles-5924518357073513878eaa5459da1ce9a86d56b3.zip
Use consistent quoting
Diffstat (limited to 'tmux/tmux.conf')
-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