-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Clear jumplist #4757
Comments
Are we wanting this to be a nested menu? This would change the default keybind from
We should be able to use that to implement keybindings in the picker menu: |
Once we support delete action on jumplist picker, we can select all them first to achieve cleaning jumplist. Multiple selection for pickers is being implemented in #4837 . |
I made a typed command to clear the jumplist. Does this look like a good solution? |
@Bruce-Hopkins I think that maybe implementing removing just one item first would be more useful as a user does not want to clear their whole jumplist just to remove a few items although I suppose that it is better then nothing |
This for me is sorely needed. I'm really confused on what basis the lines are added to jumplist picker, when I'm not really using Without a proper control what is being add to jumplist picker, I would definitely welcome a shortcut to clear the jumplist, to at least partially alleviate the issue. I would just clear selected redundant lines. Clear the whole jumplist would be also welcome, but limited in use for me. It would be nice if jumplist picker could be bounded to it's buffer via config for example. It would mean less filtering by name in picker window. I wouldn't change the default behaviour though, as lot of people might still love to jump over different buffers. |
Is there any movement on this? I like using the jumplist to mark important areas, but clearing by exiting/closing the buffer is really annoying. |
@warmwaffles It seems that there was a proposed change (#4522) that was axed in favor of a new direction. If I had to guess, the desire is for #5505 to go out before this does. This is just my own speculation though |
I think it could be useful to have both a clear all jumplist entries command and a key binding to delete entries from
<space> j
.The text was updated successfully, but these errors were encountered: