URI:
       remove delwordcursor keybind - sob - simple output bar
  HTML git clone git://git.codemadness.org/sob
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit e2dc0e68998bb673bfe3d57aa0149cfb28a85c2b
   DIR parent a48d9425805d5d8029aa8e63cdbf52a50b6baec2
  HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Thu,  2 Oct 2014 01:19:19 +0000
       
       remove delwordcursor keybind
       
       Diffstat:
         M config.def.h                        |       1 -
       
       1 file changed, 0 insertions(+), 1 deletion(-)
       ---
   DIR diff --git a/config.def.h b/config.def.h
       @@ -8,7 +8,6 @@ static struct keybind {
                int key;
                void (*func)(void);
        } keybinds[] = {
       -        { CONTROL('T'),  line_delwordcursor },
                { CONTROL('A'),  line_cursor_begin },
                { CONTROL('E'),  line_cursor_end },
                { KEY_HOME,      line_cursor_begin },