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