README: various updates

This commit is contained in:
Maxime Coste 2011-11-22 14:32:05 +00:00
parent d27aaab066
commit 2f8f71db67

View File

@ -39,7 +39,10 @@ Basic Movement
* _b_: select preceding whitespaces and the word on the left of selection end * _b_: select preceding whitespaces and the word on the left of selection end
* _e_: select preceding whitespaces and the word on the right of selection end * _e_: select preceding whitespaces and the word on the right of selection end
* _x_: select line on which selection end lies * _x_: select line on which selection end lies (or next line when end lies on
an end-of-line)
* _alt-x_: expand selections to contain full lines (including end-of-lines)
* _%_: select whole buffer * _%_: select whole buffer
* _alt-H_: select to line begin * _alt-H_: select to line begin
@ -76,6 +79,8 @@ Changes
* _p_: paste after current selection end * _p_: paste after current selection end
* _P_: paste before current selection begin * _P_: paste before current selection begin
* _alt-j_: join selected lines
Multi Selection Multi Selection
--------------- ---------------
@ -107,6 +112,7 @@ Filters
Manipulation of the displayed text is done through filters, which can be added Manipulation of the displayed text is done through filters, which can be added
or removed with the command :addfilter <filter_name> <filter_parameters...> or removed with the command :addfilter <filter_name> <filter_parameters...>
and :rmfilter <filter_id>
existing filters are: existing filters are: