diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2019-11-25 01:08:02 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-25 01:08:02 -0800 |
commit | fd5710ae9a3bcbc0f9cbb71de9e39253350ff09c (patch) | |
tree | e4b2b481998ce60f33d60eb4f6bcb59f092ba8d2 /runtime/doc/visual.txt | |
parent | 967f229f32a3093613feaf99969e44333efd8a0a (diff) | |
download | rneovim-fd5710ae9a3bcbc0f9cbb71de9e39253350ff09c.tar.gz rneovim-fd5710ae9a3bcbc0f9cbb71de9e39253350ff09c.tar.bz2 rneovim-fd5710ae9a3bcbc0f9cbb71de9e39253350ff09c.zip |
doc + extmarks tweaks #11421
- nvim_buf_get_extmarks: rename "amount" => "limit"
- rename `set_extmark_index_from_obj`
Diffstat (limited to 'runtime/doc/visual.txt')
-rw-r--r-- | runtime/doc/visual.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/runtime/doc/visual.txt b/runtime/doc/visual.txt index ccbbc092ec..0052382044 100644 --- a/runtime/doc/visual.txt +++ b/runtime/doc/visual.txt @@ -48,7 +48,7 @@ position. ============================================================================== 2. Starting and stopping Visual mode *visual-start* - *v* *characterwise-visual* + *v* *charwise-visual* [count]v Start Visual mode per character. With [count] select the same number of characters or lines as used for the last Visual operation, but at @@ -74,7 +74,7 @@ position. 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 -and no text is affected. Also when you hit "v" in characterwise Visual mode, +and no text is affected. Also when you hit "v" in charwise Visual mode, "CTRL-V" in blockwise Visual mode or "V" in linewise Visual mode. If you hit CTRL-Z the highlighting stops and the editor is suspended or a new shell is started |CTRL-Z|. @@ -477,7 +477,7 @@ Commands in Select mode: Otherwise, typed characters are handled as in Visual mode. When using an operator in Select mode, and the selection is linewise, the -selected lines are operated upon, but like in characterwise selection. For +selected lines are operated upon, but like in charwise selection. For example, when a whole line is deleted, it can later be pasted in the middle of a line. @@ -510,7 +510,7 @@ gV Avoid the automatic reselection of the Visual area selection. *gh* -gh Start Select mode, characterwise. This is like "v", +gh Start Select mode, charwise. This is like "v", but starts Select mode instead of Visual mode. Mnemonic: "get highlighted". |