On 1/19/06, Axel Liljencrantz <[EMAIL PROTECTED]> wrote: > 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...
How would the extra startup time and memory compare to that due to the history? I'm guessing it's much smaller, and so bindings should be external. Also, couldn't you make new sessions inherit the bindings of existing sessions, avoiding the extra time and memory? ------------------------------------------------------- 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
