diff --git a/src/normal.cc b/src/normal.cc index f7efdfa7..117d681c 100644 --- a/src/normal.cc +++ b/src/normal.cc @@ -1732,7 +1732,7 @@ static NormalCmdDesc cmds[] = { alt('>'), "indent, including empty lines", indent }, { alt('<'), "deindent, not including incomplete indent", deindent }, - { ctrl('i'), "jump forward in jump list",jump }, + { /*ctrl('i')*/Key::Tab, "jump forward in jump list",jump }, // until we can distinguish tab a ctrl('i') { ctrl('o'), "jump backward in jump list", jump }, { ctrl('s'), "push current selections in jump list", push_selections },