Do not use {
and }
keymaps to switch chats, as they are default vim navigation keymaps
#1507
Closed
paulodiovani
started this conversation in
Ideas
Replies: 1 comment 6 replies
-
What else are you navigating to in the chat buffer? This shouldn't be an issue |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Default keymaps for next/previous chat are
}
and{
, but these are standard vim navigation keymaps (e.g. https://vimhelp.org/motion.txt.html#%7D).Using it for something else breaks standard navigation.
Code is here:
codecompanion.nvim/lua/codecompanion/config.lua
Lines 290 to 305 in 41108b2
Request
Alternative
e.g.
prefix = <Leader>c
would make<Leader>cd
for debug,<Leader>ca
to change adapter, etc.Beta Was this translation helpful? Give feedback.
All reactions