From 1b479194348705ec3eb8ac1d74a9644b6d85bf6f Mon Sep 17 00:00:00 2001 From: Jannik ZANDER Date: Thu, 12 Jul 2018 18:12:29 +0200 Subject: [PATCH] Esc to normal mode in vim term --- .vim/vimrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.vim/vimrc b/.vim/vimrc index 018978b..a12600f 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -187,6 +187,10 @@ inoremap u " Command aliases cnoreabbrev w!! w !sudo tee "%" +" Termninal Mappings +tnoremap N + + " Autocommands if has('autocmd') augroup filetype -- 2.43.0