comparison runtime/doc/quickref.txt @ 14:946da5994c01

updated for version 7.0006
author vimboss
date Mon, 05 Jul 2004 15:58:32 +0000
parents 24d5189d3956
children 631143ac4a01
comparison
equal deleted inserted replaced
13:24d5189d3956 14:946da5994c01
1 *quickref.txt* For Vim version 7.0aa. Last change: 2004 Jul 03 1 *quickref.txt* For Vim version 7.0aa. Last change: 2004 Jul 04
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 Quick reference guide 6 Quick reference guide
253 |I| N I insert text before the first non-blank in the line (N times) 253 |I| N I insert text before the first non-blank in the line (N times)
254 |gI| N gI insert text in column 1 (N times) 254 |gI| N gI insert text in column 1 (N times)
255 |o| N o open a new line below the current line, append text (N times) 255 |o| N o open a new line below the current line, append text (N times)
256 |O| N O open a new line above the current line, append text (N times) 256 |O| N O open a new line above the current line, append text (N times)
257 |:startinsert| :star[tinsert][!] start Insert mode, append when [!] used 257 |:startinsert| :star[tinsert][!] start Insert mode, append when [!] used
258 |:startreplace| :startr[eplace][!] start Replace mode, at EOL when [!] used
258 259
259 in Visual block mode: 260 in Visual block mode:
260 |v_b_I| I insert the same text in front of all the selected lines 261 |v_b_I| I insert the same text in front of all the selected lines
261 |v_b_A| A append the same text after all the selected lines 262 |v_b_A| A append the same text after all the selected lines
262 ------------------------------------------------------------------------------ 263 ------------------------------------------------------------------------------
760 |'mousefocus'| |'mousef'| keyboard focus follows the mouse 761 |'mousefocus'| |'mousef'| keyboard focus follows the mouse
761 |'mousehide'| |'mh'| hide mouse pointer while typing 762 |'mousehide'| |'mh'| hide mouse pointer while typing
762 |'mousemodel'| |'mousem'| changes meaning of mouse buttons 763 |'mousemodel'| |'mousem'| changes meaning of mouse buttons
763 |'mouseshape'| |'mouses'| shape of the mouse pointer in different modes 764 |'mouseshape'| |'mouses'| shape of the mouse pointer in different modes
764 |'mousetime'| |'mouset'| max time between mouse double-click 765 |'mousetime'| |'mouset'| max time between mouse double-click
766 |'mzquantum'| |'mzq'| the interval between polls for MzScheme threads
765 |'nrformats'| |'nf'| number formats recognized for CTRL-A command 767 |'nrformats'| |'nf'| number formats recognized for CTRL-A command
766 |'number'| |'nu'| print the line number in front of each line 768 |'number'| |'nu'| print the line number in front of each line
767 |'numberwidth'| |'nuw'| number of columns used for the line number 769 |'numberwidth'| |'nuw'| number of columns used for the line number
768 |'osfiletype'| |'oft'| operating system-specific filetype information 770 |'osfiletype'| |'oft'| operating system-specific filetype information
769 |'paragraphs'| |'para'| nroff macros that separate paragraphs 771 |'paragraphs'| |'para'| nroff macros that separate paragraphs