From fa1b6ae10032dd20b0c57d0711d497c96bf44709 Mon Sep 17 00:00:00 2001 From: quenousimporte Date: Mon, 29 Sep 2025 12:09:49 +0200 Subject: [PATCH] Update .vimrc --- .vimrc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.vimrc b/.vimrc index f5b6768..4d65f54 100644 --- a/.vimrc +++ b/.vimrc @@ -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 :below terminal \ No newline at end of file