From fa13eef3c9edc81c07a47124c2c893a4bb253e58 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 6 Feb 2013 17:34:04 +0100 Subject: Updated runtime files. --- runtime/doc/index.txt | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'runtime/doc/index.txt') diff --git a/runtime/doc/index.txt b/runtime/doc/index.txt index 423e7b9ac..57ca2fd79 100644 --- a/runtime/doc/index.txt +++ b/runtime/doc/index.txt @@ -94,8 +94,8 @@ tag char action in Insert mode ~ |i_CTRL-Z| CTRL-Z when 'insertmode' set: suspend Vim |i_| end insert mode (unless 'insertmode' set) |i_CTRL-[| CTRL-[ same as -|i_CTRL-\_CTRL-N| CTRL-\ CTRL-N go to Normal mode -|i_CTRL-\_CTRL-G| CTRL-\ CTRL-G go to mode specified with 'insertmode' +|i_CTRL-\_CTRL-N| CTRL-\ CTRL-N go to Normal mode +|i_CTRL-\_CTRL-G| CTRL-\ CTRL-G go to mode specified with 'insertmode' CTRL-\ a - z reserved for extensions CTRL-\ others not used |i_CTRL-]| CTRL-] trigger abbreviation @@ -141,7 +141,7 @@ tag char action in Insert mode ~ |i_| move window three lines up |i_| move window one page up |i_| move window six columns left -|i_| move window one page left +|i_| move window one page left |i_| move window six columns right |i_| move window one page right @@ -212,8 +212,8 @@ tag char note action in Normal mode ~ |CTRL-Y| CTRL-Y scroll N lines downwards |CTRL-Z| CTRL-Z suspend program (or start new shell) CTRL-[ not used -|CTRL-\_CTRL-N| CTRL-\ CTRL-N go to Normal mode (no-op) -|CTRL-\_CTRL-G| CTRL-\ CTRL-G go to mode specified with 'insertmode' +|CTRL-\_CTRL-N| CTRL-\ CTRL-N go to Normal mode (no-op) +|CTRL-\_CTRL-G| CTRL-\ CTRL-G go to mode specified with 'insertmode' CTRL-\ a - z reserved for extensions CTRL-\ others not used |CTRL-]| CTRL-] :ta to ident under cursor @@ -431,7 +431,7 @@ tag char note action in Normal mode ~ || 2 same as "i" || 1 same as "h" || 1 move cursor to the mouse click position -|| 2 same as "gP" at the mouse click position +|| 2 same as "gP" at the mouse click position || same as CTRL-F || same as CTRL-B || 1 same as "l" @@ -640,7 +640,7 @@ tag char note action in Normal mode ~ |[s| [s 1 move to the previous misspelled word |[z| [z 1 move to start of open fold |[{| [{ 1 cursor N times back to unmatched '{' -|[ [ 2 same as "[p" +|[| [ 2 same as "[p" |]_CTRL-D| ] CTRL-D jump to first #define found in current and included files matching the word under the @@ -680,7 +680,7 @@ tag char note action in Normal mode ~ |]s| ]s 1 move to next misspelled word |]z| ]z 1 move to end of open fold |]}| ]} 1 cursor N times forward to unmatched '}' -|] ] 2 same as "]p" +|]| ] 2 same as "]p" ============================================================================== 2.4 Commands starting with 'g' *g* @@ -1011,8 +1011,8 @@ tag command action in Command-line editing mode ~ CTRL-Z not used (reserved for suspend) |c_| abandon command-line without executing it |c_| CTRL-[ same as -|c_CTRL-\_CTRL-N| CTRL-\ CTRL-N go to Normal mode, abandon command-line -|c_CTRL-\_CTRL-G| CTRL-\ CTRL-G go to mode specified with 'insertmode', +|c_CTRL-\_CTRL-N| CTRL-\ CTRL-N go to Normal mode, abandon command-line +|c_CTRL-\_CTRL-G| CTRL-\ CTRL-G go to mode specified with 'insertmode', abandon command-line CTRL-\ a - d reserved for extensions |c_CTRL-\_e| CTRL-\ e {expr} replace the command line with the result of -- cgit v1.2.3