Cleanup tmux config

This commit is contained in:
2025-03-28 23:13:16 -07:00
parent a5a1bb8f39
commit 2f3ae51ae9

View File

@@ -2,11 +2,13 @@
{
programs.tmux = {
enable = true;
mouse = true;
mouse = false;
shell = "${pkgs.fish}/bin/fish";
shortcut = "s";
baseIndex = 1;
keyMode = "vi";
customPaneNavigationAndResize = true;
terminal = "xterm-256color";
plugins = with pkgs; [
tmuxPlugins.sensible
@@ -29,6 +31,8 @@ set-option -g status-fg '#aaaaaa'
# Toggle mouse-mode
bind m set-window-option mouse
set-option -g default-command ${pkgs.fish}/bin/fish
'';
};
}