Update .vimrc

This commit is contained in:
quenousimporte 2025-09-29 12:09:49 +02:00
parent c312f43d61
commit fa1b6ae100
1 changed files with 7 additions and 0 deletions

7
.vimrc
View File

@ -30,3 +30,10 @@ set backspace=2
set smartindent
set tabstop=4
set shiftwidth=4
" ctrlp
" see https://ctrlpvim.github.io/ctrlp.vim/
" set runtimepath^=~/.vim/bundle/ctrlp.vim
" ctrl-j for terminal
nnoremap <C-j> :below terminal<CR>