Readline

Just a quick post but the readline library keybindings are very interesting -
you just don’t need the home|end keys anymore. For the uninformed, here’s the
excerpt I’m talking about (man readline):
Emacs Mode
Emacs Standard bindings
“C-@” set-mark
“C-A” beginning-of-line
“C-B” backward-char
“C-D” delete-char
“C-E” end-of-line
“C-F” forward-char
“C-G” [...]

Time Saving Vim Movement Tips

I must admit, even though I’ve been learning how to use Emacs, I’m still learning new tricks for Vim.
When I browse through the Vim help documents, I _always_ learn something new.
Today I will show you some time saving tips for moving around in Vim.
Basic
w – move forward by a word
Jack!  R_e_member that you have an [...]