feat(zellij): Added custom keybinds for zellij normal modes

This commit is contained in:
uttarayan21
2024-03-25 05:00:23 +05:30
parent b238d71cda
commit c6f326f64c
6 changed files with 123 additions and 16 deletions

View File

@@ -14,6 +14,8 @@
./nvim.nix
./goread.nix
./ncmpcpp.nix
./zellij.nix
../modules
]
++ lib.optionals device.isLinux [../linux];
@@ -145,7 +147,9 @@
cd = "z";
ls = "eza";
cat = "bat";
t = "tmux";
j = "just --choose";
t = "zellij a -c --index 0";
# t = "tmux";
};
shellAliases = {g = "git";};
shellInit = ''