Merge remote-tracking branch 'Delapouite/docs'
This commit is contained in:
commit
7316d93022
|
@ -524,9 +524,9 @@ object you want.
|
||||||
* `B`, `{` or `}`: select the enclosing {} block
|
* `B`, `{` or `}`: select the enclosing {} block
|
||||||
* `r`, `[` or `]`: select the enclosing [] block
|
* `r`, `[` or `]`: select the enclosing [] block
|
||||||
* `a`, `<` or `>`: select the enclosing <> block
|
* `a`, `<` or `>`: select the enclosing <> block
|
||||||
* `"`: select the enclosing double quoted string
|
* `"` or `Q`: select the enclosing double quoted string
|
||||||
* `'`: select the enclosing single quoted string
|
* `'` or `q`: select the enclosing single quoted string
|
||||||
* ```: select the enclosing grave quoted string
|
* ``` or `g`: select the enclosing grave quoted string
|
||||||
* `w`: select the whole word
|
* `w`: select the whole word
|
||||||
* `W`: select the whole WORD
|
* `W`: select the whole WORD
|
||||||
* `s`: select the sentence
|
* `s`: select the sentence
|
||||||
|
@ -534,6 +534,7 @@ object you want.
|
||||||
* `␣`: select the whitespaces
|
* `␣`: select the whitespaces
|
||||||
* `i`: select the current indentation block
|
* `i`: select the current indentation block
|
||||||
* `n`: select the number
|
* `n`: select the number
|
||||||
|
* `u`: select the argument
|
||||||
* `:`: select user defined object, will prompt
|
* `:`: select user defined object, will prompt
|
||||||
for open and close text.
|
for open and close text.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user