flash.nvim icon indicating copy to clipboard operation
flash.nvim copied to clipboard

feature: support remote flash from insert mode

Open jtackaberry opened this issue 2 years ago • 2 comments

Did you check the docs?

  • [X] I have read all the flash.nvim docs

Is your feature request related to a problem? Please describe.

As you know, C-o in insert mode allows performing a single normal mode command and then returns to insert mode. When using this to perform a remote flash (<C-o>yr) however, the following gets inserted into the buffer instead:

call v:lua.cmp.utils.feedkeys.call.run(6)

Describe the solution you'd like

Ideally, from insert mode <C-o>yr would work as in normal mode, permitting the flash/yank and returning back to insert mode, at which point I can paste using <C-r>0 (or whatever register I happened to perform the remote yank into).

Describe alternatives you've considered

Just exiting back to normal mode and performing the remote flash as usual.

Additional context

No response

jtackaberry avatar Aug 30 '23 00:08 jtackaberry

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.

github-actions[bot] avatar Jul 06 '24 01:07 github-actions[bot]

I would still like to see this implemented

gsiddhant159 avatar Jul 10 '24 10:07 gsiddhant159

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.

github-actions[bot] avatar Aug 25 '24 01:08 github-actions[bot]

This issue was closed because it has been stalled for 7 days with no activity.

github-actions[bot] avatar Sep 01 '24 02:09 github-actions[bot]