Shougo / ddu-ui-ff

Fuzzy finder UI for ddu.vim
MIT License
55 stars 26 forks source link

[Feature Request] Ability to switch autoAction during ddu launch #103

Closed yuki-yano closed 1 year ago

yuki-yano commented 1 year ago

There are times when I want to disable the preview display while using ddu with a preview set in autoAction. Even if the preview is closed once, if it is set in autoAction, the preview will be redisplayed when moving the cursor.

I would like a function that can cancel the specified autoAction in that ddu session. Also, when this function is supported, it is desirable that the preview in autoAction is enabled again in the next launch of ddu, but should this be handled with something like autocmd?

Shougo commented 1 year ago

toggleAutoAction is added.