-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Ondřej Procházka edited this page May 1, 2024
·
2 revisions
Welcome to the rpi-setup wiki!
The list of commands I like using but always do not remember...
- To investigate error/warning lines use
:lopen
, you can use:lnext
to jump to the next error, or:lprev
, or ]l and [l (those are lowercase Ls) if you have vim-unimpaired, which you do, because you shouldn't use Vim without it... - To find phrase or function not in currently open file
vimgrep /something/g ./path