m4xshen / autoclose.nvim

A minimalist Neovim plugin that auto pairs & closes brackets
MIT License
488 stars 13 forks source link

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

Closed mikehaertl closed 1 year ago

mikehaertl commented 1 year ago

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?

m4xshen commented 1 year ago

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