Welcome back to my tutorial on Vimperator. In this section I will give an introduction to the command line and some pointers on configuration. If you enjoy this post or believe reading was a waste of time please tell me why below. Remember this tutorial assumes familiarity with vi and also that you have read… Continue reading Vimperator for Firefox Part 2
Tag: command line
Someone over on reddit linked to a good post on properly closing a frozen SSH session.
It also includes other useful escape sequences.
mkcd: My favourite script
The two commands that I cannot stand to run consecutively are mkdir and cd. It’s a little thing but I despise creating a directory and then entering it with a second command so I wrote a /bin/zsh function to combine them. If you want to do the same add the following into your .zshrc file:… Continue reading mkcd: My favourite script