I tried today to implement in fish M-. (as in bash). I also plain to add M-/ (as in emacs), C-t and M-t and some more... I got it partially working but only partially and with ugly hacks. Here are the features I miss:
* Allow ``commandline -o CMD`` to tokenize CMD instead of current command line (saving, replacing, tokenizing and restoring amazingly does work but is too ugly). * Expose the whole history in $history as recently discussed. * Expose the history of command-line editing commands in $__fish_edit_history or something like that. The motivation is commands like M-. that notice when they are used repeatedly. * Add options to ``commandline`` for quering and moving the cursor position. -- Beni Cherniavsky <[EMAIL PROTECTED]>, who can only read email on weekends. ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Fish-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fish-users
