I use fzf.vim (installed via vundle) to search files in my current directory. Usually pressing ctrl-t
will open a file in a new vim tab, but instead of working as I expected, ctrl-t
is suddenly just inserting ";5;116~" into the fzf search.
How can I fix this?
After doing some searching, I found a somewhat related reddit post that recommends adding the following to your vimrc:
This solved it for me.
For more information about what this does, type
:help modifyOtherKeys
into vim.Edit:
Credit @Jorengarenar, you can do it in one line: