ChristianChiarulli / lvim

My config for LunarVim
https://www.lunarvim.org
285 stars 91 forks source link

C-i seems to be triggering harpoon can't find the keymap #13

Open kanishkaverma opened 1 year ago

kanishkaverma commented 1 year ago

Hey, I often use C-i and C-o to navigate between the jumplist. however, it seems that C-i is triggering harpoon and when i try to find the keymap using fk i am not able to find that one for harpoon. Can you please tell me where i can find this or what's setting that map? when i try to look for the map in nmap. i am not able to find it either. Thank you so much for your time.

kanishkaverma commented 1 year ago

commenting these lines in keymap.lua seem to have removed the keybinding -- vim.api.nvim_set_keymap( -- "n", -- "", -- "lua require('telescope').extensions.harpoon.marks(require('telescope.themes').get_dropdown{previewer = false, initial_mode='normal', prompt_title='Harpoon'})", -- opts -- ) -- vim.api.nvim_set_keymap( -- "n", -- "", -- "lua require('telescope.builtin').buffers(require('telescope.themes').get_dropdown{previewer = false, initial_mode='normal'})", -- opts -- )

however i am not sure why these were getting triggered by C-i in the first place. i am using macos

ChristianChiarulli commented 1 year ago

It's because tab and ctr-i are the same key in your terminal, you can see how I remapped it in my kitty config