diff --git a/vimrc b/_vimrc similarity index 98% rename from vimrc rename to _vimrc index 3beb036..b5e89f3 100644 --- a/vimrc +++ b/_vimrc @@ -28,6 +28,7 @@ if has("gui_running") " set guifont=Consolas:h10 set guifont=Cascadia\ Code:h10 endif + autocmd GUIEnter * simalt ~x endif "general settings @@ -167,9 +168,9 @@ call plug#end() "syntax/filetype settings "--------------- -" syntax on -" filetype plugin indent on -" runtime macros/matchit.vim +syntax on +filetype plugin indent on +runtime macros/matchit.vim "plugin settings "--------------- diff --git a/vimrc.min b/_vimrc.min similarity index 100% rename from vimrc.min rename to _vimrc.min