I know that we can move our cursor back by using Ctrl+o and Ctrl+i. ( ref Move cursor to its last position )
But how about when we want to trace back our moves like hjkl?
Are there any way for that?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
That would be an awful lot of jumps, wouldn’t it? The jump list would quickly fill up and lose it’s effectiveness (as it’s limited to 100 entries).
What you can do is explicitly set a jump mark with
m'before doing the jump.Some people change the
jandkcommands to record a jump when a[count]larger than 1 is given: