From c71d993cd4595003d0ede34dddba814a3d463a45 Mon Sep 17 00:00:00 2001
From: Daniel Carl <danielcarl@gmx.de>
Date: Sat, 22 Dec 2012 00:17:52 +0100
Subject: [PATCH] Changed the default keybinding for the hint open commands.

Now we use ;o and ;t to write the hintes source or uri to the inputbar.
---
 doc/config | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/config b/doc/config
index cc4e2b3..0c11ded 100644
--- a/doc/config
+++ b/doc/config
@@ -25,8 +25,8 @@ nmap k scrollup
 nmap j scrolldown
 nmap f hint-link
 nmap F hint-link-new
-nmap go hint-input-open
-nmap gt hint-input-tabopen
+nmap ;o hint-input-open
+nmap ;t hint-input-tabopen
 cmap <tab> complete
 cmap <shift-tab> complete-back
 hmap <tab> hint-focus-next
-- 
2.20.1