Update Helix and Zellij keybinds

This commit is contained in:
Devon Tingley 2023-03-08 10:26:01 -05:00
parent e084489261
commit d26e992e89
2 changed files with 13 additions and 1 deletions

View file

@ -1,4 +1,8 @@
theme = "gruvbox"
[editor]
line-number = "relative"
line-number = "relative"
mouse = false
[keys.normal]
0 = "goto_line_start"

8
zellij/config.kdl Normal file
View file

@ -0,0 +1,8 @@
keybinds {
normal {
bind "Ctrl w" { SwitchToMode "pane"; }
}
tab {
bind "q" { CloseTab; }
}
}