cursorless icon indicating copy to clipboard operation
cursorless copied to clipboard

neovim: "bring" onto the command line

Open saidelike opened this issue 1 year ago • 0 comments

It would be useful to be able to bring something from the buffer (text editor or terminal) onto the command line. An example is when renaming a tab using :TabooRename <name> and name is present into the buffer

it might be really easy to do because it's very similar to bringing something into the terminal prompt except we want to detect the command mode, so may qualify for a good first issue to learn about Cursorless in neovim.

saidelike avatar Jun 10 '24 14:06 saidelike