Added ,mm to switch to mailer while in view
This commit is contained in:
parent
d6249fe3ae
commit
44a2cd79d0
@ -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)
|
* `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
|
* :Rspec1 and :Rspec2 to switch between rspec versions for the vim-ruby-conque runner
|
||||||
* `,vv` and `,cc` to switch between view and controller
|
* `,vv` and `,cc` and `,mm` to switch between view and controller and mailer
|
||||||
|
|
||||||
#### Surround.vim customizations
|
#### Surround.vim customizations
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
" Better key maps for switching between controller and view
|
" Better key maps for switching between controller and view
|
||||||
nnoremap ,vv :Rview<cr>
|
nnoremap ,vv :Rview<cr>
|
||||||
nnoremap ,cc :Rcontroller<cr>
|
nnoremap ,cc :Rcontroller<cr>
|
||||||
|
nnoremap ,mm :Rmailer<cr>
|
||||||
|
Loading…
Reference in New Issue
Block a user