olimorris / codecompanion.nvim

✨ AI-powered coding, seamlessly in Neovim. Supports Anthropic, Copilot, Gemini, Ollama, OpenAI and xAI LLMs
MIT License
939 stars 69 forks source link

fix(keymaps): update next and previous header keybindings #155

Closed S1M0N38 closed 2 months ago

S1M0N38 commented 2 months ago

Description

Updated the keybindings for navigating to the next and previous headers from ] to ]] and from [ to [[ respectively in both the README and configuration files.

It's pretty common to use [ and ] as first char in Vim/Neovim motion keymaps. So the editor usually pause for a couple of milliseconds before process [ and ] as standalone motion.

Checklist

olimorris commented 2 months ago

Great spot! Thank you