Skip to content

Instantly share code, notes, and snippets.

@jb55
Created October 10, 2017 15:34
Show Gist options
  • Save jb55/bcd27d6e081f5f1d984a53aa12b667cf to your computer and use it in GitHub Desktop.
Save jb55/bcd27d6e081f5f1d984a53aa12b667cf to your computer and use it in GitHub Desktop.

make flags passed to `git am` configurable

See functions using git am

`zz` bindings for show mode, how to do that?

Don’t use capitalized bindings in notmuch-show [0/2]

As described in notmuch:id:87tvz8419r.fsf@jb55.com

Conflicts with search bindings:

  • [ ] (kbd “N”) ‘notmuch-show-next-message
  • [ ] (kbd “P”) ‘notmuch-show-previous-message

notmuch-tagging-key compatibility

Right any keys set in notmuch-tagging-keys seem to be inaccessible due to the evilified state. Perhaps we could programmatically add these to:

(evil-define-key 'visual notmuch-search-mode-map
  "*" 'notmuch-search-tag-all
  "a" 'notmuch-search-archive-thread
  "-" 'notmuch-search-remove-tag
  "+" 'notmuch-search-add-tag
)

Maybe under a subtree? Although that would be slightly annoying compared to a bare key.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment