My personal NVIM settings
Built from scratch with the help of the best Primeagen :)
<Space>pv
<Space>pf # File search:wq
<Space>ps # Search for word in files
<Space>pb # Find buffers
<Ctrl> + <p> # Repository search
:so # Reload file
:PackerSync # opens Packer + Updates plugins
Harpoon is helping with jumping between multiple tabs
<Space>a # Adds tab to harpoon
<Ctrl>e # Opens quick menu
<Ctrl> + \ # Open/close terminal
:2ToggleTerm # opens second terminal
:Mason
:MasonInstall plugin_name
:Copilot setup
gg - first line
GG - last line
#G - move cursor to line number (# is line number)
+10 - move cursor 10 lines down
-10 - move cursor 10 lines up