
productivity
rx_wen
这个作者很懒,什么都没留下…
展开
-
Total Commander, what a weapon!
I've used freecommander for years. It greatly improves my efficiency. Unfortunately, for some unkonwn reasons, my freecommander configuration file get corrupted after my machine power down unexpectedly several days before. Rather than making these configur原创 2010-03-29 22:31:00 · 519 阅读 · 0 评论 -
Use VI command in bash
If you are a fan of vi editor, you'll be exciting to find out that we can use vi command in shell. By default, bash has its own set of short cut to make it easier to type and change command. But it's quite different from what we vi users have get used to.原创 2009-06-16 10:40:00 · 494 阅读 · 0 评论 -
change command prompt font
Having used consolas font for a period, I felt very comfortable with it. I've used it in putty, vim, visual studio. And I tried to use it in windows console (cmd.exe) by following scott's post, Using Consolas as the Windows Console Font. But consolas font原创 2010-03-24 08:45:00 · 802 阅读 · 0 评论 -
paste in vim command line
To be able to paste something to vim's command line is a feature makes our life a lot easier. For instance, say we want to change a frequently used variable name in c source file from a_super_long_inproper_variable_for_caching_bank_account_balance to balan原创 2010-07-05 20:26:00 · 1013 阅读 · 0 评论 -
avoid designing by coding
I found a obvious, stupid mistake in my c++ code. The mistake itself is trivial and doesn't worth mentioning. What I'm interested in is what lead me to making such a mistake that a very fresh c++ learner can easily recognize. The main reason is I was desig原创 2010-08-29 13:14:00 · 461 阅读 · 0 评论