Neovim plugin improving access to clipboard history (mirror)
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

doc(Updated readme)

+2 -2
+2 -2
README.md
··· 55 55 ## Usage 56 56 57 57 The popup menu can be opened with the command:`:YankBank`, an entry is pasted at the current cursor position by hitting enter, and the menu can be closed by hitting escape, ctrl-c, or q. 58 + An entry from the menu can also be yanked into the unnamed register by hitting yy. 58 59 59 60 I would personally also recommend setting a keybind to open the menu. 60 61 ```lua ··· 63 64 ``` 64 65 65 66 ## Potential Improvements 66 - - Disallow duplicate entries 67 - - Keybind for yanking from menu instead of pasting 68 67 - Expose popup keybind behavior through setup options 69 68 - Access to other registers (number/letter registers?) 69 + - Polling on unnamedplus register to populate bank in more intuitive manner (could be enabled as option) 70 70