tbabej / vit

Placeholder to demostrate issue porting for VIT.
0 stars 0 forks source link

[VT-94] <esc> key clears filters #94

Open tbabej opened 6 years ago

tbabej commented 6 years ago

David Patrick on 2014-06-20T20:55:40Z says:

Currently, the ESC key is helpful aborting actions you didn't mean to take, like if you hit a key you didn't mean to hit, ESC will usually get you out of there without committing changes. This is good.

But in normal use (not backing out of some mis-step), the ESC key is unused.

After hitting "f" to change the filter, one has to hit "f" again, and backspace over the filter, in order to clear it. This feature requests proposed to bind the ESC key to clear filters.

This also supports VT-19 whose objective is to make filters persistent across report-changes.

tbabej commented 6 years ago

Migrated metadata:

Created: 2014-06-20T20:55:40Z
Modified: 2014-06-21T07:23:29Z
tbabej commented 6 years ago

Scott Kostyshak on 2014-06-21T07:23:29Z says:

I looked into this somewhat recently and it's hard to change.

However, there are two workarounds. If you want an empty filter, press "f" and then "escape". Or press "f" and then 'ctrl + u' and then enter. You should be able to use a vitrc shortcut to do this also.