kickstart.nvim icon indicating copy to clipboard operation
kickstart.nvim copied to clipboard

Remap default tab keymaps

Open acurrieclark opened this issue 2 years ago • 0 comments

Describe the bug

I have been running through my setup and noticed that the lsp goto Type Definition shortcut is D. I felt that, for me, a more natural fit would be for it to match the other goto maps; perhaps gt.

I checked the current gt map using whichkey (and :help index) and found that it corresponds to next tab, which is a default (neo?)vim mapping.

The problem is that I can't find a way to override it. I have tried deleting the map, setting the map to <Nop>, setting it to another action as well as setting it in an autocommand and deferring.

There doesn't seem to be a use for next or previous tab in the default setup, so I was wondering if there was a way to either remove or override it?

To Reproduce

Default kickstarter.nvim then add in a remap to override the default gt map.

Desktop

  • OS: OS X
  • Terminal: kitty

Neovim Version

0.9.4

acurrieclark avatar Dec 31 '23 23:12 acurrieclark