summaryrefslogtreecommitdiffstats
path: root/tmux.conf
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2009-08-01 01:14:24 -0500
committerJesse Luehrs <doy@tozt.net>2009-08-01 01:14:24 -0500
commit8a32c84d635dd5fcbe308177e2cafc45706f6c8b (patch)
tree5322cc48be89c665d879827c78035644ccc02c9f /tmux.conf
parentbbe8562ee4940cd90ed4b8dd9e798093ea3df7f6 (diff)
downloadconf-8a32c84d635dd5fcbe308177e2cafc45706f6c8b.tar.gz
conf-8a32c84d635dd5fcbe308177e2cafc45706f6c8b.zip
use the short forms of these commands
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