Skip to content

Instantly share code, notes, and snippets.

@timnovinger
Created October 7, 2009 13:51
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 timnovinger/204032 to your computer and use it in GitHub Desktop.
Save timnovinger/204032 to your computer and use it in GitHub Desktop.
SUP Command List
Help for inbox-mode
===================
Keybindings from inbox-mode
---------------------------
a : Archive thread (remove from inbox)
A : Archive thread (remove from inbox) and mark read
Keybindings from thread-index-mode
----------------------------------
M : Load 20 more threads
!! : Load all threads (may list a _lot_ of threads)
^G : Cancel current search
@ : Refresh view
* : Star or unstar all messages in thread
N : Toggle new/read status of all messages in thread
l : Edit or add labels for a thread
e : Edit message (drafts only)
S : Mark/unmark thread as spam
d : Delete/undelete thread
& : Kill thread (never to be seen in inbox again)
$ : Save changes now
tab : Jump to next new thread
r : Reply to latest message in a thread
G : Reply to all participants of the latest message in a thread
f : Forward latest message in a thread
t : Tag/untag selected thread
T : Tag/untag all threads
g : Tag matching threads
+, = : Apply next command to all tagged threads
# : Force tagged threads to be joined into the same thread
u : Undo the previous action
Keybindings from line-cursor-mode
---------------------------------
<down arrow>, j : Move cursor down one line
<up arrow>, k : Move cursor up one line
<enter> : Select this item
Keybindings from scroll-mode
----------------------------
J, ^E : Down one line
K, ^Y : Up one line
<left arrow>, h : Left one column
<right arrow> : Right one column
<page down>, <space>, ^F : Down one page
<page up>, p, <backspace>, ^B : Up one page
^D : Down one half page
^U : Up one half page
<home>, ^, 1 : Jump to top
<end>, 0 : Jump to bottom
[ : Jump to the left
/ : Search in current buffer
n : Jump to next search occurrence in buffer
Global keybindings
------------------
q : Quit Sup, but ask first
Q : Quit Sup immediately
? : Show help
b : Switch to next buffer
B : Switch to previous buffer
x : Kill the current buffer
; : List all buffers
C : List contacts
^L : Redraw screen
\, F : Search all messages
q : Quit Sup, but ask first
Q : Quit Sup immediately
? : Show help
b : Switch to next buffer
B : Switch to previous buffer
x : Kill the current buffer
; : List all buffers
C : List contacts
^L : Redraw screen
\, F : Search all messages
U : Show all unread messages
L : List labels
P : Poll for new messages
m, c : Compose new message
^G : Do nothing
R : Edit most recent draft message
I : Show the Inbox buffer
~ : Show the Console buffer
U : Show all unread messages
L : List labels
P : Poll for new messages
m, c : Compose new message
^G : Do nothing
R : Edit most recent draft message
I : Show the Inbox buffer
~ : Show the Console buffer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment