How do I enable the column selection mode in Eclipse on Mac OS?
June 21, 2011 in Eclipse, Mac Tips, Recipes
You can toggle rectangular text selection using option+command+A. This is great feature for a coder.
June 21, 2011 in Eclipse, Mac Tips, Recipes
You can toggle rectangular text selection using option+command+A. This is great feature for a coder.
June 21, 2011 in Emacs and friends, Recipes
Add (global-auto-revert-mode t) to your configuration file.
June 12, 2011 in Recipes, Shell
Using bash type CTRL+r first-letters-of-the-command Note that if you type the command history all the commands that you typed will be displayed, preceded by an index. To recall a command that is
…read more
Recent Comments