config: c-c is exit - sob - simple output bar
 (HTM) git clone git://git.codemadness.org/sob
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 874a6329096155b854a387dcc1a5d73f738cdff0
 (DIR) parent 737f0d5f6529ce15b4064b05b0b1aba2b928a3ab
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       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(-)
       ---
 (DIR) 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 },