summaryrefslogtreecommitdiff
path: root/runtime/doc/visual.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2012-06-01 22:38:45 +0200
committerBram Moolenaar <Bram@vim.org>2012-06-01 22:38:45 +0200
commitc873442b15bb94dc099363f6e1ffa57cc4d3ea04 (patch)
treeca9eecc75974b157665c25a99b083e9bf813154c /runtime/doc/visual.txt
parentf13de07e492fc0a4a0af12434f3d282f9c989ed4 (diff)
downloadvim-git-c873442b15bb94dc099363f6e1ffa57cc4d3ea04.tar.gz
Updated runtime files.
Diffstat (limited to 'runtime/doc/visual.txt')
-rw-r--r--runtime/doc/visual.txt13
1 files changed, 9 insertions, 4 deletions
diff --git a/runtime/doc/visual.txt b/runtime/doc/visual.txt
index 8c50a2900..f57384521 100644
--- a/runtime/doc/visual.txt
+++ b/runtime/doc/visual.txt
@@ -1,4 +1,4 @@
-*visual.txt* For Vim version 7.3. Last change: 2010 Feb 17
+*visual.txt* For Vim version 7.3. Last change: 2012 May 25
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -61,15 +61,20 @@ position.
2. Starting and stopping Visual mode *visual-start*
*v* *characterwise-visual*
-v start Visual mode per character.
+[count]v Start Visual mode per character.
+ With [count] select that many characters, like moving
+ the cursor right [count] characters. One less when
+ 'selection' is not "exclusive".
*V* *linewise-visual*
-V start Visual mode linewise.
+[count]V Start Visual mode linewise.
+ With [count] select that many lines.
*CTRL-V* *blockwise-visual*
-CTRL-V start Visual mode blockwise. Note: Under Windows
+[count]CTRL-V Start Visual mode blockwise. Note: Under Windows
CTRL-V could be mapped to paste text, it doesn't work
to start Visual mode then, see |CTRL-V-alternative|.
+ [count] is used as with `v` above.
If you use <Esc>, click the left mouse button or use any command that
does a jump to another buffer while in Visual mode, the highlighting stops