Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

One of the things that annoys me about default vim (nvim more exactly) behavior is that it shifts the cursor left when exiting Insert mode. I use this to disable it:

    au InsertLeave * :normal `^
That goes along with this:

    set virtualedit=block,onemore


Consider applying for YC's Fall 2026 batch! Applications are open till July 27.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: