Osmose / advanced-open-file

Open files and folders in Atom easily.
https://atom.io/packages/advanced-open-file
Other
118 stars 20 forks source link

Support Ido-inspired C-l to delete a directory component #43

Closed artagnon closed 9 years ago

artagnon commented 9 years ago

The alt-backspace doesn't delete the '/' along with the path component, effectively making the user do double the number of keystrokes to strip path components.

Osmose commented 9 years ago

Ohhh, good idea! I dunno if I want to co-opt alt-backspace (at least on OSX) though, because it already has common semantics of deleting a word rather than a path component.

Are there common keyboard shortcuts for this on different platforms or some other program that has something like this? Otherwise we'll just make something up and let people bind it to whatever they want.

Osmose commented 9 years ago

Oh, I see from your PR now, you meant that alt-backspace wasn't enough, and added C-l. I get it now!