mirror of
https://github.com/arnaucube/configs.git
synced 2026-02-10 04:26:41 +01:00
update .vimrc & .bashrc, add vpn-local-conection.sh
This commit is contained in:
10
.vimrc
10
.vimrc
@@ -2,6 +2,7 @@ call plug#begin(expand('~/.vim/plugged'))
|
||||
|
||||
Plug 'scrooloose/nerdtree'
|
||||
map <C-n> :NERDTreeToggle<CR>
|
||||
let NERDTreeShowHidden=1
|
||||
|
||||
"" Color
|
||||
Plug 'tomasr/molokai'
|
||||
@@ -18,9 +19,16 @@ set title
|
||||
set titlestring=vim-%F
|
||||
set t_Co=256
|
||||
set cursorline
|
||||
|
||||
set background=dark " for the dark version
|
||||
|
||||
if $COLORTERM == 'gnome-terminal'
|
||||
set term=gnome-256color
|
||||
else
|
||||
if $TERM == 'xterm'
|
||||
set term=xterm-256color
|
||||
endif
|
||||
endif
|
||||
|
||||
" abbreviations
|
||||
cnoreabbrev W! w!
|
||||
cnoreabbrev Q! q!
|
||||
|
||||
Reference in New Issue
Block a user