diff options
author | Blubber <f2005278@mvrht.com> | 2016-10-10 00:29:44 +0200 |
---|---|---|
committer | Blubber <f2005278@mvrht.com> | 2016-10-10 00:29:44 +0200 |
commit | 3c2961a0d7c16407428b1f8bdae3f9810ebf2049 (patch) | |
tree | 71d330aedb719f91e8a8864b7288b8ebdf0d50dc /.vim/vimrc_files/vundle.vim | |
parent | 7b109147f6652c22bd7410619475e8b8b80f812f (diff) | |
download | dotfiles-3c2961a0d7c16407428b1f8bdae3f9810ebf2049.tar.gz dotfiles-3c2961a0d7c16407428b1f8bdae3f9810ebf2049.zip |
tmux changes prefix to C-s; vim changed leader to 'S' (capital s)
Diffstat (limited to '.vim/vimrc_files/vundle.vim')
-rw-r--r-- | .vim/vimrc_files/vundle.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.vim/vimrc_files/vundle.vim b/.vim/vimrc_files/vundle.vim index eb568ef..6b8b21a 100644 --- a/.vim/vimrc_files/vundle.vim +++ b/.vim/vimrc_files/vundle.vim @@ -18,6 +18,8 @@ Plugin 'vim-airline/vim-airline-themes' Plugin 'majutsushi/tagbar' +Plugin 'kien/ctrlp.vim' + " c++ modifief headers: http://www.vim.org/scripts/script.php?script_id=2358 "Plugin 'vim-scripts/OmniCppComplete' |