summaryrefslogtreecommitdiffstats
path: root/tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tmux.conf')
-rw-r--r--tmux.conf14
1 files changed, 7 insertions, 7 deletions
diff --git a/tmux.conf b/tmux.conf
index 56dcacd..29efe40 100644
--- a/tmux.conf
+++ b/tmux.conf
@@ -18,11 +18,11 @@ set -g status-keys vi
setw -g utf8 on
# keybindings
-bind-key a send-prefix
-bind-key ^A choose-window
-bind-key ^C new-window
-bind-key ^D detach-client
-bind-key ^S set status
+bind a send-prefix
+bind ^A choose-window
+bind ^C new-window
+bind ^D detach-client
+bind ^S set status
-unbind-key ^B
-unbind-key w
+unbind ^B
+unbind w