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.
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: