diff options
| author | Maxime Coste <mawww@kakoune.org> | 2020-08-23 14:01:01 +1000 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2020-08-23 14:01:01 +1000 |
| commit | ca195ffd7be795b85b9429c9b4772debeff4c77d (patch) | |
| tree | cba92b487c24f7d51a3ea140161a69198ab24ea9 | |
| parent | 78a7c5fe9b067d0490e2bd664da7ae6281ee256f (diff) | |
| parent | 85227019ff6c3cfe400912588a00cc3b4eeb835f (diff) | |
Merge branch 'docs' of http://github.com/migueldvb/kakoune
| -rw-r--r-- | doc/pages/commands.asciidoc | 2 | ||||
| -rw-r--r-- | doc/pages/keys.asciidoc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/pages/commands.asciidoc b/doc/pages/commands.asciidoc index e1106eb9..0b953492 100644 --- a/doc/pages/commands.asciidoc +++ b/doc/pages/commands.asciidoc @@ -202,7 +202,7 @@ of the file onto the filesystem == Hooks *hook* [-group <group>] <scope> <hook_name> <filtering_regex> <command>:: - execute *command* whenever an *hook_name* is triggered in *scope* + execute *command* whenever a *hook_name* is triggered in *scope* (See <<hooks#,`:doc hooks`>> and <<scopes#,`:doc scopes`>>) *remove-hooks* <scope> <group>:: diff --git a/doc/pages/keys.asciidoc b/doc/pages/keys.asciidoc index 49762cdc..5d568cc1 100644 --- a/doc/pages/keys.asciidoc +++ b/doc/pages/keys.asciidoc @@ -95,7 +95,7 @@ it when pasting text. == Movement 'word' is a sequence of alphanumeric characters or underscore, and 'WORD' -is a sequence of non whitespace characters. Generally, a movement on it own +is a sequence of non whitespace characters. Generally, a movement on its own will move each selection to cover the text moved over, while holding down the Shift modifier and moving will extend each selection instead. |
