Show Menu
Cheatography

Lazy Vim Cheat Sheet (DRAFT) by

A guide on how to use Lazy Vim

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

Open terminal

<leader>ft

Switch windows

Ctrl+[hjkl]

Undo typing

u

Go to the top of the screen

gg

Copy all Code

ggyG

How to move down to the next function

]]

Open Claude

<leader> a c
 

Open the explorer

<leader>e

Go to the Definition

gd

Find Code by a Pattern

/<pattern>
Press enter to stay there

Scroll (shift) the text down

ctrl + e

Move up one function

[[

Go to bottom of the screen

G

Cycle to Next Window

Ctrl+w w
 

Switch Buffer

<leader> b b

How to close a window

 
<le­ade­r> b d

Scroll (shift) the text up

ctrl + y

Cycle to Previous Window

Ctrl+w p

highlight all occurr­ences of the word under cursor

*

Open lazy git

<leader>gg

Go to Declar­ation

 
gD