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

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

Open
tecfu opened this issue Jun 4, 2016 · 2 comments
Open

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

tecfu opened this issue Jun 4, 2016 · 2 comments

Comments

@tecfu
Copy link

tecfu commented Jun 4, 2016

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

@tecfu
Copy link
Author

tecfu commented Jun 7, 2016

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 tecfu closed this as completed Jun 7, 2016
@tecfu
Copy link
Author

tecfu commented Jun 13, 2016

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.

@tecfu tecfu reopened this Jun 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant