Skip to content
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

Copy/move/delete a msg #95

Closed
srid opened this issue Apr 13, 2021 · 2 comments
Closed

Copy/move/delete a msg #95

srid opened this issue Apr 13, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@srid
Copy link
Contributor

srid commented Apr 13, 2021

Being able to delete a message (gd keybinding?) from the message list would be a useful function in the Vim plugin.

@soywod
Copy link
Member

soywod commented Apr 13, 2021

Yes I didn't have time to implement it yet (like the copy and move commands). Thanks for pointing it out!

@soywod soywod changed the title Vim: delete a message Copy/move/delete a msg Apr 13, 2021
@soywod soywod added enhancement New feature or request vim labels Apr 13, 2021
@soywod soywod added this to the v1 milestone Apr 17, 2021
@soywod soywod self-assigned this May 8, 2021
@soywod
Copy link
Member

soywod commented May 8, 2021

Added in the v0.3.2 🎉

Default keybindings are gC for copy, gM for move and gD for delete. Delete accepts visual selection (= delete multiple messages at once).
I set up those keybindings because they seem not so intrusive, but I personally replaced the gD with dd and D (to match more the normal vim behaviour).

See the vim README for more information!

@soywod soywod closed this as completed May 8, 2021
@soywod soywod removed their assignment Feb 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants