rosshemsley / iOpener

Open files from path, with completion, listings and history. Similar to Emacs find file.
GNU General Public License v2.0
55 stars 19 forks source link

delete word should consume slash #3

Open gurgeous opened 10 years ago

gurgeous commented 10 years ago

On the mac, option-delete deletes a word. In the iOpener input panel, it should consume a slash. At the moment it does this:

~/some/directory ~/some/ (after option-delete)

but it should do this:

~/some/directory ~/some (after option-delete)

:)

gurgeous commented 10 years ago

Oh, and it should probably consume tilde characters (~) for good measure too.