From ac641257f9a752fa15134221ce16955bf16e01fa Mon Sep 17 00:00:00 2001
From: Daniel Carl <danielcarl@gmx.de>
Date: Sat, 23 Mar 2013 22:36:27 +0100
Subject: [PATCH] Changed keybindings for stop loading.

The previous keybindings ctrl-c did not work, because this was caught as
escape sequence.
---
 src/config.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/config.h b/src/config.h
index 96911e2..8cc974f 100644
--- a/src/config.h
+++ b/src/config.h
@@ -55,7 +55,7 @@ const struct {
     {"nmap <ctrl-i>=forward"},
     {"nmap r=reload"},
     {"nmap R=reload!"},
-    {"nmap <ctrl-c>=stop"},
+    {"nmap C=stop"},
     {"nmap <ctrl-f>=pagedown"},
     {"nmap <ctrl-b>=pageup"},
     {"nmap <ctrl-d>=halfpagedown"},
-- 
2.20.1