add copy/move/delete vim features

This commit is contained in:
Clément DOUIN
2021-05-08 21:35:28 +02:00
parent 98173c49e6
commit ac3b0bfdde
6 changed files with 97 additions and 50 deletions
+5 -5
View File
@@ -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()"],
\])