In Which OS Do You Feel More Productive?
HTMLChecker asks: "I found an article in which the author talks about how she is more productive using Mac OS X.
What about the people of Slashdot? Where do you feel more productive, in Linux? Windows? DOS? Mac OS X? Also, what is the best way to rate productivity in an OS?"
Doesn't work properly, or doesn't work how you expect it to? Two different things...
Anyway, what you want is Command+LeftArrow and Command+RightArrow. That goes to beginning of line and end of line, respectively, on OS X.
Create a file ~/Library/KeyBindings/DefaultKeyBinding.dict with this content:
{
"\UF729" = "moveToBeginningOfLine:";
"\UF72B" = "moveToEndOfLine:";
"$\UF729" = "moveToBeginningOfLineAndModifySelection:";
"$\UF72B" = "moveToEndOfLineAndModifySelection:";
}
There is no real limitation to the window managers you can run in OS X, using X11.
If you want to benefit from it without learning it, you can use a number of GUIs. Scientific Workplace on win32 (commercial, but good to push on those using Word) or LyX (F/OSS) for nearly any platform or many others. Even abiword can write LaTeX!
It isn't difficult to learn & becomes much more powerful when you eventually ditch the GUI & either use a quality TeX-focused editor like KILE (KDE), TeXnicCenter (win32), TeXShop (OS X) (all F/OSS) or your favorite multi-purpose editor. I prefer vim with LaTeX-Suite.
The best way to learn is to look at other code. Either get some from peers, from the net, or make some in either the GUIs or the friendlier editors. Then just write.
If you need a reference, you can usually learn to google for how to do something (or post to comp.text.tex). I maintain a list of www links. You might find something useful, but I can't suggest the best starting point from that list. The best introductory book I've used is Guide to LaTeX. The other books in LaTeX Companions are also excellent for reference, particularly The LaTeX Companion.
One thing that's not too well known in MacOS X is that a nice subset of emacs commands works.
So if you want to go to the beginning of a line, Control-A does it, and Control-E goes to the end of the line.
I love this because I don't have to take my hands off the home keys to make it work. It's a real godsend to die-hard emacs users such as myself.
(This works only in Cocoa applications, so Internet Explorer users are out of luck, but in most programs, such as Safari, Mail, OmniWeb, etc, it works great.)
D
Comment removed based on user account deletion