Hacker News new | ask | show | jobs
by bathyspheric 3362 days ago
My only vim customization is `:imap kj <Esc>`.

Takes 10s to write into a .vimrc on any new computer.

3 comments

I remap jk too so you just mash them both at the same time and it doesn't matter the order.
Just use ctrl-c, no configuration necessary
It is important to note that they aren't identical:

http://unix.stackexchange.com/questions/53633/does-using-ctr...

I use that method too. When I found out it was available I ditched my experiments with jj, jk, etc. This and finding out how many users just use / for most of their higher-level navigation needs has helped me quite a bit.
the ONLY one?! wow.
My daily drive is spacemacs, all the tweaking is there.
ahh, that makes a lot more sense. :)
some people differentiate between customisation and setting flags like turning on syntax highlighting, fwiw.