> :wq!
> however, because of the keyboard settings, sometimes it will be entered as
> :;wq!
Well - probably you "misstype". How to protect against misstyping?
use ZZ ZQ for quitting vim (last buffer)
remap :; to : or such, eg
noremap :; :
More advanced mappings would use cnoremap (remap in command line), ec
cnoremap ;
<c-r>=YourFunTakingCursorPosIntoAccountToDecideWhetherToInsert(';')<cr>
....
Thus this alone is not a reason to give up on Vim :)
There are even people remapping : to ; and ; to : because : (using
shift) is so awkward but is required to be typed often.
Marc Weber
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.