What do I type in i, n, and v mode to do say the following hotkey?
\sd \sf
Also I am using this plugin in cygwin?
This is the plugin and the hotkeys Warning PDF that I am trying to use.
What do I type in i, n, and v mode to do say the following hotkey?
\sd \sf
Also I am using this plugin in cygwin?
This is the plugin and the hotkeys Warning PDF that I am trying to use.
For \sd to get a do {} while
with the cursor between the braces:
:imap \sd do {} while<ESC>hhhhhhi
:nmap \sd ado {} while<ESC>hhhhhhi
:vmap \sd ado {} while<ESC>hhhhhhi
With this, I guess you should be able to fill in the rest as well.