From 25e3e1c4adff493950943c18d0eb8e5d32a3cfbe Mon Sep 17 00:00:00 2001 From: quenousimporte Date: Mon, 29 Sep 2025 12:25:42 +0200 Subject: [PATCH] Update .vimrc --- .vimrc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.vimrc b/.vimrc index 4d65f54..3cf5bf3 100644 --- a/.vimrc +++ b/.vimrc @@ -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 :find* + " ctrl-j for terminal nnoremap :below terminal \ No newline at end of file