machakann / vim-sandwich

Set of operators and textobjects to search/select/edit sandwiched texts.
1.44k stars 37 forks source link

`dsf` in vim-surround keybindings not implemented #168

Closed YuruiHong closed 11 months ago

YuruiHong commented 11 months ago

It is nice to see that vim-surround keybindings are supported. However, while addition of functions via ysiwf is available, dsf or dsF are not. The original keybindings do include sdf and sdF, so I wonder if it is possible to have them implemented for the vim-surround one.

Konfekt commented 11 months ago

Are sdf and sdF any different from vim-surround's dsf and sdF ? When these keybindings were listed, its author might simply not have been aware of them

Konfekt commented 11 months ago

It started of here but since them the mappings were refined many times

YuruiHong commented 11 months ago

It seems there's no bug at all. I just found that I didn't remove my tpope/vim-surround, which was actually providing vim-surround keybindings without dsf and blocking vim-sandwich. My fault.🤣