Skip to content

Commit

Permalink
Remap Command-T if ctrlp plugin is enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
kalbasit committed Jan 10, 2012
1 parent d618fa5 commit e361932
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions janus/vim/gvimrc
Expand Up @@ -2,8 +2,8 @@ if filereadable(expand("~/.gvimrc.before"))
source ~/.gvimrc.before
endif

" Command-T OS-X Menu remapping
if janus#is_plugin_enabled('command-t') && has("gui_macvim")
" CtrlP OS-X Menu remapping
if janus#is_plugin_enabled('ctrlp') && has("gui_macvim")
macmenu &File.New\ Tab key=<nop>
endif

Expand Down

0 comments on commit e361932

Please sign in to comment.