Closed lvergergsk closed 5 months ago
Double d is a same key binding as in vim (delete a line). Also walk allows to undo the delete for 5 sec with u
key.
Alternatively configure walk to move files to trash instead of rm with https://www.npmjs.com/package/trash-cli
export WALK_REMOVE_CMD=trash
OK, sounds reasonable. I'll try WALK_REMOVE_CMD instead, thanks.
Maybe D -> Y to delete is better. I loss some important folders as an new walk user.