added jj as escape command to term mode
authorLukas Krickl <lukas@krickl.dev>
Sun, 11 May 2025 14:57:55 +0000 (16:57 +0200)
committerLukas Krickl <lukas@krickl.dev>
Sun, 11 May 2025 14:57:55 +0000 (16:57 +0200)
nvim/init.vim

index 93aaf2170336ec8c8ed25e0916aab231a911248a..9756ec2b72ae9662fee31843aa105fbbb4ba6baa 100644 (file)
@@ -44,6 +44,7 @@ nnoremap <leader>tg <C-w><C-}>
 
 " esc to exit terminal mode
 tnoremap <Esc> <C-\><C-n> 
+tnoremap jj <C-\><C-n> 
 
 " custom command