Added ,mm to switch to mailer while in view

This commit is contained in:
Yan Pritzker
2013-03-08 09:18:30 -06:00
parent d6249fe3ae
commit 44a2cd79d0
2 changed files with 2 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
" Better key maps for switching between controller and view
nnoremap ,vv :Rview<cr>
nnoremap ,cc :Rcontroller<cr>
nnoremap ,mm :Rmailer<cr>