do the correct zsh and zellij magics
This commit is contained in:
parent
22ba868348
commit
a5f4745bf8
4 changed files with 99 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue