screenrc: made searching in history mode incremental (C-a [, then / or ? to search)

This commit is contained in:
Adrian Kreher 2009-03-15 23:14:44 -05:00
parent fc7a3c1dad
commit 84e0953d1b

View file

@ -7,6 +7,9 @@ vbell on
# default scrollback to 5000 lines
defscrollback 5000
# when in history mode, use incremental searching
markkeys "^S=/:^R=?"
# turn off visual bell
termcapinfo * vb@