m4xshen/autoclose.nvim

Auto-delete does not work with CTRL-W / CTRL-U

Closed this issue · 1 comments

This is rather a feature request:

When using CTRL-W or CTRL-U in insert mode to delete an opening bracket it will not delete the closing bracket. Maybe this could be added?

This feature is added in cfa572b, but I only add the CTRL-W cause I think it is better for CTRL-U to remain it's original behavior.