First Commit
This commit is contained in:
commit
df8f3ef1c1
10 changed files with 1667 additions and 0 deletions
23
.vimrc
Normal file
23
.vimrc
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
syntax on
|
||||
set tabstop=4
|
||||
set softtabstop=4
|
||||
set expandtab
|
||||
set autoindent
|
||||
set smartindent
|
||||
set copyindent
|
||||
set smarttab
|
||||
set ai
|
||||
set si
|
||||
set wrap
|
||||
|
||||
set number
|
||||
|
||||
if has('mouse')
|
||||
set mouse=a
|
||||
endif
|
||||
|
||||
vnoremap <C-c> "+y
|
||||
command W w
|
||||
command WQ wq
|
||||
command Q q
|
||||
set wildmenu
|
||||
Loading…
Add table
Add a link
Reference in a new issue