commit d5e043be0259aa91eb2601989135da12e7a608b7 parent 1538088b94d073e381c81c5022b456f52784f6c5 Author: Alex Balgavy <a.balgavy@gmail.com> Date: Thu, 17 May 2018 23:40:28 +0200 Added some settings to vimrc Diffstat:
M | vimrc | | | 24 | ++++++++++++++++++++++-- |
1 file changed, 22 insertions(+), 2 deletions(-)
diff --git a/vimrc b/vimrc @@ -1,6 +1,26 @@ +" Hide buffers instead of closing +set hidden + +" Line settings +set nowrap +set number +set numberwidth=3 + +" Indentation settings set expandtab +set smarttab set shiftwidth=4 set softtabstop=4 -set number -set numberwidth=3 +set shiftround +set autoindent +set copyindent + +" Status bar set laststatus=2 + +" Searching +set showmatch +set ignorecase +set hlsearch +set incsearch +nnoremap ; :