mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-08-05 16:48:38 +00:00
screenrc: made searching in history mode incremental (C-a [, then / or ? to search)
This commit is contained in:
parent
fc7a3c1dad
commit
84e0953d1b
1 changed files with 3 additions and 0 deletions
3
screenrc
3
screenrc
|
@ -7,6 +7,9 @@ vbell on
|
||||||
# default scrollback to 5000 lines
|
# default scrollback to 5000 lines
|
||||||
defscrollback 5000
|
defscrollback 5000
|
||||||
|
|
||||||
|
# when in history mode, use incremental searching
|
||||||
|
markkeys "^S=/:^R=?"
|
||||||
|
|
||||||
# turn off visual bell
|
# turn off visual bell
|
||||||
termcapinfo * vb@
|
termcapinfo * vb@
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue