|
From: stafusa <st...@gm...> - 2011-06-30 18:27:25
|
Hello, in bash you can type, say, "rm" and search the shell history for entries beginning with "rm" by simply pressing PgUp, PgDn. That is very useful, and all you have to do is to add, in your .bashrc: bind '"\e[5~": history-search-backward' bind '"\e[6~": history-search-forward' At work (Suse, with gnuplot 4.4 patch 0) I have the same functionality in gnuplot, but not in my personal computer (Ubuntu, gnuplot 4.4 patch 2). I didn't find anything in the .gnuplot or similar and googling for quite a while didn't turn out anything useful. Does someone know how to get this feature to work in gnuplot? Thx in advance, Stafusa -- View this message in context: http://old.nabble.com/efficient-history-search-tp31964384p31964384.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |