projects
/
sent.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e435b7
)
add vim like bindings
author
Markus Teich
<markus.teich@stusta.mhn.de>
Sun, 22 Jun 2014 23:55:25 +0000
(
01:55
+0200)
committer
Markus Teich
<markus.teich@stusta.mhn.de>
Sun, 22 Jun 2014 23:55:25 +0000
(
01:55
+0200)
config.def.h
patch
|
blob
|
history
diff --git
a/config.def.h
b/config.def.h
index ea2119f909f2dda7cddfe95284f2735a45a2bccc..541293bbd6279b0d06554d1e8a3fe9439ee0ad77 100644
(file)
--- a/
config.def.h
+++ b/
config.def.h
@@
-21,6
+21,10
@@
static Shortcut shortcuts[] = {
{ XK_Left, advance, {.i = -1} },
{ XK_Return, advance, {.i = +1} },
{ XK_BackSpace, advance, {.i = -1} },
+ { XK_l, advance, {.i = +1} },
+ { XK_h, advance, {.i = -1} },
+ { XK_j, advance, {.i = +1} },
+ { XK_k, advance, {.i = -1} },
{ XK_Down, advance, {.i = +5} },
{ XK_Up, advance, {.i = -5} },
{ XK_Next, advance, {.i = +10} },