mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-05-27 18:07:40 +02:00
vimrc: remove excess tabs
This commit is contained in:
parent
6c3a27ffd4
commit
3f0aa79a32
14
rc/vimrc
14
rc/vimrc
@ -4,24 +4,24 @@ set nocompatible
|
||||
" Show syntax colours
|
||||
syntax on
|
||||
|
||||
set showcmd " Show (partial) command in status line.
|
||||
set showcmd " Show (partial) command in status line.
|
||||
set showmatch " Show matching brackets.
|
||||
set ignorecase " Do case insensitive matching
|
||||
set smartcase " Do smart case matching
|
||||
"set incsearch " Incremental search
|
||||
set autowrite " Automatically save before commands like :next and :make
|
||||
set hidden " Hide buffers when they are abandoned
|
||||
set hidden " Hide buffers when they are abandoned
|
||||
"set mouse=a " Enable mouse usage (all modes)
|
||||
|
||||
" Source a global configuration file if available
|
||||
if filereadable("/etc/vim/vimrc.local")
|
||||
source /etc/vim/vimrc.local
|
||||
source /etc/vim/vimrc.local
|
||||
endif
|
||||
|
||||
set number " Show line numbers.
|
||||
set number " Show line numbers.
|
||||
|
||||
set ruler " Show the line and column number of the cursor position,
|
||||
" separated by a comma.
|
||||
set ruler " Show the line and column number of the cursor position,
|
||||
" separated by a comma.
|
||||
|
||||
set background=dark
|
||||
|
||||
@ -54,7 +54,7 @@ set visualbell
|
||||
|
||||
" gvim has light background
|
||||
"if has('gui_running')
|
||||
" set background=light
|
||||
" set background=light
|
||||
"endif
|
||||
|
||||
" Show hidden characters via
|
||||
|
Loading…
x
Reference in New Issue
Block a user