From 559ab349a05d5201b666eddb22d921c40b131bd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Wed, 21 Dec 2016 12:25:58 +0100 Subject: vis: implement `go` to move to absolute byte position --- config.def.h | 1 + 1 file changed, 1 insertion(+) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index cc68a84..eb01ac9 100644 --- a/config.def.h +++ b/config.def.h @@ -65,6 +65,7 @@ static const KeyBinding bindings_motions[] = { { "", ALIAS("j") }, { "F", ACTION(TO_LEFT) }, { "f", ACTION(TO_RIGHT) }, + { "go", ACTION(CURSOR_BYTE) }, { "g0", ACTION(CURSOR_SCREEN_LINE_BEGIN) }, { "g_", ACTION(CURSOR_LINE_FINISH) }, { "G", ACTION(CURSOR_LINE_LAST) }, -- cgit v1.2.3