When I do <c-o><c-o><c-o>
, and keep the control key pressed, it will jump 3 times backwards in the jumplist but if I do noremap <leader>o <c-o>
then <leader>o<leader>o<leader>o
, and keep the leader key pressed as I did with control, it will move backward the first time then it enter in editing mode and add an o. Leader key is ignored if we keep it pressed.
Is there a solution?