update things
This commit is contained in:
parent
b6da2f13b7
commit
a43c2ccca5
12 changed files with 15 additions and 132 deletions
6
.vimrc
6
.vimrc
|
|
@ -174,7 +174,8 @@ let g:ConqueTerm_SendVisKey = '<Leader>ss'
|
|||
" * YouCompleteMe
|
||||
let g:ycm_global_ycm_extra_conf = '~/.ycm_extra_conf.py'
|
||||
let g:ycm_confirm_extra_conf = 0
|
||||
"let g:ycm_add_preview_to_completeopt = 1
|
||||
let g:ycm_add_preview_to_completeopt = 1
|
||||
let g:ycm_autoclose_preview_window_after_completion = 1
|
||||
|
||||
" * MinBufExplorer
|
||||
"let g:miniBufExplMapWindowNavVim = 1
|
||||
|
|
@ -464,9 +465,10 @@ nnoremap <Leader>hh :A<CR>
|
|||
" CommandT is useful, but if I'm juggling lots of buffers, limit it to another
|
||||
" one I have open (instead of standard <Leader>t).
|
||||
nnoremap <silent> <Leader>o :CtrlPBuffer<CR>
|
||||
nnoremap <Leader>j <C-^>
|
||||
"nnoremap <Leader>j <C-^>
|
||||
"nnoremap <Leader>p :PTW
|
||||
nnoremap <Leader>p :LustyJugglePrevious<CR>
|
||||
nnoremap <Leader>jd :YcmCompleter GoToDefinitionElseDeclaration<CR>
|
||||
|
||||
" ** EXTRA INCLUDES **
|
||||
"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue