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

visual selection, delete does not work

Open mollerhoj opened this issue 1 year ago • 2 comments

In the quickfix window, visually selecting deleting d does nothing, just moves the cursor to the start of the line.

Is there anyway to fix this?

Thanks for a great plugin!

mollerhoj avatar Oct 02 '23 08:10 mollerhoj

Hello 👋 Can you provide a bit more context? Do you mean you can't edit the quickfix window, or you can't edit after you run replacer.nvim? I just tried editing with a visual selection in a replacer.nvim buffer and it seems to work

gabrielpoca avatar Oct 02 '23 09:10 gabrielpoca

Huh, must be something in my setup then. I can edit and it works fine, just that if I visually text some text and press d to delete it, the cursor is moved to the first char of the line, the visual selection is gone, and the text is not removed. (In the quickfix window that it)

mollerhoj avatar Oct 02 '23 10:10 mollerhoj