Pass keyboard input to cli after exiting vim
Solution 1:
git config --global /usr/bin/ex
should configure git
to use the non visual version of vi
: ex
which has
a much shorter time to switch from line
to curses
interface and back.
git config --global /usr/bin/ex
should configure git
to use the non visual version of vi
: ex
which has
a much shorter time to switch from line
to curses
interface and back.