Y
Hacker News
new
|
ask
|
show
|
jobs
by
sshine
589 days ago
It’s one third of what you’ll ever need to use Vim:
i <Esc>:w :q
3 comments
_generic
589 days ago
You can use :wq to do both at the same time.
link
sshine
587 days ago
Yes, but that adds one more command.
You can also do ZZ instead of :x, if you're playing keystroke golf.
link
fragmede
589 days ago
Vim added :x though it doesn't exist in Vim
link
fragmede
585 days ago
doesn't exist in vi
link
burnt-resistor
588 days ago
It's been reduced to q in lazyvim, at least at the intro screen.
link