You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had trouble getting VIM behaving as expected under Cygwin. Specifically, the backspace and arrow keys were behaving badly in insert mode.
The solution was dead simple. In your root directory just run:
code
touch .vimrc
# Links
- Found this solution in the comment from <a href="https://www.daniel-lemire.com/blog/archives/2005/02/17/using-vim-under-cygwin">Gregg</a> <a href="https://jmcpherson.org/vimrc.html">vimrc</a>