From 36f67ab5edcef32340c54294331364bb2a29a847 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Sat, 11 Oct 2014 12:34:32 +0100 Subject: Update vimrc CTRL-P --- .vimrc | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.vimrc b/.vimrc index 0aaaa59..e27f369 100644 --- a/.vimrc +++ b/.vimrc @@ -1,4 +1,3 @@ - "" Required by Vundle set nocompatible filetype off @@ -13,17 +12,12 @@ Plugin 'UltiSnips' Plugin 'kien/ctrlp.vim' Plugin 'tpope/vim-surround' Plugin 'scrooloose/nerdtree' -"Plugin 'OmniCppComplete' Plugin 'tommcdo/vim-exchange' -"Plugin 'vim-scripts/Colour-Sampler-Pack' -" Plugin 'EasyMotion' Plugin 'unimpaired.vim' Plugin 'Tabular' Plugin 'tComment' Plugin 'Gundo' Plugin 'altercation/vim-colors-solarized' -"Plugin 'xolox/vim-misc' -"Bundle 'xolox/vim-colorscheme-switcher' filetype plugin indent on @@ -52,6 +46,12 @@ let NERDTreeIgnore=['\.pdf$', '\~$','\.toc$', \ '\.out$', '\.log$','\.aux$','\.sty$', \ '\.fdb_latexmk$', '\.synctex.gz$','\.latexmain$'] +" CTRL-P + +let g:ctrlp_map = '' +let g:ctrlp_by_filename = 1 +let g:ctrlp_working_path_mode = 'w' + "" Options " Tabs and indent @@ -121,6 +121,8 @@ let maplocalleader = "+" " Leader maps nmap +nmap p +nmap t nnoremap h :set hlsearch! nnoremap n :set relativenumber! nnoremap q :q! -- cgit v1.2.3