fixed select keybind

This commit is contained in:
2025-11-14 23:11:46 +01:00
parent e70b52f25a
commit 997dc98123
5 changed files with 55 additions and 18 deletions

View File

@@ -25,6 +25,7 @@ in
bind C-o display-popup -E "tms"
set-option -g mode-keys vi
set -g mouse on
set -g status on
'';
programs.tmux.plugins = [
@@ -47,8 +48,7 @@ in
];
xdg.configFile = {
"tms/config.toml".source =
./tms/config.toml;
"tms/config.toml".source = ./tms/config.toml;
};
};
}