diff --git a/README.md b/README.md index 3e5a3e4..72e3923 100644 --- a/README.md +++ b/README.md @@ -266,7 +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 - * `zm` - jump to method - CtrlP tag search within current buffer + * `Cmd-Shift-M` - 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 4b9ff0b..f815db3 100644 --- a/vim/plugin/settings/ctrlp.vim +++ b/vim/plugin/settings/ctrlp.vim @@ -34,6 +34,6 @@ map ,jV :CloseSingleConque:CtrlP vendor map ,jF :CloseSingleConque:CtrlP factories map ,jT :CloseSingleConque:CtrlP test -"Cmd-(m)ethod - jump to a method (tag in current file) -"Ctrl-m is not good - it overrides behavior of ENter -nnoremap zm :CloseSingleConque:CtrlPBufTag +"Cmd-Shift-(M)ethod - jump to a method (tag in current file) +"Ctrl-m is not good - it overrides behavior of Enter +nnoremap :CloseSingleConque:CtrlPBufTag