nvbn / thefuck

Magnificent app which corrects your previous console command.
MIT License
83.62k stars 3.41k forks source link

Alternative Exit sequence? #1440

Open Nornode opened 2 months ago

Nornode commented 2 months ago

Feature request:

The output of thefuck --version (something like The Fuck 3.1 using Python 3.5.0 and Bash 4.4.12(1)-release):

The Fuck 3.32 using Python 3.12.2 and ZSH 5.9

MacOS

Anything else you think is relevant:

Current exit sequence - Not wanting to chose a correction command is: Ctrl+c Any chance one can change it to be as an option Esc as shorter and one key click exit?

ishayankoo001 commented 3 weeks ago

You can already use Q key to abort. as it can be seen on ui.py line 21 elif key in (const.KEY_CTRL_C, 'q'):