mirror of
https://github.com/mawww/kakoune.git
synced 2025-04-16 13:27:44 +02:00
Document that < is <lt> and > is <gt>
This commit is contained in:
parent
cebdba33a8
commit
f41478e788
1 changed files with 2 additions and 2 deletions
|
@ -408,9 +408,9 @@ Changes
|
|||
in place of line breaks
|
||||
* `<a-m>`: merge contiguous selections together (works across lines as well)
|
||||
|
||||
* `>`: indent selected lines
|
||||
* `<gt> (>)`: indent selected lines
|
||||
* `<a-gt>`: indent selected lines, including empty lines
|
||||
* `<`: deindent selected lines
|
||||
* `<lt> (<)`: deindent selected lines
|
||||
* `<a-lt>`: deindent selected lines, do not remove incomplete
|
||||
indent (3 leading spaces when indent is 4)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue