I'm sure this is an awfully simple question but I'm just trying to unmap control + t from vim so I can use the default shortcut for renaming in intelliJ. Can anyone help me out?
So for I've tried adding a variety of things like
:unmap <C-T>
but with no success. Thanks.
Two things you can try.
unmap <C-t>
Note that the "t" is lower case. Once you've added this line, hit the reload button.