i currently have the following vimperatorrc setup: " mswin.vimp - mappings to make copy/paste in Vimperator behave like Windows " Maintainer: Doug Kearns " Last Change: 31 Oct 2008

noremap noremap " TODO: this should probably be - see :help dos-CTRL-break in Vim noremap

inoremap inoremap inoremap

noremap noremap noremap noremap noremap noremap

cnoremap cnoremap cnoremap cnoremap cnoremap cnoremap cnoremap

inoremap inoremap inoremap inoremap inoremap inoremap inoremap

however, i have no idea how it works since the vimperator documentation doesn't seem to explain it

link|improve this question
feedback

1 Answer

Here's the link to the relevant Vimperator documentation page, which explains it pretty well: http://vimperator.org/help/vimperator/map.xhtml

Keys can be mapped in four distinct modes:

Normal mode: When browsing normally

Visual mode: When selecting text with the cursor keys

Insert mode: When interacting with text fields on a website

Command-line mode: When typing into the Vimperator command line

In direct answer to your title:

no refers to mappings that are used when in normal mode

cno refers to mappings that are used when in command-line mode

ino refers to mappings that are used when in insert mode

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.