Skip to content
This repository was archived by the owner on Nov 13, 2024. It is now read-only.

Commit c9f4559

Browse files
docs: add examples of yank commands
1 parent 1914a2d commit c9f4559

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ EOF
4545
local opts = { noremap = true, silent = true }
4646

4747
vim.keymap.set("n", "<Leader><Leader>i", "<cmd>PickEverything<cr>", opts)
48+
vim.keymap.set("n", "<Leader><Leader>y", "<cmd>PickEverythingYank<cr>", opts)
4849
vim.keymap.set("i", "<C-i>", "<cmd>PickEverythingInsert<cr>", opts)
4950
```
5051

@@ -60,6 +61,14 @@ I personally use `<C-i>` for `PickIconsInsert`. If you also want to map `<C-I>`
6061
- `PickSymbols`
6162
- `PickAltFont`
6263
- `PickAltFontAndSymbols`
64+
- Normal Mode (yank):
65+
- `PickEverythingYank` (Nerd Font Icons & Emojis & Alt Font & Symbols)
66+
- `PickIconsYank` (Nerd Font Icons & Emojis)
67+
- `PickEmojiYank`
68+
- `PickNerdYank`
69+
- `PickSymbolsYank`
70+
- `PickAltFontYank`
71+
- `PickAltFontAndSymbolsYank`
6372
- Insert Mode:
6473
- `PickEverythingInsert` (Nerd Font Icons & Emojis & Alt Font & Symbols)
6574
- `PickIconsInsert` (Nerd Font Icons & Emojis)

0 commit comments

Comments
 (0)