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]

Go to the top of the screen

gg

How to move down to the next function

]]

Open Claude

<leader> a c
 

Open the explorer

<leader>e

Cycle to Next Window

Ctrl+w w

Go to bottom of the screen

G

Move up one function

[[

Scroll (shift) the text down

ctrl + e
 

Open lazy git

<leader>gg

Cycle to Previous Window

Ctrl+w p

How to close a window

 
<le­ade­r> b d

Switch Buffer

<leader> b b

Scroll (shift) the text up

ctrl + y