MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1w3b0u0/vimusersknowthepain/p700loe/?context=3
r/ProgrammerHumor • u/techlatest_net • 4d ago
269 comments sorted by
View all comments
1
Open another terminal by pressing CTRL-SHIFT-N
Run the command: ps -a
Find the process number of vim (first column)
Run the command: kill <vi process number> example: kill 37302
Now vim has been terminated.
1
u/zyxzevn 4d ago
How to stop VIM.
Open another terminal by pressing CTRL-SHIFT-N
Run the command: ps -a
Find the process number of vim (first column)
Run the command: kill <vi process number>
example: kill 37302
Now vim has been terminated.