mirror of
https://github.com/pgrondek/config.git
synced 2024-11-22 12:03:43 +00:00
Add vimrc
This commit is contained in:
commit
8d213ec0df
21
vimrc
Normal file
21
vimrc
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
"colorscheme badwolf
|
||||||
|
" Indent
|
||||||
|
set autoindent
|
||||||
|
set softtabstop=4
|
||||||
|
set tabstop=4
|
||||||
|
set expandtab
|
||||||
|
|
||||||
|
" Search
|
||||||
|
set incsearch
|
||||||
|
set hlsearch
|
||||||
|
set ignorecase
|
||||||
|
|
||||||
|
" Tabs
|
||||||
|
:au BufAdd,BufNewFile,BufRead * nested tab sball
|
||||||
|
|
||||||
|
set laststatus=2 " Always show a status bar
|
||||||
|
set scrolloff=3 " Keep n lines when scrolling
|
||||||
|
set showcmd " show command in bar
|
||||||
|
set number " show line numbers
|
||||||
|
set wildmenu " visual autocomplete for command menu
|
||||||
|
set tabpagemax=10
|
Loading…
Reference in New Issue
Block a user