diff --git a/gui.vim b/gui.vim index 91ef504..04c8573 100644 --- a/gui.vim +++ b/gui.vim @@ -1,5 +1,5 @@ set background=dark set termguicolors set t_Co=256 -let ayucolor='mirage' -colorscheme blayu +let ayucolor='dark' +colorscheme ayu diff --git a/keymap.vim b/keymap.vim index 8287df9..a860f71 100644 --- a/keymap.vim +++ b/keymap.vim @@ -28,3 +28,6 @@ nmap (LspNextDiagnostic) " Map vim-grammarous to nmap :GrammarousCheck + +" Map the esc key to close a terminal +tnoremap :bd!