felipec / notmuch-vim

Text-based mail user agent in vim using notmuch.
Other
87 stars 34 forks source link

key bindings #4

Closed esheldon closed 10 years ago

esheldon commented 11 years ago

This plugin looks very promising, thanks for making it available.

I'm having a little difficulty figuring out the key map. I don't see an entry to compose a new message, although reply does seem to work. In fact I don't see a function anywhere in the plugin to start a new message.

Also when I read mail, it does not get marked as read.

Any help is much appreciated.

felipec commented 10 years ago

You are right, there's no way to start a new message, that's next in my to-do list.

As for marking the messages as read, just press 'I'. Sure, it might be nice to have them automatically marked as read, but in my experience that doesn't always work correctly, and I don't think it's that important.

Also, I plan to add ':help notmuch', so you can see the bindings from there.

karlh626 commented 10 years ago

Cool! I am looking forward to the "compose" addition.

felipec commented 10 years ago

All right, I've pushed the patches for the "compose", the key binding is 'c'.

felipec commented 10 years ago

The help is now up:

https://github.com/felipec/notmuch-vim-ruby/blob/master/notmuch.txt