Skip to content

Instantly share code, notes, and snippets.

@lynndylanhurley
Created April 20, 2015 20:46
Show Gist options
  • Save lynndylanhurley/bdf69aad6d7c06cc45a5 to your computer and use it in GitHub Desktop.
Save lynndylanhurley/bdf69aad6d7c06cc45a5 to your computer and use it in GitHub Desktop.
" now do the same for terminal
tnoremap <Esc> <C-\><C-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
nnoremap <C-h> <C-w>h
nnoremap <C-j> <C-w>j
nnoremap <C-k> <C-w>k
nnoremap <C-l> <C-w>l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment