blindFS / vim-taskwarrior

vim interface for taskwarrior
Other
517 stars 42 forks source link

Modifying tasks in ex mode, or within a buffer. #126

Open tecfu opened 8 years ago

tecfu commented 8 years ago

Can tasks be added/modified in normal mode, or ex mode? This would allow full use of the key navigation when editing inputs...

tecfu commented 8 years ago

I found that tasks can be modified in ex mode through the following steps:

    //get the task list ui
    :TW         
    //put cursor on a task field you desire to modify
    m
    //now in the command window, simply goto ex mode
    <C-f>
tecfu commented 8 years ago

I've found the fix previously mentioned gets me to ex mode, but works unreliably. Oftentimes when I hit return after entering text I simply get a new line in ex mode and nothing is updated in TW.