From 04ffb28d735208d2ad92ea67210f55fc9fe22c1e Mon Sep 17 00:00:00 2001 From: Windy Pham Date: Thu, 14 Aug 2025 01:52:41 +0000 Subject: [PATCH] Delete README.md --- README.md | 65 ------------------------------------------------------- 1 file changed, 65 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index 714de74..0000000 --- a/README.md +++ /dev/null @@ -1,65 +0,0 @@ -# 🚀 My Neovim Keybinding Cheat Sheet - -## 📋 Ultimate NvChad Reference - -This repository contains the **complete keybinding reference** for NvChad with all plugins and Vim commands. - -### 📄 Files - -- **`ULTIMATE_NVCHAD_CHEATSHEET.txt`** - Complete cheat sheet in ASCII box format - - 🔥 **1000+ keybindings** across all plugins - - 🎯 **Professional layout** - Easy to scan and reference - - 🤖 **AI Integration** - Copilot & CopilotChat complete guide - - 📚 **Everything included**: NvChad, Vim, LSP, Git, Terminal, and more - -### 🎯 Quick Access - -```bash -# View the cheat sheet -cat ULTIMATE_NVCHAD_CHEATSHEET.txt - -# Or use with less for scrolling -less ULTIMATE_NVCHAD_CHEATSHEET.txt - -# Edit in NeoVim -nvim ULTIMATE_NVCHAD_CHEATSHEET.txt -``` - -### 🔥 Key Highlights - -- **Leader Key**: `Space` -- **Essential**: `Space ff` (find files), `Space fw` (find text), `Ctrl+n` (file tree) -- **AI Powered**: `Space ccq` (AI chat), `Ctrl+J` (accept suggestions) -- **Code Navigation**: `gd` (definition), `gr` (references), `K` (docs) -- **Git Integration**: `]c` (next hunk), `Space hs` (stage), `Space hp` (preview) - -### 💡 Pro Tips - -1. Press `Space` and wait to see all available commands -2. Use `:help ` for detailed help on any command -3. `:checkhealth` to verify your NeoVim setup -4. Most powerful when you learn the motion + operator combinations - -### 🛠️ Setup - -This cheat sheet is designed for **NvChad** with: -- ✅ GitHub Copilot -- ✅ CopilotChat -- ✅ All NvChad default plugins -- ✅ LSP integration -- ✅ Git integration (Gitsigns) -- ✅ Telescope, NvimTree, Mason, and more - -### 📖 Usage - -Perfect for: -- 🖨️ **Printing** - Keep on your desk -- 💻 **Desktop wallpaper** - Always visible -- 📱 **Quick reference** - Fast lookup -- 🎓 **Learning** - Master NeoVim step by step - ---- - -**🎊 Happy coding with NvChad!** ✨ - -> This cheat sheet covers everything you need to become a NeoVim power user!