From cc2654ee8c0c3978eec674f902c85469be7b5bb5 Mon Sep 17 00:00:00 2001 From: Jannik ZANDER Date: Thu, 12 Jul 2018 18:24:23 +0200 Subject: [PATCH] New mapping in term mode --- .vim/vimrc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.vim/vimrc b/.vim/vimrc index a12600f..2c88dbf 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -188,8 +188,10 @@ inoremap u cnoreabbrev w!! w !sudo tee "%" " Termninal Mappings -tnoremap N - +tnoremap h +tnoremap j +tnoremap k +tnoremap l " Autocommands if has('autocmd') -- 2.43.0