diff options
author | Benoît CORTIER | 2021-06-20 13:39:10 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-06-20 14:25:53 +0000 |
commit | ffb54b4eac3403f145679b9be3691d24e13a9599 (patch) | |
tree | fb6207683af650b51c4a0d5e494e79bbbc440a5d /book/src | |
parent | f50261c944d8cfbb5775dc9350f64a6eefde0295 (diff) |
book: document new system clipboard mappings
Diffstat (limited to 'book/src')
-rw-r--r-- | book/src/keymap.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/book/src/keymap.md b/book/src/keymap.md index f5b1143e..267f4378 100644 --- a/book/src/keymap.md +++ b/book/src/keymap.md @@ -171,6 +171,11 @@ This layer is a kludge of mappings I had under leader key in neovim. | `s` | Open symbol picker (current document) | | `w` | Enter [window mode](#window-mode) | | `space` | Keep primary selection TODO: it's here because space mode replaced it | +| `p` | paste system clipboard after selections | +| `P` | paste system clipboard before selections | +| `y` | join and yank selections to clipboard | +| `Y` | yank main selection to clipboard | +| `R` | replace selections by clipboard contents | # Picker |