Show Menu
Cheatography

LazyVim for C++/CUDA Keyboard Shortcuts (DRAFT) by

Shortcuts for my LazyVim setup as a C++/CUDA IDE Reduced version of https://cheatography.com/thesujit/cheat-sheets/lazyvim-neovim/ with added Shortcuts used by C++/CUDA extensions.

This is a draft cheat sheet. It is a work in progress and is not finished yet.

Navigation

:10
Jump to line #10
10j
Jump down 10 lines
10k
Jup up 10 lines

Folds

zR
Open all folds
zM
Close all folds
za
Toggle fold
zo
Open fold
zc
Close fold
Imagine
z
as sheet being folded.

Marks

<le­ade­r>sm
View all marks
m[a-z]
Set local mark
'[a-z]
Jump to mark
:delmarks [a-z]
Delete mark