mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 21:57:58 +01:00
made :dialogs generic, moved more commands to vim.js
This commit is contained in:
@@ -76,6 +76,10 @@ vimperator.Mail = function ()
|
||||
"Reply to sender",
|
||||
function () { goDoCommand("cmd_reply"); });
|
||||
|
||||
vimperator.mappings.add(modes, ["gm"],
|
||||
"Get new messages",
|
||||
function () { goDoCommand("cmd_getNewMessages"); });
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////}}}
|
||||
////////////////////// PUBLIC SECTION //////////////////////////////////////////
|
||||
/////////////////////////////////////////////////////////////////////////////{{{
|
||||
|
||||
Reference in New Issue
Block a user