diff --git a/users/tacocat/programs/default.nix b/users/tacocat/programs/default.nix index 88e6145..0ca2c6a 100644 --- a/users/tacocat/programs/default.nix +++ b/users/tacocat/programs/default.nix @@ -8,7 +8,6 @@ ./fzf.nix ./tmux.nix ./tiny.nix - ./vim.nix ./radioboat.nix ]; diff --git a/users/tacocat/programs/tmux.nix b/users/tacocat/programs/tmux.nix index 0a3f957..b9ee7d0 100644 --- a/users/tacocat/programs/tmux.nix +++ b/users/tacocat/programs/tmux.nix @@ -4,6 +4,7 @@ escapeTime = 0; clock24 = true; mouse = true; + keyMode = "vi"; newSession = true; shell = "${pkgs.fish}/bin/fish"; sensibleOnTop = true; @@ -12,6 +13,7 @@ set -g focus-events on set -g allow-passthrough on set -g set-clipboard on + set -sa terminal-features ',foot:RGB' ''; }; }