Merge pull request #11 from cyplo/ycm_mappings

map ycm-goto to `,g`
This commit is contained in:
Cyryl Płotnicki-Chudyk 2016-07-09 12:31:32 +02:00 committed by GitHub
commit 340986473c

3
.vimrc
View file

@ -20,6 +20,9 @@ nmap <leader>t :wa <bar> :Make test<CR>
" navigate buffers by ctrl-b
nmap <C-b> :bprevious<CR>
" YCM
nnoremap <Leader>g :YcmCompleter GoTo<CR>
nnoremap ; :
" no cheating !