You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
asuka-405
changed the title
DD won
dd won't delete a file from harpoon ui in a particular case
Oct 27, 2024
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 <CR> saves the buffer, thus deleting the item from the list.
From a user perspective:
You delete items, press escape and expect it to clear buffer.
If something does not happen as expected, I'm sure it qualifies as a bug.
I think this is a feature, not a bug.
ESC is not exactly the "save and continue" kind of key and, as a user, I expect it to let me escape without saving my changes. This behavior is actually useful if I made bad changes.
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.
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: