Change colorscheme and add ESC to close terminal

This commit is contained in:
2022-04-03 09:58:11 +02:00
parent 0fff71e686
commit ac00a7d4c0
2 changed files with 5 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
set background=dark set background=dark
set termguicolors set termguicolors
set t_Co=256 set t_Co=256
let ayucolor='mirage' let ayucolor='dark'
colorscheme blayu colorscheme ayu

View File

@@ -28,3 +28,6 @@ nmap <silent> <C-j> <Plug>(LspNextDiagnostic)
" Map vim-grammarous to <F6> " Map vim-grammarous to <F6>
nmap <F6> :GrammarousCheck <CR> nmap <F6> :GrammarousCheck <CR>
" Map the esc key to close a terminal
tnoremap <ESC> <C-\><C-n>:bd!<CR>