do the correct zsh and zellij magics

This commit is contained in:
Lillian Violet 2024-10-16 21:47:40 +02:00
parent 22ba868348
commit a5f4745bf8
4 changed files with 99 additions and 0 deletions

View file

@ -10,6 +10,13 @@
settings = {
# theme = "catppuccin_macchiato"; # Don't need this because the module themes it for us
keys.normal.backspace = {
b = ":run-shell-command zellij run -f -- just build";
r = ":run-shell-command zellij run -f -- just run";
t = ":run-shell-command zellij run -f -- just test";
g = ":run-shell-command zellij run -fc -- lazygit";
f = ":run-shell-command zellij run -fc -- broot";
};
editor = {
line-number = "relative";
lsp.display-messages = true;