vim-lsp icon indicating copy to clipboard operation
vim-lsp copied to clipboard

Allow running complete_done_after() in normal mode

Open infmagic2047 opened this issue 3 years ago • 6 comments

If user selects a completion item and presses <Esc>, the key sequence to feedkeys() will get run in normal mode. This can be handled with a <Plug> mapping that resolves to different sequences in normal mode and insert mode.

As a bonus, the use of <silent> mappings eliminate the message line garbage from feedkeys.

infmagic2047 avatar Jan 28 '23 07:01 infmagic2047

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Apr 02 '23 21:04 stale[bot]

@infmagic2047 could you fix merge conflicts.

prabirshrestha avatar May 15 '23 17:05 prabirshrestha

I just rebased on master.

infmagic2047 avatar Jun 14 '23 07:06 infmagic2047

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Aug 13 '23 09:08 stale[bot]