]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
tmux.conf: Use Vi(m) bindings.
authorSimon Ruderich <simon@ruderich.org>
Mon, 6 Jun 2011 19:56:47 +0000 (21:56 +0200)
committerSimon Ruderich <simon@ruderich.org>
Mon, 6 Jun 2011 19:56:47 +0000 (21:56 +0200)
tmux.conf

index 741f0b6201f92c8b3614c17c07b63ea0276dd67f..916807cc6701dfc97fd62839e9073cdd83e861b7 100644 (file)
--- a/tmux.conf
+++ b/tmux.conf
@@ -1,6 +1,10 @@
 # Tmux configuration file.
 
 
+# Use Vi(m) key bindings.
+set-option        -g status-keys vi
+set-window-option -g mode-keys vi
+
 # Use Ctrl-A as escape binding, like in GNU screen.
 set-option -g prefix C-a
 # Ctrl-A a sends Ctrl-A to the process, like in GNU screen.