On 1/20/06, Philip Ganchev <[EMAIL PROTECTED]> wrote: > I suggest M-Backspace should be an additional default keybinding for > backward-kill-word. It is consistent with the default binding M-Left > for backward-word and M-Right for forward-word. The current default, > ^W, is (no doubt) convenient once you get used to it, but a consistent > interface is easier to discover and learn. > > That would require adding the line > > Meta-RUBOUT: backward-kill-word > > to file "fish_inputrc". > > This works in gnome-terminal, Putty and XTerm (you may need to add > "XTerm*metaSendsEscape: true" or "XTerm*eightBitInput: true" to your > .Xresources file.)
Fish already has "\e\x7f": backward-kill-word, which is another way of stating what you requested. I think this was added for 1.20.0, i.e. the release from just a few days ago. I not only implement feature requests, I also travel back in time to make sure they are available on your current installation! :-) -- Axel ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642 _______________________________________________ Fish-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fish-users
