[tmux] Add mouse support and vi bindings.

This commit is contained in:
2026-08-13 15:33:23 -07:00
parent 6d3bb1bef5
commit 9ed7a9ad48
+5 -3
View File
@@ -20,9 +20,6 @@
psmisc # fuser, killall, pstree
lsof
# Session management
tmux
# Archives
zip
xz
@@ -76,6 +73,11 @@
};
programs = {
tmux = {
enable = true;
mouse = true;
keyMode = "vi";
};
zoxide = {
# TODO: Learn all the capabilities of zoxide and use them.
enable = true;