Delete README.md
This commit is contained in:
65
README.md
65
README.md
@@ -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 <command>` 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!
|
||||
Reference in New Issue
Block a user