kraanzu / dooit

An awesome TUI todo manager

Home Page:https://pypi.org/project/dooit/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

💡 [FEAT] Keybinding for paste

sathishmanohar opened this issue · comments

Right now, y yanks the current description and Ctrl+v pastes the text only while in INSERT mode. It isn't vim like, It'll be great if I can paste in NORMAL mode with y and then p. While you are at it. You can also look into the possibility of implementing it as the following.

y for yank description
Y for yank task with description due and urgency

Y for yank task with description due and urgency

Yes there was also a PR for this #78 but I closed that since the development stopped :(
I'm currently optimizing the rendering of todos and can implement this after that. Should be pretty easy :)

Got it. Duplicating tasks in pretty common thing to do in task managers so looking forward to this.

Closing as duplicate of #76