From f93d3d59e8a46bd5b027a89e0e2f8d516750f048 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Wed, 28 Dec 2011 19:04:57 +0000 Subject: [PATCH] README: fix whitespaces --- README.asciidoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.asciidoc b/README.asciidoc index 5a8cf9af..6d3ac1a0 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -12,7 +12,7 @@ keys are directly inserted into the current buffer. In normal mode, keys are used to manipulate the current selection and to enter insertion mode. There is no concept of cursor in kakoune, only selections, a single character -selection can be seen as a cursor but there is no difference internally. +selection can be seen as a cursor but there is no difference internally. Building -------- @@ -35,7 +35,7 @@ Basic Movement * _k_: select the character above the selection end * _l_: select the character on the left of selection end - * _w_: select the word and following whitespaces on the right of selection end + * _w_: select the word and following whitespaces on the right 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 @@ -119,7 +119,7 @@ existing highlighters are: * *highlight_selections*: used to make current selection visible * *expand_tabs*: expand tabs to next 8 multiple column (to make configurable) * *hlcpp*: quick'n'dirty c++ code highlighter -* *number_lines*: show line numbers +* *number_lines*: show line numbers * *regex*: highlight a regex, takes 3 parameters Filters