Lines Matching refs:Normal
53 The ":map" command defines remapping for keys in Normal mode. You can also
59 It looks a lot like the mapping for <F2> in Normal mode, only the start is
60 different. The <F2> mapping for Normal mode is still there. Thus you can map
62 Notice that, although this mapping starts in Insert mode, it ends in Normal
68 :map Normal, Visual and Operator-pending
70 :nmap Normal
107 This is "n" for Normal mode, "i" for Insert mode, etc. A blank is used for a
108 mapping defined with ":map", thus effective in both Normal and Visual mode.
124 For Normal mode <F2> is mapped to go to the last line, and then behave like
148 :noremap Normal, Visual and Operator-pending
150 :nnoremap Normal
184 :unmap Normal, Visual and Operator-pending
186 :nunmap Normal
192 There is a trick to define a mapping that works in Normal and Operator-pending
609 want to use a Normal mode command, the ":normal" command can be used.