From d4f9716fbc36bc20848b7be0b65551495fa52952 Mon Sep 17 00:00:00 2001 From: Michael Davis Date: Tue, 11 Jul 2023 11:15:38 -0500 Subject: Add yank_to_clipboard commands, bind to `y` by default The clipboard special registers are able to retain multiple selections and also join the value when copying it to the clipboard. So by default we should yank regularly to the '*' and '+' registers. That will have the same behavior for the clipboards but will allow pasting multiple selections if the clipboard doesn't change between yanks. --- book/src/keymap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'book') diff --git a/book/src/keymap.md b/book/src/keymap.md index 153f3b64..5dc467f2 100644 --- a/book/src/keymap.md +++ b/book/src/keymap.md @@ -291,7 +291,7 @@ This layer is a kludge of mappings, mostly pickers. | `w` | Enter [window mode](#window-mode) | N/A | | `p` | Paste system clipboard after selections | `paste_clipboard_after` | | `P` | Paste system clipboard before selections | `paste_clipboard_before` | -| `y` | Join and yank selections to clipboard | `yank_joined_to_clipboard` | +| `y` | Yank selections to clipboard | `yank_to_clipboard` | | `Y` | Yank main selection to clipboard | `yank_main_selection_to_clipboard` | | `R` | Replace selections by clipboard contents | `replace_selections_with_clipboard` | | `/` | Global search in workspace folder | `global_search` | -- cgit v1.2.3-70-g09d2