-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Marks: go to the position before the last jump #1089
Comments
It would be lovely to have also support for the double-tick variant ``, on which many, like myself, are dependent. Double apostrophe jumps back to the beginning of line. The double-tick jumps back to the same place in line. |
@bijoutrouvaille Is there any difference between and ``? |
Yes, to augment my failed attempt at explaining it above, the general difference is that the backtick remembers the column number of the marked line, while with the apostrophe the "cursor is positioned on the first non-blank character in the line," i.e. the beginning of line. Both are useful. |
Oh shit Github formatting messed up my comment. I meant to say
|
Yep. C-O is a "back" command that moves back one item on the jumplist. The double tick simply alternates between last two positions. |
FWIW I was unaware of C-O... and I have been using vi(m) since 1985! |
I've written patches to address this issue. If you're willing and able. Please test/vote/whatever. Thank you. |
Please thumbs-up 👍 this issue if it personally affects you! You can do this by clicking on the emoji-face on the top right of this post. Issues with more thumbs-up will be prioritized.
I'm opening this issue as per your instructions on the roadmap. Hoping to bump this feature up a bit.
It might be because I'm a Vim newb who hasn't unlocked the full potential of marks, but I find myself constantly pressing
' '
and nothing happens.The text was updated successfully, but these errors were encountered: