105. ? i : Insert text before the cursor
? I : Insert text before the ?rst non-blank in the
line
Insert Mode
106. ? i : Insert text before the cursor
? I : Insert text before the ?rst non-blank in the
line
? a : Append text after the cursor
Insert Mode
107. ? i : Insert text before the cursor
? I : Insert text before the ?rst non-blank in the
line
? a : Append text after the cursor
? A :Append text at the end of the line
Insert Mode
138. nmap <tab> v>
nmap <s-tab> v<
vmap <tab> >gv
vmap <s-tab> <gv
Visual/Select Mode 時,也可用 Tab 及 Shift-Tab 做縮排
When mappings and menus are de?ned with
the |:vmap| or |:vmenu| command they work
both inVisual mode and in Select mode.
When these are used in Select modeVim
automatically switches toVisual mode, so
that the same behavior as inVisual mode is
effective.
235. $ vimana search xml
rrd.vim - Edit RRD data with Vim.
qt.vim - tiny tool for the uic used in Qt from
Trolltech
syntax-for-xul - Highlighting for XML User interface Language.
maven2.vim - Compiler plugin for maven2
.... skip