mirror of
https://github.com/mawww/kakoune.git
synced 2025-04-16 13:27:44 +02:00
README: update
This commit is contained in:
parent
f93d3d59e8
commit
ee7bc9ddc0
1 changed files with 6 additions and 0 deletions
|
@ -81,6 +81,9 @@ Changes
|
|||
|
||||
* _alt-j_: join selected lines
|
||||
|
||||
* _|_: pipe each selections through the given external filter program
|
||||
and replace with it's output.
|
||||
|
||||
Multi Selection
|
||||
---------------
|
||||
|
||||
|
@ -132,6 +135,9 @@ added or removed with :addfilter <filter_name> <filter_parameters...> and
|
|||
exisiting filters are:
|
||||
|
||||
* *preserve_indent*: insert previous line indent when inserting a newline
|
||||
* *cleanup_whitespaces*: remove trailing whitespaces on the previous line
|
||||
when inserting an end-of-line.
|
||||
* *expand_tabulations*: insert spaces instead of tab characters
|
||||
|
||||
Hooks
|
||||
-----
|
||||
|
|
Loading…
Add table
Reference in a new issue