X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/37cd1e870586a430e5b0ff4988107209332f1f8f..dc1f43cbe4a91b6ea75c29b0b7eb158ca8f99d0b:/vim/.vimrc?ds=sidebyside diff --git a/vim/.vimrc b/vim/.vimrc index ff5a063..58f3b17 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -32,7 +32,7 @@ colorscheme gotham " Make Vim more useful set nocompatible " Use the OS clipboard by default (on versions compiled with `+clipboard`) -set clipboard=unnamed +set clipboard=unnamedplus " Enhance command-line completion set wildmenu " Allow cursor keys in insert mode @@ -177,8 +177,8 @@ let g:UltiSnipsJumpBackwardTrigger="" set shiftwidth=4 set expandtab -"let g:ctrlp_map = '' -let g:ctrlp_map = 'p' +let g:ctrlp_map = '' +"let g:ctrlp_map = 'p' set wildignore+=*/build/** let g:android_sdk_path= '/Applications/Android\ Studio.app/sdk/' let g:android_adb_tool= '/Applications/Android\ Studio.app/sdk/platform-tools/adb' @@ -236,7 +236,7 @@ let g:indentLine_char = '¦' let &t_SI = "\]50;CursorShape=1\x7" let &t_EI = "\]50;CursorShape=0\x7" -set pastetoggle=t +set pastetoggle=p "set conceallevel=0 "let g:vim_json_syntax_conceal = 0