Change colorscheme and add ESC to close terminal
This commit is contained in:
4
gui.vim
4
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
|
||||
|
||||
@@ -28,3 +28,6 @@ nmap <silent> <C-j> <Plug>(LspNextDiagnostic)
|
||||
|
||||
" Map vim-grammarous to <F6>
|
||||
nmap <F6> :GrammarousCheck <CR>
|
||||
|
||||
" Map the esc key to close a terminal
|
||||
tnoremap <ESC> <C-\><C-n>:bd!<CR>
|
||||
|
||||
Reference in New Issue
Block a user