Add neovim to learning
But would be nice with a better tutorial for newcomers
This commit is contained in:
parent
9bd2d6e0c1
commit
7e2676d565
@ -16,12 +16,13 @@ present_terminal() {
|
||||
}
|
||||
|
||||
show_learn_menu() {
|
||||
case $(menu "Learn" " Keybindings\n Omarchy\n Hyprland\n Arch\n Bash") in
|
||||
case $(menu "Learn" " Keybindings\n Omarchy\n Hyprland\n Arch\n Neovim\n Bash") in
|
||||
*Keybindings*) $OMARCHY_BIN_PATH/omarchy-menu-keybindings ;;
|
||||
*Omarchy*) setsid chromium --new-window --app="https://manuals.omamix.org/2/the-omarchy-manual" & ;;
|
||||
*Hyprland*) setsid chromium --new-window --app="https://wiki.hypr.land/" & ;;
|
||||
*Arch*) setsid chromium --new-window --app="https://wiki.archlinux.org/title/Main_page" & ;;
|
||||
*Bash*) setsid chromium --new-window --app="https://devhints.io/bash" & ;;
|
||||
*Neovim*) setsid chromium --new-window --app="https://www.lazyvim.org/keymaps" & ;;
|
||||
*) show_main_menu ;;
|
||||
esac
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user