Add a pick like function for vim #1

Closed
opened 2018-05-23 10:40:58 +00:00 by benie · 1 comment
Owner

Take inspiration from pick and create a Vim
function which emulates the selection behaviour in a separate buffer, map
<Enter> to select the current line and return the {text,index} pair to the
caller after cleaning up the created buffer.

Take inspiration from [pick](https://pypi.org/project/pick/) and create a Vim function which emulates the selection behaviour in a separate buffer, map `<Enter>` to select the current line and return the `{text,index}` pair to the caller after cleaning up the created buffer.
Author
Owner

This already exists, either with the old skool inputlist() builtin, or the new skool popup_menu() builtin (on vim at least).

This already exists, either with the old skool `inputlist()` builtin, or the new skool `popup_menu()` builtin (on `vim` at least).
benie closed this issue 2021-07-14 11:12:59 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: config/vim#1
No description provided.