nvim: init.vim: Remove gdefault
It's also deprecated and not recommended to use. Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
1259c43e4d
commit
df07def242
1 changed files with 0 additions and 1 deletions
|
@ -172,7 +172,6 @@ set nostartofline " Do not jump to first character with page commands.
|
||||||
|
|
||||||
set ignorecase " Make searching case insensitive
|
set ignorecase " Make searching case insensitive
|
||||||
set smartcase " ... unless the query has capital letters.
|
set smartcase " ... unless the query has capital letters.
|
||||||
set gdefault " Use 'g' flag by default with :s/foo/bar/.
|
|
||||||
set magic " Use 'magic' patterns (extended regular expressions).
|
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
|
||||||
|
|
Loading…
Reference in a new issue