vim terminal mode adjustment

This commit is contained in:
Noah Masur
2021-05-02 18:33:02 -04:00
parent 71cbdae52f
commit f44cf8284d
2 changed files with 5 additions and 3 deletions

View File

@ -98,8 +98,8 @@ endfunction
command! ZoomToggle call s:ZoomToggle()
nnoremap <silent> <leader>z :ZoomToggle<CR>
" Exit terminal mode (requires Alacritty escape)
tnoremap <S-CR> <C-\><C-n>
" Exit terminal mode
tnoremap <A-CR> <C-\><C-n>
" Reload Vimrc settings
nnoremap <Leader>rr :Refresh<cr>