use lazyvim.
:Noiceto see full error message bubbles:messagesto see lazyvim editor messages (not sure)- if there’s lsp errors that are a bit confusing, maybe the working directory for the lsp is not set correctly. use
:cdto correct this - i have
:ProjectAddas a command to register the current directory in my projects list nvim/lua/plugins/python-lsp-settings.luais where i can configure to python stuff:set relativenumber- gg=G and then CTRL+O to format the entire file
:syand then e.gshfor bash syntax colouringHow to:
Find and replace
:%s/<start>/<end>/gg for the whole file, not sure what s does exactlyClear all highlighting
CTRL + L, look into:h keeppand apparently:nohGo back to where your cursor was
CTRL + OMove around windows
CTRL + Wand thenCTRL + hjklSearch across all files
:grep 'pattern'searches current directory automatically though if different then specify it at the end.:cwor:copento see the command output or pressEnterwhen it first shows
or:vimgrep /pattern/ **/*and:copen