On 1/20/06, Philip Ganchev <[EMAIL PROTECTED]> wrote: > On 1/19/06, Axel Liljencrantz <[EMAIL PROTECTED]> wrote: > > 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! :-) > > Oh, great! Not Axel Liljencrantz, but Super Liljencrantz! Is that > better than "Meta-RUBOUT"? Less readable... >
Nah, it's defined in input.c, and you can't use fancy aliases there. Meta-RUBOUT is nicer, since it's more readable. I haven't really though out how to arrange keybindings properly, i.e. if they should go into the fish_inputrc file or be hardcoded into fish. Readline mostly uses hardcoded keybindings in the binary, so maybe one should try to stay close to that? On the other hand, it seems more minimalistic to use an external file, keeps the binary smaller. On the third hand, increased startup time and memory usage... -- 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
