diff options
Diffstat (limited to 'vim')
-rw-r--r-- | vim/.vimrc | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/vim/.vimrc b/vim/.vimrc new file mode 100644 index 0000000..b16c7c4 --- /dev/null +++ b/vim/.vimrc @@ -0,0 +1,22 @@ +set wildmode=longest,list +set wildmenu + +set ts=4 +set shiftwidth=4 +set bs=2 +set showmatch +set tags=./tags + +set hlsearch +set incsearch + +set laststatus=2 +set ruler + +set noexpandtab + +set showbreak=>>> + +set guioptions-=T + +:syntax on |