component: completioncomponent: downloadscomponent: promptsgood first issuepriority: 1 - middle
Description
- Remove
..directory entry as editing the path is probably easier for that case, and it's kind of tricky? - Use
os.path.expanduserso using~/...works (see #6198, including patch) - Adjust tabbing based on the current text after the last
/ -
gd^U/<Tab>has a weird behavior - Make it possible to hide the file view
- Show hidden files when a path starting with
.was entered - ctrl-n/ctrl-p for download path history
- Change the color from the legacy blue to grey or so
- When at
/usr/bin, pressing<tab>(without entering/) already goes back a directory. Doing the same at/usrdeletes it entirely.