dharmik
@dharmik@linuxusers.in
Location: 23.014509,72.591759
81 following, 28 followers
vsplit | term
to split when using #vim and get stuck into a buffer where you can't then change the window, i got you.add this to your config:
" Use Ctrl + ] to exit terminal mode and return to normal modealso, did you know that
tnoremap <C-]> <C-\><C-N>
C-]
works like Esc
. i don't know why.