map ycm-goto to ,g
This commit is contained in:
parent
f234fbbf0d
commit
042eb6f308
1 changed files with 3 additions and 0 deletions
3
.vimrc
3
.vimrc
|
@ -20,6 +20,9 @@ nmap <leader>t :wa <bar> :Make test<CR>
|
||||||
" navigate buffers by ctrl-b
|
" navigate buffers by ctrl-b
|
||||||
nmap <C-b> :bprevious<CR>
|
nmap <C-b> :bprevious<CR>
|
||||||
|
|
||||||
|
" YCM
|
||||||
|
nnoremap <Leader>g :YcmCompleter GoTo<CR>
|
||||||
|
|
||||||
nnoremap ; :
|
nnoremap ; :
|
||||||
|
|
||||||
" no cheating !
|
" no cheating !
|
||||||
|
|
Loading…
Reference in a new issue