Update .vimrc
This commit is contained in:
parent
fa1b6ae100
commit
25e3e1c4ad
6
.vimrc
6
.vimrc
|
@ -35,5 +35,11 @@ set shiftwidth=4
|
||||||
" see https://ctrlpvim.github.io/ctrlp.vim/
|
" see https://ctrlpvim.github.io/ctrlp.vim/
|
||||||
" set runtimepath^=~/.vim/bundle/ctrlp.vim
|
" set runtimepath^=~/.vim/bundle/ctrlp.vim
|
||||||
|
|
||||||
|
" homemade ctrl-p
|
||||||
|
set path+=**
|
||||||
|
set wildmenu
|
||||||
|
set wildmode=longest:full,full
|
||||||
|
nnoremap <C-p> :find<Space>*
|
||||||
|
|
||||||
" ctrl-j for terminal
|
" ctrl-j for terminal
|
||||||
nnoremap <C-j> :below terminal<CR>
|
nnoremap <C-j> :below terminal<CR>
|
Loading…
Reference in New Issue