sob

Simple output bar
git clone https://git.sinitax.com/codemadness/sob
Log | Files | Refs | README | LICENSE | Upstream | sfeed.txt

commit e2dc0e68998bb673bfe3d57aa0149cfb28a85c2b
parent a48d9425805d5d8029aa8e63cdbf52a50b6baec2
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Thu,  2 Oct 2014 01:19:19 +0000

remove delwordcursor keybind

Diffstat:
Mconfig.def.h | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

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 },