Skip to content

Instantly share code, notes, and snippets.

@mturquette
Created January 18, 2016 06:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mturquette/3ffbfc56fb6f6eb57357 to your computer and use it in GitHub Desktop.
Save mturquette/3ffbfc56fb6f6eb57357 to your computer and use it in GitHub Desktop.
Gmail-like keybindings for alot
[bindings]
g i = 'search tag:inbox'
g s = 'search tag:flagged'
g t = 'search tag:sent'
g d = 'search tag:drafts'
u = bclose
d =
m =
c = compose
[[search]]
a =
! =
s = toggletags flagged
m =
e = toggletags inbox
I = untag unread
U = tag unread
& = toggletags needs-review
- = untag important
+ = tag important
[[thread]]
a = reply --all
| = "pipeto 'git am -s3'"
s = toggletags flagged
e = toggletags inbox
I = untag unread
U = tag unread
& = toggletags needs-review
- = untag important
+ = tag important
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment