Add shortcuts to edit plugins and functions

Also turn off tern support since it keeps crashing vim
This commit is contained in:
Nick Nisi
2013-12-17 07:37:11 -06:00
parent ea2bd8a81b
commit 74a944e383
2 changed files with 6 additions and 0 deletions

View File

@@ -49,3 +49,5 @@ Bundle 'jnwhiteh/vim-golang'
Bundle 'ervandew/supertab'
Bundle 'nanotech/jellybeans.vim'
Bundle 'dart-lang/dart-vim-plugin'
" Bundle 'Valloric/YouCompleteMe'
" Bundle 'marijnh/tern_for_vim'

View File

@@ -205,6 +205,10 @@ map <leader>v :set paste!<cr>
" edit ~/.vimrc
map <leader>e :e! ~/.vimrc<cr>
" edit vim plugins
map <leader>ep :e! ~/.vim/plugins.vim<cr>
" edit vim plugins
map <leader>ef :e! ~/.vim/functions.vim<cr>
" clear highlighted search
noremap <space> :set hlsearch! hlsearch?<cr>