From c65af9cd68ba58b90339aa43ef31c11530935649 Mon Sep 17 00:00:00 2001
From: Daniel Carl <danielcarl@gmx.de>
Date: Sat, 1 Jun 2013 18:02:22 +0200
Subject: [PATCH] Changed default kebinding for quit from 'q' to 'ctrl-q'
 (#16).

---
 doc/vimb.1.txt | 2 +-
 src/config.h   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/vimb.1.txt b/doc/vimb.1.txt
index 7d19e1d..0035b74 100644
--- a/doc/vimb.1.txt
+++ b/doc/vimb.1.txt
@@ -414,7 +414,7 @@ Open the last closed page.
 .B U
 Open the last closed page into a new window.
 .TP
-.B d
+.B ctrl\-q
 Quit the browser.
 .TP
 .BI [ N ]ctrl\-o
diff --git a/src/config.h b/src/config.h
index 1e010d4..f8e001e 100644
--- a/src/config.h
+++ b/src/config.h
@@ -50,7 +50,7 @@ const char *default_config[] = {
     "nmap gH=tabopen",
     "nmap u=open-closed",
     "nmap U=tabopen-closed",
-    "nmap d=quit",
+    "nmap <ctrl-q>=quit",
     "nmap <ctrl-o>=back",
     "nmap <ctrl-i>=forward",
     "nmap r=reload",
-- 
2.20.1