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