.vimrc: nofixendofline

This commit is contained in:
Kolan Sh 2019-10-30 13:01:02 +03:00
parent 0a9616200d
commit 9f46d053ce
1 changed files with 1 additions and 0 deletions

1
.vimrc
View File

@ -16,6 +16,7 @@ set lbr
set showcmd
set nocompatible " обойдёмся без стандартного vi
set backspace=indent,eol,start
set nofixendofline
color backbone
set number
nmap <F6> :set invlist<cr>