From b8db0ec0f81c85f9f1afa712efd889dd67b380dc Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Tue, 18 Dec 2018 09:43:10 -0200 Subject: [PATCH] VI keys on tmux --- tmux/tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 593982b..1cdbda5 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -6,6 +6,7 @@ unbind C-b # use the damn mouse, for a change setw -g mouse on +set-window-option -g mode-keys vi # colorful terminal set -g default-terminal "screen-256color"