Re: [dev] [dmenu] Make C-w delete slash

2013-11-24 Thread Jochen Sprickerhof
Hi Jan-Christian, * Jan-Christian Hütter [2013-11-23 23:19]: > since I intend to use dmenu as a simple file-browser, it would be > nice if the C-w shortcut also deleted one slash to the left (but not > more), i.e., /home/user/_ [C-w] should become /home/_. Patch attached. Cheers Jochen >From 8e

[dev] [dmenu] Make C-w delete slash

2013-11-23 Thread Jan-Christian Hütter
Hi, since I intend to use dmenu as a simple file-browser, it would be nice if the C-w shortcut also deleted one slash to the left (but not more), i.e., /home/user/_ [C-w] should become /home/_. Thanks, Jan-Christian