Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
kanishkaverma opened this issue Feb 26, 2023 · 2 comments
Open

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

kanishkaverma opened this issue Feb 26, 2023 · 2 comments

Comments

@kanishkaverma
Copy link

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
Copy link
Author

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
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants