projects
/
vimb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24e43e4
)
Changed keybindings for stop loading.
author
Daniel Carl
<danielcarl@gmx.de>
Sat, 23 Mar 2013 21:36:27 +0000
(22:36 +0100)
committer
Daniel Carl
<danielcarl@gmx.de>
Sat, 23 Mar 2013 21:36:27 +0000
(22:36 +0100)
The previous keybindings ctrl-c did not work, because this was caught as
escape sequence.
src/config.h
patch
|
blob
|
history
diff --git
a/src/config.h
b/src/config.h
index
96911e2
..
8cc974f
100644
(file)
--- 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"},