mirror of
https://github.com/pimalaya/himalaya.git
synced 2026-06-17 13:17:55 +08:00
add copy/move/delete vim features
This commit is contained in:
@@ -8,9 +8,9 @@ setlocal nomodifiable
|
||||
syntax on
|
||||
|
||||
call himalaya#shared#bindings#define([
|
||||
\["n", "gw", "msg#write" ],
|
||||
\["n", "gr", "msg#reply" ],
|
||||
\["n", "gR", "msg#reply_all" ],
|
||||
\["n", "gf", "msg#forward" ],
|
||||
\["n", "ga", "msg#attachments"],
|
||||
\["n", "gw", "msg#write()" ],
|
||||
\["n", "gr", "msg#reply()" ],
|
||||
\["n", "gR", "msg#reply_all()" ],
|
||||
\["n", "gf", "msg#forward()" ],
|
||||
\["n", "ga", "msg#attachments()"],
|
||||
\])
|
||||
|
||||
Reference in New Issue
Block a user