···5555## Usage
56565757The 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.
5858+An entry from the menu can also be yanked into the unnamed register by hitting yy.
58595960I would personally also recommend setting a keybind to open the menu.
6061```lua
···6364```
64656566## Potential Improvements
6666-- Disallow duplicate entries
6767-- Keybind for yanking from menu instead of pasting
6867- Expose popup keybind behavior through setup options
6968- Access to other registers (number/letter registers?)
6969+- Polling on unnamedplus register to populate bank in more intuitive manner (could be enabled as option)
7070