From: Jannik ZANDER Date: Thu, 12 Jul 2018 16:12:29 +0000 (+0200) Subject: Esc to normal mode in vim term X-Git-Url: https://git.zndr.dk/?a=commitdiff_plain;h=1b479194348705ec3eb8ac1d74a9644b6d85bf6f;p=dotfiles.git Esc to normal mode in vim term --- 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