Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
shmerl
on Feb 25, 2022
|
parent
|
context
|
favorite
| on:
Vim – Minimal Setup Explained
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: