config: better zellij
parent
7ff42083ed
commit
4139d64da5
|
@ -1 +1,4 @@
|
|||
theme "catppuccin-mocha"
|
||||
default_layout "compact"
|
||||
default_mode "locked"
|
||||
mouse_mode false
|
||||
|
|
|
@ -63,7 +63,7 @@ alias moe="make"
|
|||
|
||||
# https://zellij.dev/documentation/faq.html
|
||||
if command -v zellij &> /dev/null; then
|
||||
alias zz="zellij --layout compact"
|
||||
alias zz="zellij"
|
||||
fi
|
||||
|
||||
# https://sw.kovidgoyal.net/kitty/faq/
|
||||
|
|
Loading…
Reference in New Issue