mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-08-03 15:55:46 +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
|
||||
defscrollback 5000
|
||||
|
||||
# when in history mode, use incremental searching
|
||||
markkeys "^S=/:^R=?"
|
||||
|
||||
# turn off visual bell
|
||||
termcapinfo * vb@
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue