I'm a bit confused what the intended use case is, here. Is the idea to have it loaded on your tablet while programming on your laptop or desktop so you don't have to switch screens? Why not just print it out and pin it to the wall?
Should also mention:<p><pre><code> gg - top of file
G - end of file
5gg - go to line 5 (I find this easier than 5G)
ciw - delete current word and enter insert mode
yiw - copy current word
zz - center cursor (its also nice to remap G to Gzz etc)</code></pre>
It's missing my favorite commands - ci", ci{, and ci( - change (replace) inside quotes, brackets, and parens (respectively) pair under the cursor.