Introduction
Introduction Statistics Contact Development Disclaimer Help
config: c-c is exit - sob - simple output bar
git clone git://git.codemadness.org/sob
Log
Files
Refs
README
LICENSE
---
commit 874a6329096155b854a387dcc1a5d73f738cdff0
parent 737f0d5f6529ce15b4064b05b0b1aba2b928a3ab
Author: Hiltjo Posthuma <[email protected]>
Date: Fri, 24 Oct 2014 21:40:51 +0000
config: c-c is exit
Diffstat:
M config.def.h | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
diff --git a/config.def.h b/config.def.h
@@ -73,6 +73,7 @@ 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 },
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.