nvim: init.vim: Set inccommand
This commit is contained in:
parent
350a66948d
commit
13af45b091
1 changed files with 1 additions and 0 deletions
|
@ -176,6 +176,7 @@ set magic " Use 'magic' patterns (extended regular expressions).
|
||||||
set autoread " Autoload file if it changes on disk
|
set autoread " Autoload file if it changes on disk
|
||||||
set termguicolors " Enable colors for terminal
|
set termguicolors " Enable colors for terminal
|
||||||
set fileformat=unix
|
set fileformat=unix
|
||||||
|
set inccommand=split
|
||||||
|
|
||||||
set clipboard^=unnamed,unnamedplus
|
set clipboard^=unnamed,unnamedplus
|
||||||
set backspace=indent,eol,start
|
set backspace=indent,eol,start
|
||||||
|
|
Loading…
Reference in a new issue