While using MacVim to edit markdown files, when I enter the insert (i) or append (a) mode and type the grave ` character to start or end a line of code, MacVim switches to IM INSERT MODE and sometimes just overwrites the grave ` character. What is this mode and how can I prevent MacVim from overwriting the grave ` character?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
|
|||
migrated from stackoverflow.com Jun 27 '11 at 9:53
|
You can manage the available input methods in the Input Sources tab of the Language & Text preference pane in the System Preferences application (i.e. the > System Preferences… menu item). You will probably want to enable Show Input menu in menu bar at the bottom to make it easy to switch input methods (and enable the Keyboard Viewer where it is easy to see the dead keys (they are a different color)). |
|||
|
|
:imap `return for you? – sidyll Jun 25 '11 at 16:25No mapping found. Maybe Max OS X is causing the problem? – wowpatrick Jun 25 '11 at 20:33