From: Simon Ruderich Date: Mon, 6 Jun 2011 19:56:47 +0000 (+0200) Subject: tmux.conf: Use Vi(m) bindings. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=83c703b39b1218f7ca25bfdb3fed125604c57dd2;p=config%2Fdotfiles.git tmux.conf: Use Vi(m) bindings. --- diff --git a/tmux.conf b/tmux.conf index 741f0b6..916807c 100644 --- 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.