setlocal bufhidden=wipe setlocal buftype=nofile setlocal cursorline setlocal nomodifiable setlocal nowrap call himalaya#shared#bindings#define([ \["n", "gm" , "mbox#pick('himalaya#mbox#set')"], \["n", "gp" , "mbox#prev_page()" ], \["n", "gn" , "mbox#next_page()" ], \["n", "", "msg#read()" ], \["n", "gw" , "msg#write()" ], \["n", "gr" , "msg#reply()" ], \["n", "gR" , "msg#reply_all()" ], \["n", "gf" , "msg#forward()" ], \["n", "ga" , "msg#attachments()" ], \["n", "gC" , "mbox#pick('himalaya#msg#copy')"], \["n", "gM" , "mbox#pick('himalaya#msg#move')"], \["n", "gD" , "msg#delete()" ], \["v", "gD" , "msg#delete()" ], \])