Skip to content
Ondřej Procházka edited this page May 1, 2024 · 2 revisions

Welcome to the rpi-setup wiki!

Vim cheat-sheet

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
Clone this wiki locally