Y
Hacker News
new
|
ask
|
show
|
jobs
by
heelhook
3192 days ago
Not really, if they mean `:q` to exit vim and go back to the terminal `alias :q=exit` wouldn't produce the desired result.
1 comments
maerF0x0
3192 days ago
could really mess with it:
> alias :q=vim -c ':q'
link
tomsthumb
3192 days ago
best one
link
> alias :q=vim -c ':q'