# Keymap Consistency Guide > **Last Updated:** November 1, 2025 > **Purpose:** Document consistent keymaps across Telescope and Neo-tree ## 🎯 Consistent Actions The following keymaps work **identically** in both Telescope and Neo-tree: ### File Opening Actions | Key | Action | Telescope | Neo-tree | |-----|--------|-----------|----------| | `` or `o` | Open in current window | ✅ | ✅ | | `` | Open in horizontal split | ✅ | ✅ | | `` | Open in vertical split | ✅ | ✅ | | `` | Open in new tab | ✅ | ✅ | ### Navigation | Key | Action | Telescope | Neo-tree | |-----|--------|-----------|----------| | `` | Next item/source | ✅ | ✅ | | `` | Previous item/source | ✅ | ✅ | | `j/k` (normal mode) | Down/Up | ✅ | ✅ | | `gg/G` (normal mode) | First/Last | ✅ | ✅ | ### Utility | Key | Action | Telescope | Neo-tree | |-----|--------|-----------|----------| | `?` | Show help | ✅ | ✅ | | `` or `q` | Close | ✅ | ✅ (`\\` for Neo-tree) | ### Cross-Plugin Integration | Key | Action | Context | |-----|--------|---------| | `sf` | Telescope find files | Works in both editor and Neo-tree | | `sg` | Telescope live grep | Works in both editor and Neo-tree | When used in Neo-tree, these commands search from the currently selected directory! ## 📚 Complete Cheatsheet Access Access the comprehensive cheatsheet with: ``` sc - Complete cheatsheet (vim, plugins, language-specific) sk - Search keymaps (Telescope) sK - All keymaps (which-key) ? - Quick keymap search ``` ## 🎨 Visual Consistency Both Telescope and Neo-tree now follow the same pattern: - **Same keys** for same actions - **Predictable behavior** across interfaces - **Integrated workflows** (use Telescope from Neo-tree) - **Help always available** with `?` ## 📝 Quick Reference ### In Telescope: 1. `` to navigate 2. `` to open in split/vsplit/tab 3. `` to open in current window 4. `?` for help ### In Neo-tree: 1. `` to switch sources 2. `` to open in split/vsplit/tab 3. `` or `o` to open file 4. `?` for help 5. `sf/sg` to launch Telescope from current directory ### Both Share: - Consistent split/tab opening - Same navigation philosophy - Integrated search capabilities - Help on demand