Y
Hacker News
new
|
ask
|
show
|
jobs
by
Sir_Cmpwn
3193 days ago
Not just `alias :q exit`?
1 comments
heelhook
3193 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.
link
maerF0x0
3193 days ago
could really mess with it:
> alias :q=vim -c ':q'
link
tomsthumb
3193 days ago
best one
link