From aa0ec75ee99df9cc0daef5029cdf8e20185e7a98 Mon Sep 17 00:00:00 2001 From: Yan Pritzker Date: Fri, 16 Nov 2012 12:07:52 -0600 Subject: [PATCH] Remapped ,m to zm due to conflict with ShowMarks --- README.md | 5 ++--- vim/plugin/settings/ctrlp.vim | 6 ++---- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 5365369..3e5a3e4 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ from scouring other people's dotfile repos, blogs, and projects. * More than just vim plugins - great shell aliases, osx, and irb/pry tweaks to make you more productive. ## Screenshot -![screenshot](http://i.imgur.com/afzuR.png) +![screenshot](http://i.imgur.com/3C1Ze.png) # Installation @@ -266,8 +266,7 @@ If you omit the key combo, you'll get a list of all the maps. You can do the sam * `,t` - CtrlP fuzzy file selector * `,b` - CtrlP buffer selector - * `,m` - jump to method - CtrlP tag search within current buffer - * `,M` - jump to any Method - CtrlP tag search within all buffers + * `zm` - jump to method - CtrlP tag search within current buffer * `,jm` jump (via CtrlP) to app/models * `,jc` app/controllers * `,jv` app/views diff --git a/vim/plugin/settings/ctrlp.vim b/vim/plugin/settings/ctrlp.vim index 18ce19f..4b9ff0b 100644 --- a/vim/plugin/settings/ctrlp.vim +++ b/vim/plugin/settings/ctrlp.vim @@ -35,7 +35,5 @@ map ,jF :CloseSingleConque:CtrlP factories map ,jT :CloseSingleConque:CtrlP test "Cmd-(m)ethod - jump to a method (tag in current file) -map ,m :CloseSingleConque:CtrlPBufTag - -"Ctrl-(M)ethod - jump to a method (tag in all files) -map ,M :CloseSingleConque:CtrlPBufTagAll +"Ctrl-m is not good - it overrides behavior of ENter +nnoremap zm :CloseSingleConque:CtrlPBufTag