iusevimbtw-com / roundcube-skin-iusevimbtw
The iusevimbtw theme for Roundcube Webmail
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Language:JavaScript
Type:roundcube-skin
Requires
- roundcube/plugin-installer: >=0.3.0
This package is auto-updated.
Last update: 2025-09-02 12:06:51 UTC
README
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.
MESSAGE LIST VIEW
This view supports:
- Normal mode (
Esc
) - Ex mode (
:
) - Visual mode (
Shift+v | v
) - 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
→ Inboxgd
→ Draftsgs
→ Sentgj
→ Spamgt
→ Deleted Itemsj
→ Select next itemk
→ Select previous itemgg
→ Select first itemG
→ Select last item<C-d>
→ Jump half a page down<C-u>
→ Jump half a page up<C-w>(h|l)
→ Switch focus between email list and folder listShift + V
→ Start Visual modedd
→ Move selected message(s) to Deleted ItemsD
→ Purge selected message(s)u
→ Mark selected message(s) as readU
→ Mark selected message(s) as unreadr
→ Reply to selected messageR
→ Reply-all to selected messagef
→ Forward selected message/
→ Start a search
COMPOSE VIEW
- Enter Insert mode (
i
) to type a message. - Exit to Normal mode to navigate with Vim motions.
- Press
:
to enter Ex-mode. - Use Visual, Visual Line, and Visual Block mode while composing.
In Ex-mode
:w
→ Save draft:(x | wq | wq! | x!)
→ Send message & go to Inbox:q
→ Switch to mail list:to <email>
→ Append to "To" field:to! <email>
→ Set "To" field:cc <email>
→ Append to "Cc" field:cc! <email>
→ Set "Cc" field:bcc <email>
→ Append to "Bcc" field:bcc! <email>
→ Set "Bcc" field:subj <text>
→ Append to Subject:subj! <text>
→ Set 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
Modes available:
- Normal (
Esc
) - Insert (
i
) - Visual (
v | Shift+v | Ctrl+v
)