From 83c703b39b1218f7ca25bfdb3fed125604c57dd2 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Mon, 6 Jun 2011 21:56:47 +0200 Subject: [PATCH] tmux.conf: Use Vi(m) bindings. --- tmux.conf | 4 ++++ 1 file changed, 4 insertions(+) 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. -- 2.44.2