mistakenelf / fm

A terminal based file manager
MIT License
564 stars 29 forks source link

ctrl+d `y` should not require CR #93

Closed mrusme closed 2 years ago

mrusme commented 2 years ago

When ctrl+d a file, the input prompt that asks for confirmation should not require an additional CR, but instead accept the confirmation (or rejection) with a simple key press of y or n.

mistakenelf commented 2 years ago

I like that, will do something like that as part of a larger refactor I’m doing

mistakenelf commented 2 years ago

Draft PR #95 is open and addresses this

mistakenelf commented 2 years ago

Fixed in 0.14.0