Robitx / gp.nvim

Gp.nvim (GPT prompt) Neovim AI plugin: ChatGPT sessions & Instructable text/code operations & Speech to text [OpenAI]
MIT License
537 stars 49 forks source link

need to remap the keymaps in finder #131

Open XXiaoA opened 2 months ago

XXiaoA commented 2 months ago

I have the keymap like this nmap j gj and nmap k gk, which is not a rare case among vim user. But this cause a problem: if we have a item more than one line in finder, like the following, we need to press j or k many times to jump to another item. pic I know the suggested way to navigate is Tab. But I just enter normal mode spontaneously.

XXiaoA commented 2 months ago

same, i want to use <leader>r to make gpt respond, but i have some keymaps like <leader>rx. This leads to a conflict.