Blog by abdza. Open Source, Computers, Gadgets, Life, Love and everything in between.
Showing posts with label shortcut. Show all posts
Showing posts with label shortcut. Show all posts
Saturday, March 29, 2008
Shortcuts for Firefox
Silly me. I forgot the shortcuts to firefox and actually googled it. Found it here just for reference next time: http://support.mozilla.com/en-US/kb/Shortcuts
Thursday, February 28, 2008
Shortcuts makes your life easier
Do you find yourself always typing long paths over and over again? Maybe because that is your project path? In vim the first command you do is :lcd and you have to type it in all the time? Here's a small idea that might make your life a little easier. Softlinks...
Make a directory on your home folder to keep all your softlinks. Make the directory name short. Maybe just one letter. I made mine s.
Then make the link in there.
So now whenever you need to go there just key in:
And tab autocomplete helps a lot here. Maybe you just need to type 4 keys (including tab) if you haven't got much links yet. And in vim? :lcd s/project and BAM you're working you're way to oblivion. Nice eh...
Make a directory on your home folder to keep all your softlinks. Make the directory name short. Maybe just one letter. I made mine s.
~$ mkdir s
Then make the link in there.
~$ ln -s /long/path/to/project/folder s/project
So now whenever you need to go there just key in:
cd ~/s/project
And tab autocomplete helps a lot here. Maybe you just need to type 4 keys (including tab) if you haven't got much links yet. And in vim? :lcd s/project and BAM you're working you're way to oblivion. Nice eh...
Subscribe to:
Posts (Atom)
Is Blogging No Longer a Thing?
As I embark on my new journey to learn the Rust programming language, I find myself pondering—where have all the blogs gone? In search of pr...
-
My blogs' name is High-Tech Rojak but I don't recall ever talking about food. So here's a first. Just recently I got some free t...
-
Yesterday went to Low Yat to buy my cousin a sub RM 1500 notebook. Of course with that kind of price tag it would have to be a netbook jelah...
-
Finally there is a need for me to actually install the latest version of OpenOffice.org. To do it first install the ppa by adding the follo...