-
-
Notifications
You must be signed in to change notification settings - Fork 403
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
dd won't delete a file from harpoon ui in a particular case #641
Comments
I am not sure this qualifies as a bug, instead just unimplemented functionality. If the UI is a buffer, ESC would not save the buffer, thus the item persists in the list. The |
From a user perspective: |
I think this is a feature, not a bug. Plus, a normal Vim buffer does not automatically save your changes upon leaving either, does it? ;) This also happens in the default Harpoon UI without Telescope btw. The issue should be closed imo. |
That makes sense 😲 |
What are the available methods to close the Harpoon window while preserving changes? The return key works, but it causes Vim to jump to whatever buffer was under the cursor in the Harpoon window. Harpoon's If I recall correctly, this behavior was introduced in Harpoon 2 and wasn't present in the first iteration. |
Not an expert on this, but for me |
Bug - Using
dd
to delete an item sometimes won't work.Env - telescope UI
Reproduce - delete any item from UI but instead of closing harpoon thru return key, use escape. In this case the list will persist whether you've delete a single item, or all 4.
The text was updated successfully, but these errors were encountered: