From 4e260318b8792c45150dd52657d7e2a04b314dab Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Tue, 28 Jan 2020 10:16:28 +1000 Subject: [PATCH] Added keymode definition --- roles/tmux.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/tmux.nix b/roles/tmux.nix index b3c265d..5864ac8 100644 --- a/roles/tmux.nix +++ b/roles/tmux.nix @@ -46,6 +46,7 @@ set-window-option -g window-status-bell-style fg=black,bg=red #base02, red ''; terminal = "screen-256color"; + keyMode = "vi"; }; };