From b0de6d517e337db87f04e2593ee484ea6c5f23f5 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Sun, 17 May 2009 17:29:49 +0200 Subject: keep configs in sync --- examples/configs/sampleconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'examples/configs') diff --git a/examples/configs/sampleconfig b/examples/configs/sampleconfig index f8fa7cb..e5ae9a2 100644 --- a/examples/configs/sampleconfig +++ b/examples/configs/sampleconfig @@ -67,8 +67,10 @@ bind t = toggle_status # Hilight matches. Notice the * after the slash - it makes the command incremental, i.e. gets called # on every character you type. You can do `bind /_ = search %s' if you want it less interactive. bind /* = search %s +bind ?* = search_reverse %s #jump to next -bind ; = search +bind n = search +bind N = search_reverse bind gh = uri http://www.uzbl.org #TODO: set uri? bind o _ = uri %s -- cgit v1.2.3