From 13bf6c11631e86d266e13c061af3ed68580d6a58 Mon Sep 17 00:00:00 2001 From: kat witch Date: Sun, 25 Jul 2021 23:47:10 +0100 Subject: [PATCH] tmux vimode + tmux term --- config/users/kat/base/tmux.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/users/kat/base/tmux.nix b/config/users/kat/base/tmux.nix index 4463b23a..33d5ad59 100644 --- a/config/users/kat/base/tmux.nix +++ b/config/users/kat/base/tmux.nix @@ -8,7 +8,8 @@ with lib; }; programs.tmux = { enable = true; - terminal = "screen-256color"; + terminal = "tmux-256color"; + keyMode = "vi"; baseIndex = 1; extraConfig = with mapAttrs (_: v: "colour${toString v}") pkgs.base16.shell.shell256; '' # proper title handling