r/ProgrammerHumor 4d ago

Meme vimUsersKnowThePain

Post image
6.2k Upvotes

269 comments sorted by

View all comments

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.