Update .vimrc

This commit is contained in:
quenousimporte 2025-09-29 12:25:42 +02:00
parent fa1b6ae100
commit 25e3e1c4ad
1 changed files with 6 additions and 0 deletions

6
.vimrc
View File

@ -35,5 +35,11 @@ set shiftwidth=4
" see https://ctrlpvim.github.io/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
nnoremap <C-j> :below terminal<CR>