Lines Matching refs:noremap
68 :no[remap] {lhs} {rhs} |mapmode-nvo| *:no* *:noremap* *:nor*
74 :no[remap]! {lhs} {rhs} |mapmode-ic| *:no!* *:noremap!*
228 Note: ":map <script>" and ":noremap <script>" do the same thing. The
229 "<script>" overrules the command name. Using ":noremap <script>" is
330 noremap x <Cmd>echo mode(1)<CR>
382 :map :noremap :unmap Normal, Visual, Select, Operator-pending
388 :map! :noremap! :unmap! Insert and Command-line
413 :map :noremap :unmap :mapclear yes yes yes
438 :map! :noremap! :unmap! :mapclear! yes yes -
836 If you want to exchange the meaning of two keys you should use the :noremap
838 :noremap k j
839 :noremap j k