Hacker News new | ask | show | jobs
by vz8 1972 days ago
Show HN: I built an online interactive course that helps you learn vim* faster

*You have a small typo in your title: should be spelled "emacs" ;)

Kidding aside, the course is fun, nice work.

Per other comments in the thread, if you want to integrate vim muscle memory and browsers, check out the Vimium extension for Chrome (granted, I've overwritten the defaults with emacs, but the idea has still been helpful and minimized mouse use).

1 comments

Emacs tutorials can be one line: "ctrl-x ctrl-c".
An Ode to Quitting Vim:

ESC

Ctrl-C

ESC

Ctrl-Q

ESC

Ctrl-Z

* dangit, suspended *

fg

ESC

:q

E37: No write since last change (add ! to override)

!

E37: No write since last change (add ! to override)

!:q

E37: No write since last change (add ! to override)

@!&^#!&!!:q

E477: No ! allowed

Reboots Server

Teach a man to fish:

  Ctrl-Z
  kill -9 %1
So can vim by typing: vimtutor
That's, ah, not the same joke:)