Skip to content

Instantly share code, notes, and snippets.

View code-withAshish's full-sized avatar
🎯
Focusing

Ashish Bhushan Kumar code-withAshish

🎯
Focusing
  • India
View GitHub Profile
@code-withAshish
code-withAshish / LazyVIM.md
Created January 27, 2024 16:58 — forked from danielkec/LazyVIM.md
LazyVIM

Default shortcuts

  • Ctrl+h - select file tree
  • Ctrl+l - select file editor
  • Shift+h - left editor tab
  • Shift+l - right editor tab
  • Alt+j - move current line up
  • Alt+k - move current line down
  • double space - filename search(telescope) - Ctrl+d and Ctrl+u to scroll preview
  • gg=G - reindent - gg goes to the top of the file, = fixes the indentation and G to perform to the end
  • gc - comment selected(gcgc no select to uncomment block)