map ycm-goto to ,g

This commit is contained in:
Cyryl Płotnicki-Chudyk 2016-07-09 12:27:33 +02:00
parent f234fbbf0d
commit 042eb6f308

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 !