Skip to content
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

[j and ]j for jumping between jumps #191

Open
oguzbilgic opened this issue Oct 20, 2019 · 4 comments
Open

[j and ]j for jumping between jumps #191

oguzbilgic opened this issue Oct 20, 2019 · 4 comments

Comments

@oguzbilgic
Copy link

oguzbilgic commented Oct 20, 2019

Would these mappings make sense for jumping between jumps?

nnoremap [j <C-o>
nnoremap ]j <C-i>
@odnoletkov
Copy link

odnoletkov commented Oct 20, 2019

I think it doesn’t add much value to duplicate built-in maps.

I map [j and ]j to jump to previous or next buffer from the jumplist. So it is similar to [b/]b but in MRU order which I find much more useful.

@oguzbilgic
Copy link
Author

I map [j and ]j to jump to previous or next buffer from the jumplist.

I was thinking about that as well. Would you mind sharing how?

@dnaaun
Copy link

dnaaun commented Nov 8, 2020

Thanks @odnoletkov . @tpope , thank you for all your wonderful plugins! Any chance you'd add this specific shortcut to unimpaired? It makes total sense to me, but I'm not a vim expert, what do you think?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants