generated from me/template-mit
Add full set of vimrc commands from Ansible.
This commit is contained in:
10
vimrc.vim
10
vimrc.vim
@@ -1 +1,11 @@
|
|||||||
|
" Turn off syntax, flashy lights, etc. Make VIM into a basic editor.
|
||||||
|
syntax off
|
||||||
|
set nohlsearch
|
||||||
|
set noautoindent noautowrite noshowmatch wrapmargin=0 report=1 ts=3
|
||||||
|
set ignorecase
|
||||||
|
|
||||||
|
" Turn off auto-commenting.
|
||||||
|
autocmd Filetype * set fo-=c fo-=r fo-=o
|
||||||
|
|
||||||
|
" qq shortcut for immediately exiting all files without saving.
|
||||||
nnoremap qq :qa!<cr>
|
nnoremap qq :qa!<cr>
|
||||||
Reference in New Issue
Block a user