Added: .vimrc
This commit is contained in:
commit
4605bee4bb
|
@ -0,0 +1,19 @@
|
||||||
|
syntax on
|
||||||
|
|
||||||
|
set encoding=utf8
|
||||||
|
set nobackup nowb noswapfile
|
||||||
|
|
||||||
|
set relativenumber
|
||||||
|
set autoindent expandtab smarttab tabstop=2 shiftwidth=2
|
||||||
|
set so=7 " keep up to 7 lines visible during scrolling.
|
||||||
|
|
||||||
|
set incsearch hlsearch ignorecase
|
||||||
|
|
||||||
|
set noerrorbells novisualbell
|
||||||
|
|
||||||
|
"= netrw
|
||||||
|
let g:netrw_keepdir = 0
|
||||||
|
let g:netrw_winsize = 20
|
||||||
|
let g:netrw_banner = 0
|
||||||
|
|
||||||
|
let g:netrw_localcopydircmd = "cp -r"
|
Loading…
Reference in New Issue
Block a user