1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-11-15 01:11:09 +03:00

Go back to `` for monospaced in README, works correctly with asciidoctor

For some reason it does not go well with current github asciidoc formatting
which is supposed to use asciidoctor, probably still on an older version.
This commit is contained in:
Maxime Coste 2015-04-13 13:03:43 +01:00
parent 3e6a37365e
commit 104ee262ba

View File

@ -322,7 +322,7 @@ Changes
* `alt-&`: copy indent, copy the indentation of the main selection
(or the count one if a count is given) to all other ones
* ` ` `: to lower case
* ```: to lower case
* `~`: to upper case
* `alt-``: swap case
@ -439,7 +439,7 @@ object you want.
* `a`, `<` or `>`: select the enclosing <> block
* `"`: select the enclosing double quoted string
* `'`: select the enclosing single quoted string
* ` ` `: select the enclosing grave quoted string
* ```: select the enclosing grave quoted string
* `w`: select the whole word
* `W`: select the whole WORD
* `s`: select the sentence