config: ctrl-c is special-case, dont define it in config - sob - simple output bar
HTML git clone git://git.codemadness.org/sob
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit fe1be9488f907f205711eda02c47a5b9aab08fd2
DIR parent fb069221b7b7433cbccc6144388d7f5c3179a44a
HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Sun, 26 Oct 2014 12:31:01 +0000
config: ctrl-c is special-case, dont define it in config
Diffstat:
M config.def.h | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
---
DIR diff --git a/config.def.h b/config.def.h
@@ -73,7 +73,6 @@ static struct keybind {
{ { '\n' }, line_newline },
{ { CONTROL('Y') }, line_yank },
{ { CONTROL('D') }, line_exit },
- { { CONTROL('C') }, line_exit },
{ { CONTROL('E') }, line_deltoend },
{ { KEY_UP }, history_menu },
{ { KEY_CSI_UP }, history_menu },