diff --git a/src/normal.cc b/src/normal.cc index ff29f1369..adca42c60 100644 --- a/src/normal.cc +++ b/src/normal.cc @@ -2322,8 +2322,8 @@ static constexpr HashMap { {alt('s')}, {"split selected text on line ends", split_lines} }, { {alt('S')}, {"select selection boundaries", select_boundaries} }, - { {'.'}, {"repeat last insert command", repeat_last_insert} }, - { {alt('.')}, {"repeat last object select/character find", repeat_last_select} }, + { {'.'}, {"repeat last insert command", repeated} }, + { {alt('.')}, {"repeat last object select/character find", repeated} }, { {'%'}, {"select whole buffer", select_whole_buffer} },