added tab bindings to micro
parent
2068474500
commit
8fadfd0109
|
|
@ -1,5 +1,8 @@
|
||||||
{
|
{
|
||||||
"Alt-/": "lua:comment.comment",
|
"Alt-/": "lua:comment.comment",
|
||||||
"CtrlUnderscore": "lua:comment.comment",
|
"CtrlUnderscore": "lua:comment.comment",
|
||||||
"Ctrl-Space": "command:tree"
|
"Ctrl-Space": "command:tree",
|
||||||
|
"Alt-r":"PreviousTab",
|
||||||
|
"Alt-t":"NextTab",
|
||||||
|
"Alt-z":"AddTab"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
https://harshithashok.com/tools/oh-my-zsh-with-starship/
|
|
||||||
https://github.com/zsh-users/zsh-syntax-highlighting/blob/master/INSTALL.md
|
|
||||||
|
|
||||||
https://ohmyz.sh/#install
|
|
||||||
|
|
@ -0,0 +1,5 @@
|
||||||
|
[]migrate bar to EWWW
|
||||||
|
Elkowars Wacky Widgets: https://github.com/elkowar/eww
|
||||||
|
Example bar: https://github.com/elkowar/eww/tree/master/examples/eww-bar
|
||||||
|
Hyprland workspaces: https://github.com/FieldofClay/hyprland-workspaces/tree/main
|
||||||
|
example configs to nick: https://github.com/druskus20/eugh
|
||||||
Loading…
Reference in New Issue