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:
parent
3e6a37365e
commit
104ee262ba
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user