User.keymaps

Manage Neovim keybindings for navigation, buffers, splits, diagnostics, Git, and tasks.

1|Updated Oct 26, 2025
One-click install
npx skills add https://github.com/NeKon69/nvim-dot --skill user-keymaps
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: User.keymaps
Source: https://github.com/NeKon69/nvim-dot/tree/main/.agents/skills/user.keymaps
Command: npx skills add https://github.com/NeKon69/nvim-dot --skill user-keymaps

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines your Neovim workflow by providing a centralized and organized system for keybindings, making complex actions accessible with simple shortcuts.

Core Features & Use Cases

  • Namespace-based Keymaps: Organizes commands using leader prefix groups (e.g., <leader>f for file operations).
  • Integrated Tools: Seamlessly works with Telescope, NvimTree, Harpoon, Trouble, and Overseer.
  • Navigation: Provides intuitive shortcuts for file searching, buffer management, split navigation, and diagnostic viewing.
  • Use Case: Quickly search for any file in your project using <leader>ff, toggle your file explorer with <leader>e, or jump between Git-related actions with <leader>gg.

Quick Start

Open Telescope to find files in your current project by pressing <leader>ff.

Frequently Asked Questions about User.keymaps

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up Neovim keybindings for file navigation and buffer management?

Neovim keybindings for file navigation and buffer management are set up using a namespace-based system with leader prefixes. This Skill provides centralized Lua mappings to handle splits, diagnostics, and file searching through integrated plugins.

Can I use Telescope for file searching within my Neovim workflow?

Yes, Telescope is integrated for file searching within the Neovim workflow. You can quickly search for any file in your project by pressing the designated leader prefix followed by the file find command.

Do I need Lua to configure Neovim split control and diagnostic viewing shortcuts?

Yes, Lua is required to execute these Neovim split control and diagnostic viewing shortcuts. The Skill relies on Neovim's internal mapping system and Lua execution to manage the comprehensive set of keybindings.

What is the best way to organize Git operations and task management shortcuts in Neovim?

The best way to organize Git operations and task management shortcuts in Neovim is using namespace-based leader prefix groups. This approach structures commands logically, allowing you to jump between related actions effortlessly.

Does this Neovim keymap system work with NvimTree and Harpoon?

Yes, this Neovim keymap system works seamlessly with NvimTree and Harpoon. It also integrates with Trouble and Overseer to provide intuitive shortcuts for file exploration, navigation, and task management.