Convert text into bionic-reading format. Contribute to weirdsmiley/bionically development by creating an account on GitHub. (more…)
Read more »
I was reading about vim the other day and found out why it used `hjkl` keys as arrow keys. When Bill Joy created the vi text editor he used the ADM-3A terminal, which had the arrows on hjkl keys. Naturally he reused the same keys and the rest is history. ... (more…)
Read more »
Vim is a command line text editor that is notorious for being hard to learn (the running joke is to generate a truly random string, put a… (more…)
Read more »
Vim (Vi IMproved) is a highly configurable text editor built to make creating and changing any kind of text very efficiently. It is included as "vi" with most UNIX systems and with Apple OS X.I attempted to learn Vim quite a few times before but coul... (more…)
Read more »