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