[tmux] Add mouse support and vi bindings.
This commit is contained in:
@@ -20,9 +20,6 @@
|
|||||||
psmisc # fuser, killall, pstree
|
psmisc # fuser, killall, pstree
|
||||||
lsof
|
lsof
|
||||||
|
|
||||||
# Session management
|
|
||||||
tmux
|
|
||||||
|
|
||||||
# Archives
|
# Archives
|
||||||
zip
|
zip
|
||||||
xz
|
xz
|
||||||
@@ -76,6 +73,11 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
|
tmux = {
|
||||||
|
enable = true;
|
||||||
|
mouse = true;
|
||||||
|
keyMode = "vi";
|
||||||
|
};
|
||||||
zoxide = {
|
zoxide = {
|
||||||
# TODO: Learn all the capabilities of zoxide and use them.
|
# TODO: Learn all the capabilities of zoxide and use them.
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user