-
-
Notifications
You must be signed in to change notification settings - Fork 205
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
Repeat last movement #132
Comments
In the meantime, I suggest you create your own mappings to improve those tiny things you can't deal with. Like you, I tend to use nnoremap <silent> <A-up> :cprevious<cr>
nnoremap <silent> <A-down> :cnext<cr> |
Not exactly what you're looking for, but I created a keymap for
Note that this is in lua, not vimscript, but I think it could be translated easily enough |
Is it possible to bind last movement to some keyboard shortcut?
I hate pressing
]q
or other binding multiple times to go to next item.Let say after I first press
]q
or other binding, then I could press key like]]
to trigger the last binding I use.If not possible, just close this issue.
Thanks. :)
The text was updated successfully, but these errors were encountered: