Skip to content

Commit

Permalink
book: document new system clipboard mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
CBenoit authored and archseer committed Jun 20, 2021
1 parent f50261c commit ffb54b4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions book/src/keymap.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ffb54b4

Please sign in to comment.