Add GoTo shortcut
This commit is contained in:
parent
ed948dd047
commit
49daf86427
1 changed files with 4 additions and 1 deletions
|
@ -100,9 +100,12 @@ let g:pymode_lint_ignore = ["E203"]
|
||||||
let g:ycm_extra_conf_globlist = ['!~/*'] " is overwritten in autogroups for c
|
let g:ycm_extra_conf_globlist = ['!~/*'] " is overwritten in autogroups for c
|
||||||
let g:ycm_autoclose_preview_window_after_insertion = 1
|
let g:ycm_autoclose_preview_window_after_insertion = 1
|
||||||
|
|
||||||
|
" in normal mode run YCM's GoTo subcommand
|
||||||
|
nnoremap <leader>gd :YcmCompleter GoTo<CR>
|
||||||
|
|
||||||
let NERDTreeIgnore=['^__pycache__$', '\.pyc', '\~$'] " ignore files in NERDTree
|
let NERDTreeIgnore=['^__pycache__$', '\.pyc', '\~$'] " ignore files in NERDTree
|
||||||
|
|
||||||
" in normal mode ,ne will open NERDTree
|
" in normal mode open NERDTree
|
||||||
nmap <leader>ne :NERDTree<CR>
|
nmap <leader>ne :NERDTree<CR>
|
||||||
|
|
||||||
" let g:indentLine_char = '▏'
|
" let g:indentLine_char = '▏'
|
||||||
|
|
Loading…
Add table
Reference in a new issue