diff options
author | Blaž Hrastnik | 2021-06-20 14:37:11 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-06-20 14:37:11 +0000 |
commit | f41688d960ef89c29c4a51c872b8406fb8f81a85 (patch) | |
tree | be2ac249d18ee9d30966d4b08917d6397a48e47a /book/src/keymap.md | |
parent | ffb54b4eac3403f145679b9be3691d24e13a9599 (diff) |
Merge `x` and `X`
Diffstat (limited to 'book/src/keymap.md')
-rw-r--r-- | book/src/keymap.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/book/src/keymap.md b/book/src/keymap.md index 267f4378..1e159f81 100644 --- a/book/src/keymap.md +++ b/book/src/keymap.md @@ -69,9 +69,8 @@ | `;` | Collapse selection onto a single cursor | | `Alt-;` | Flip selection cursor and anchor | | `%` | Select entire file | -| `x` | Select current line | -| `X` | Extend to next line | -| `[` | Expand selection to parent syntax node TODO: pick a key | +| `x` | Select current line, if already selected, extend to next line | +| `` | Expand selection to parent syntax node TODO: pick a key | | `J` | join lines inside selection | | `K` | keep selections matching the regex TODO: overlapped by hover help | | `Space` | keep only the primary selection TODO: overlapped by space mode | |