I'm using Vim on Ubuntu. When I press a function key in insert mode, the name of the key is inserted literally.
For example, if I'm in insert mode and I press Ctrl+F12, the following text is inserted <C-F12>. I have this key tied to a global shortcut key to trigger a Google search box. Furthermore, I can see no personal practical value to inserting the name of a function key into the file I'm editing.
- How can I get Vim to not insert the name of a function key when a function key is pressed in insert mode?