First Commit

This commit is contained in:
ramazanemreosmanoglu 2022-09-20 10:32:03 +03:00
commit df8f3ef1c1
10 changed files with 1667 additions and 0 deletions

23
.vimrc Normal file
View 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