mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 05:24:39 +01:00
Fix double esc mapping conflict
This commit is contained in:
parent
0fb676032e
commit
8b14c0d9cc
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
|
@ -157,7 +157,7 @@ map <leader>p :Files<CR>
|
|||
" vim terminal sensible keys
|
||||
|
||||
" go to normal mode (leave with i)
|
||||
tnoremap <Esc><Esc> <C-\><C-n>
|
||||
tnoremap <C-b> <C-\><C-n>
|
||||
|
||||
" EasyAlign
|
||||
xmap ga <Plug>(EasyAlign)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue