Merge branch 'master' of http://github.com/Awesomerly/kakoune
This commit is contained in:
commit
f4730eaa29
|
@ -604,7 +604,7 @@ One way to get a multiselection is via the `s` key.
|
||||||
For example, to change all occurrences of word 'roger' to word 'marcel'
|
For example, to change all occurrences of word 'roger' to word 'marcel'
|
||||||
in a paragraph, here is what can be done:
|
in a paragraph, here is what can be done:
|
||||||
|
|
||||||
* select the paragraph with enough `X`
|
* select the paragraph with `x` then enough `J`
|
||||||
* press `s` and enter roger, then enter
|
* press `s` and enter roger, then enter
|
||||||
* now paragraph selection was replaced with multiselection of each roger in
|
* now paragraph selection was replaced with multiselection of each roger in
|
||||||
the paragraph
|
the paragraph
|
||||||
|
|
|
@ -26,7 +26,7 @@ to or *removed* from the current one instead of replacing it (the exact
|
||||||
outcome depends on the type, see below).
|
outcome depends on the type, see below).
|
||||||
|
|
||||||
[[unset-option]]
|
[[unset-option]]
|
||||||
Options values can be unset in a specific scope with the `unset-option`
|
Option values can be unset in a specific scope with the `unset-option`
|
||||||
command:
|
command:
|
||||||
|
|
||||||
---------------------------
|
---------------------------
|
||||||
|
|
Loading…
Reference in New Issue
Block a user