.vimrc: nofixendofline

This commit is contained in:
Kolan Sh 2019-10-30 13:01:02 +03:00
parent 491aa0987b
commit 5b78c5a80d
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>