From 628cd5f5a781a7fae46f81f995afafd353ef78a9 Mon Sep 17 00:00:00 2001 From: Yan Pritzker Date: Fri, 8 Mar 2013 10:00:38 -0600 Subject: [PATCH] Revert "Added ,mm to switch to mailer while in view" Conflicted with showmarks in an ugly way This reverts commit 44a2cd79d09aea86c464d4880d5fdfe8b378d7ce. --- README.md | 2 +- vim/plugin/settings/rails.vim | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 1edd0fd..13d0ac3 100644 --- a/README.md +++ b/README.md @@ -231,7 +231,7 @@ If you omit the key combo, you'll get a list of all the maps. You can do the sam * `Cmd-Shift-R` to use vim-ruby-conque to run a spec file. `Cmd-Shift-L` to run from a line (individual it block), `,Cmd-Shift-R` to rerun the last run command (great for re-running specs) * :Rspec1 and :Rspec2 to switch between rspec versions for the vim-ruby-conque runner - * `,vv` and `,cc` and `,mm` to switch between view and controller and mailer + * `,vv` and `,cc` to switch between view and controller #### Surround.vim customizations diff --git a/vim/plugin/settings/rails.vim b/vim/plugin/settings/rails.vim index ef27a29..ad3ef5f 100644 --- a/vim/plugin/settings/rails.vim +++ b/vim/plugin/settings/rails.vim @@ -1,4 +1,3 @@ " Better key maps for switching between controller and view nnoremap ,vv :Rview nnoremap ,cc :Rcontroller -nnoremap ,mm :Rmailer