aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index eb01ac9..1d08434 100644
--- a/config.def.h
+++ b/config.def.h
@@ -66,6 +66,8 @@ static const KeyBinding bindings_motions[] = {
{ "F", ACTION(TO_LEFT) },
{ "f", ACTION(TO_RIGHT) },
{ "go", ACTION(CURSOR_BYTE) },
+ { "gh", ACTION(CURSOR_BYTE_LEFT) },
+ { "gl", ACTION(CURSOR_BYTE_RIGHT) },
{ "g0", ACTION(CURSOR_SCREEN_LINE_BEGIN) },
{ "g_", ACTION(CURSOR_LINE_FINISH) },
{ "G", ACTION(CURSOR_LINE_LAST) },