diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2011-11-22 14:32:05 +0000 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2011-11-22 14:32:05 +0000 |
| commit | 2f8f71db672f0579f609d11736fe8519290b32cf (patch) | |
| tree | 552203b971e38a78e3895f4f6b01c6cb5f6c337e | |
| parent | d27aaab066f34b16ff4f038ec5ce91f479a4352b (diff) | |
README: various updates
| -rw-r--r-- | README.asciidoc | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/README.asciidoc b/README.asciidoc index f0750275..cd1ed4bf 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -39,7 +39,10 @@ Basic Movement * _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 - * _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 * _alt-H_: select to line begin @@ -76,6 +79,8 @@ Changes * _p_: paste after current selection end * _P_: paste before current selection begin + * _alt-j_: join selected lines + Multi Selection --------------- @@ -107,6 +112,7 @@ Filters Manipulation of the displayed text is done through filters, which can be added or removed with the command :addfilter <filter_name> <filter_parameters...> +and :rmfilter <filter_id> existing filters are: |
