]> git.zndr.dk Git - dotfiles.git/commitdiff
New mapping in term mode
authorJannik ZANDER <jannikz@gmail.com>
Thu, 12 Jul 2018 16:24:23 +0000 (18:24 +0200)
committerJannik ZANDER <jannikz@gmail.com>
Thu, 12 Jul 2018 16:24:23 +0000 (18:24 +0200)
.vim/vimrc

index a12600f06e6ad1495681dcc6473c378fad28cbca..2c88dbf0140bc8c1c693aeddcaaeb8172ff47e15 100644 (file)
@@ -188,8 +188,10 @@ inoremap <C-U> <C-G>u<C-U>
 cnoreabbrev w!!      w !sudo tee "%"
 
 " Termninal Mappings
-tnoremap <esc>              <c-w>N
-
+tnoremap <C-h>              <C-\><C-n><C-w>h
+tnoremap <C-j>              <C-\><C-n><C-w>j
+tnoremap <C-k>              <C-\><C-n><C-w>k
+tnoremap <C-l>              <C-\><C-n><C-w>l
 
 " Autocommands
 if has('autocmd')