Jokes aside, shouldn't the page start with actually teaching how to quit vim? The page is considerably popular to show up on a Google search. I imagine the frustration of a beginner actually trying the first examples and not getting the joke immediately.
I don't know about vim, but in neovim you're greeted by the following when you launch it the first time: type :help nvim if you are new! type :checkhealth to optimize Nvim type :q to exit type :help for help This joke is pretty outdated :P (But still kind of funny)
How to Exit Vim
151–160 of 409 posts
Re: How to Exit Vim
#152Re: How to Exit Vim
#153Re: How to Exit Vim
#154One of my Computer Science lecturers had a rule: use Vim for all development for his class whilst on campus, and if caught using any other editor/IDE – or committing any artifacts showing evidence of such – we would lose several percentage points from our final mark for his class. Harsh? Perhaps. But I can’t thank that lecturer enough for that rule. He converted a mostly IDE-wielding class into one that actually appr…
Re: How to Exit Vim
#155One of my Computer Science lecturers had a rule: use Vim for all development for his class whilst on campus, and if caught using any other editor/IDE – or committing any artifacts showing evidence of such – we would lose several percentage points from our final mark for his class. Harsh? Perhaps. But I can’t thank that lecturer enough for that rule. He converted a mostly IDE-wielding class into one that actually appr…
Ended up spending more time configuring vim than doing the work I was supposed to do.
Even did the completely pointless exercise of making custom syntax highlighting for the pseudocode language we had to use.
Re: How to Exit Vim
#156Re: How to Exit Vim
#157One of my Computer Science lecturers had a rule: use Vim for all development for his class whilst on campus, and if caught using any other editor/IDE – or committing any artifacts showing evidence of such – we would lose several percentage points from our final mark for his class. Harsh? Perhaps. But I can’t thank that lecturer enough for that rule. He converted a mostly IDE-wielding class into one that actually appr…
Re: How to Exit Vim
#158Earlier quoted context omitted.
'screen' uses C-a as a prefix shortcut so developers of 'tmux' decided to use the next available key to avoid clash.
I don't understand the logic there. In what non-contrived scenario would you run both simultaneously, such that they would conflict? C-a does annoyingly conflict with readline's "move to start of line", though.