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

@@ -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>