From df07def24260c546f9d8daf3b66a1364b81d640f Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Mon, 30 Dec 2019 12:05:31 +0530 Subject: [PATCH] nvim: init.vim: Remove gdefault It's also deprecated and not recommended to use. Signed-off-by: Sanchayan Maity --- nvim/init.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/nvim/init.vim b/nvim/init.vim index 2a1a712..ee2ce53 100644 --- a/nvim/init.vim +++ b/nvim/init.vim @@ -172,7 +172,6 @@ set nostartofline " Do not jump to first character with page commands. set ignorecase " Make searching case insensitive 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 autoread " Autoload file if it changes on disk set termguicolors " Enable colors for terminal