mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 18:30:13 +00:00
vim terminal mode adjustment
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user