mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 05:24:39 +01:00
Add sensible normal mode terminal binding
This commit is contained in:
parent
5ab60f0e0a
commit
42ba3d457f
1 changed files with 5 additions and 0 deletions
5
vimrc
5
vimrc
|
|
@ -151,6 +151,11 @@ map <leader>p :Files<CR>
|
|||
"xmap ( [
|
||||
"xmap ) ]
|
||||
|
||||
" vim terminal sensible keys
|
||||
|
||||
" go to normal mode (leave with i)
|
||||
tnoremap <Esc><Esc> <C-\><C-n>
|
||||
|
||||
" EasyAlign
|
||||
xmap ga <Plug>(EasyAlign)
|
||||
nmap ga <Plug>(EasyAlign)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue