On my machine (OSX 10.5) ctrl-y, which is bound to "yank", doesn't seem to work.
Even though \cy is bound to yank, nothing happens when I press ctrl-y. If I bind yank to ctrl-d, it works. I tried the same under several different terminal programs (Terminal, Terminator, xterm), with the same result. In the same terminals, tcsh binds ctrl-y without problems.... The keys that don't bind to yank are: ctrl + m, o, y, z. In addition ctrl-v works in a special way - I have to press v twice to get ctrl-v. Some debugging shows that when I hit ctrl-y, I get all the way to the read() line in read_blocked() called from readb() called from input_common_readch(), but that read() doesn't return after ctrl-y was pressed. Another strange things is that if I press ctrl-y several times in a row, and then another character, fish seems to delay several seconds before reading the character. So, if I hot ctrl-y ten times, the delay is around 10 seconds. Thanks, Michael ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Fish-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fish-users
