diff --git a/src/main.cc b/src/main.cc index a3d5b1cc..086054f4 100644 --- a/src/main.cc +++ b/src/main.cc @@ -69,6 +69,7 @@ void do_go(Context& context) Editor& editor = context.editor(); switch (tolower(key.key)) { + case 'g': case 'k': context.push_jump(); editor.select(editor.buffer().begin(), mode);