-
-
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
Add support for cabove/cbelow #195
Comments
These are cool but I'm not sure where they would fit. It's tempting to swap them out for |
Also personally, I find the |
@tpope I've been thinking the same.
Currently I have mapped them to @jeffvandyke It has been merged into neovim 0.5.0 pre-release (see this commit) |
If it's scoped to the current file then yeah, we probably shouldn't replace the existing mappings. Linter warnings is also my use case, but that means |
cf. #133 |
Am I the only one confused about the need for both |
I've been contemplating something like this:
By shuffling This problem is the location list variants. And if we want the So I guess as a first step, I am adding
The difference is "current line" versus "exact cursor position". Barely seems worth bothering with but I guess it doesn't hurt anything. |
Recent versions of vim include
:cabove
and:cbelow
(and loclist equivalents) to move to quickfix item above and below the current cursor position (see this PR invim/vim
)Maybe mappings for those would be a nice addition to this plugin.
The text was updated successfully, but these errors were encountered: