home-manager/common: Use vi bindings for tmux

This commit is contained in:
Jack O'Sullivan 2023-12-29 21:04:07 +00:00
parent c55600c5af
commit 677f3f26ab

View File

@ -80,6 +80,7 @@ in
tmux = {
enable = true;
keyMode = "vi";
};
bash = {