From: Jannik ZANDER Date: Thu, 12 Jul 2018 16:24:23 +0000 (+0200) Subject: New mapping in term mode X-Git-Url: https://git.zndr.dk/?a=commitdiff_plain;h=cc2654ee8c0c3978eec674f902c85469be7b5bb5;p=dotfiles.git New mapping in term mode --- 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')