| Move around: |
"j" to go down, "k" to go up. |
| Close this window: |
Use ":q ". |
iusevimbtw stands for "I'm a better developer than you". iusevimbtw webmail is powered by
Roundcube and the
Elastic skin. Heavily upgraded by
our team to provide the keystrokes you all know.
============================================================================
IUSEVIMBTW WEBMAIL DOCUMENTATION
----------------------------------------------------------------------------
MESSAGE LIST VIEW
This view supports Normal (Esc), Ex (:), Visual (Shift+v|v), and Search mode (/).
In Ex-mode:
| :e <folder name> |
Open a folder. |
| :e <email> |
Compose a new email. |
| :(q|q!|wq|x|qa!) |
Logout. |
In Normal mode:
| gi |
Navigate to Inbox. |
| gd |
Navigate to Drafts. |
| gs |
Navigate to Sent. |
| gj |
Navigate to Spam. |
| gt |
Navigate to Deleted Items. |
| j |
Select the next item. |
| k |
Select the previous item. |
| gg |
Select the first item. |
| G |
Select the last item. |
| <C-d> |
Jump half a page down. |
| <C-u> |
Jump half a page up. |
| <C-w>(h|l) |
Switch focus between the email list and folder list. |
| Shift + V |
Start Visual mode. |
| dd |
Move the selected message(s) to the Deleted Items folder. |
| D |
Purge the selected message(s). |
| u |
Mark the selected message(s) as read. |
| U |
Mark the selected message(s) as unread. |
| r |
Reply to the selected message. |
| R |
Reply-all to the selected message. |
| f |
Forward the selected message. |
| / |
Start a search. |
----------------------------------------------------------------------------
COMPOSE VIEW
Enter Insert mode (i) to start typing a message. Exit to Normal mode to navigate with Vim motions. Press ":" to start Ex-mode. Use Visual, Visual Line, and Visual Block mode while composing the message.
In Ex-mode:
| :w |
Save the draft. |
| :(x|wq|wq!|x!) |
Send the message and switch to the Inbox folder. |
| :q |
Switch to the mail list. |
| :to <email address> |
Append an email to the "To" field. |
| :to! <email address> |
Set the "To" field. |
| :cc <email address> |
Append an email to the "Cc" field. |
| :cc! <email address> |
Set the "Cc" field. |
| :bcc <email address> |
Append an email to the "Bcc" field. |
| :bcc! <email address> |
Set the "Bcc" field. |
| :subj <textg> |
Append to the "Subject". |
| :subj! <textg> |
Set the "Subject". |
| :set (nu|number) |
Show line numbers. |
| :set (rnu|relativenumber) |
Show relative line numbers. |
| :set (nonu|nonumber) |
Hide line numbers. |
| :set (nornu|norelativenumber) |
Hide relative line numbers. |
Normal (Esc), Insert (i), Visual (v|shift+v|cntr+v) modes are the same-ish as in your Vim.