Live data from Hacker News

Mac OS X hidden features and nice tips & tricks

apple.stackexchange.com

41–50 of 85 posts

Re: Mac OS X hidden features and nice tips & tricks

#41

Wow, I just saw this nugget in one of the comments: VI mode for the standard Terminal. Add "set -o vi" to your profile and you get access to same modality and commands of VI. Damn, I wish I knew about this option earlier.

Note that I think that's a Bash thing, and the default is Emacs-style bindings (C-a, C-e, C-p, C-n) which include C-r for reverse interactive search of the history. I use that every day, a dozen or more times.

It's actually a Readline thing.

Re: Mac OS X hidden features and nice tips & tricks

#42

Earlier quoted context omitted.

I use spotlight for all kinds of math (12 / 4) * (44 + 35) etc Command + c will copy the highlighted spotlight result. Expose (show all windows) and drag and drop files to that window (i grab the file, while dragging show all windows by either a keybord key or hot corner and drop it to the new window) Hold down command to move around background windows without giving it focus. Ctrl + (arrows or numbers) to go to cert…

IMO Spotlight is the best example of minimalist software design. In a single universal field you have instant: app launcher, calculator, dictionary, file search, email search, contact search. My single best tip for Mac power-users: learn what you can do with Spotlight. Edit: grammar

Forgot about the dictionary, I use it all the time in spotlight

Re: Mac OS X hidden features and nice tips & tricks

#43
post #15

"I love the fact that OS X will scroll the window that the mouse is hovering over, even if another application has focus. That way I can scroll an example that I am coding in TextMate without having to lose keyboard control on TM" This also happens on Windows (at least on Chrome) but Windows goes even further: you can click through a link or button on a non-focused window. On OS X, in order to follow a link or click…

>This also happens on Windows

No it does not and this drives me crazy on windows.

Re: Mac OS X hidden features and nice tips & tricks

#44

A few I can think of: - Open the Apple menu. Now hold Shift. More menu options! Now try holding Opt. Even more menu options! This works for several Apple applications. - Hold Opt when clicking on a menubar icon for extra information. For example, holding Opt and clicking the WiFi icon in the menubar brings up the signal strength, IP address and other useful information. Likewise for the rest of the icons. - In Spotli…

That fifth trick is superb. Apps that don't reopen their closed main window when cmd-tabbed to drive me nuts (Mail especially, as there's no shortcut to open the message viewer).

Command-Option-N

Re: Mac OS X hidden features and nice tips & tricks

#45
post #41

Earlier quoted context omitted.

Note that I think that's a Bash thing, and the default is Emacs-style bindings (C-a, C-e, C-p, C-n) which include C-r for reverse interactive search of the history. I use that every day, a dozen or more times.

It's actually a Readline thing.

Yeah, that makes sense. Still, my point was that it's not specific to Terminal.app, so someone on another Unix would probably find it useful.

Re: Mac OS X hidden features and nice tips & tricks

#46
post #41

Earlier quoted context omitted.

Note that I think that's a Bash thing, and the default is Emacs-style bindings (C-a, C-e, C-p, C-n) which include C-r for reverse interactive search of the history. I use that every day, a dozen or more times.

It's actually a Readline thing.

Something I've always wondered though - did emacs take them from readline or did readline take them from emacs? How old is readline? Where did all of those C-a, C-e, etc conventions come from?

Re: Mac OS X hidden features and nice tips & tricks

#48

A few I can think of: - Open the Apple menu. Now hold Shift. More menu options! Now try holding Opt. Even more menu options! This works for several Apple applications. - Hold Opt when clicking on a menubar icon for extra information. For example, holding Opt and clicking the WiFi icon in the menubar brings up the signal strength, IP address and other useful information. Likewise for the rest of the icons. - In Spotli…

That fifth trick is superb. Apps that don't reopen their closed main window when cmd-tabbed to drive me nuts (Mail especially, as there's no shortcut to open the message viewer).

This also works on Finder to create new windows
Post reply on HN