Skip to content

Instantly share code, notes, and snippets.

View jeelmakani's full-sized avatar
🎯
Focusing

Jeel Makani jeelmakani

🎯
Focusing
View GitHub Profile
@jeelmakani
jeelmakani / memory.md
Created October 29, 2025 21:08 — forked from ruvnet/memory.md
Claude Memory Template

Claude Memory Template

Copy-Paste Instructions for Optimal AI Interaction

1. Core Identity and Objective

I am [Your Name/Role], focused on:

@jeelmakani
jeelmakani / LazyVIM.md
Created February 21, 2024 22:00 — 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)