> fish does not seem to support the Ctrl-V keybinding for verbatim > inserting of special characters.
The whole ^V escape mechanism has, in general, been a total pain in the butt for those of us maintaining terminal emulators. (I’m one of the maintainers of Terminal, the emulator bundled with Mac OS X.) To get things right, we need to allow the user choose whether clipboard operations use ^V sequences or not; false in Unicode aware applications, true most of the rest of the time. It sure is nice to see more command-line applications with robust Unicode support--hurrah for fish. The fewer hacks we need to support, the better. -Ben ------------------------------------------------------------------------- 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
