Earlier quoted context omitted.
cmd+shift+eject
Ctrl + Shift + Eject or Ctrl + Shift + Power (on MacBook Pro's that don't have an eject key) Cmd + Shift + Eject doesn't do anything.
OS X Command Line Utilities
201–210 of 243 posts
Re: OS X Command Line Utilities
#202Earlier quoted context omitted.
A frame in Emacs terminology is actually a top-level window.
So MacVim does have this functionality then, yes? You can have multiple top-level windows, each having multiple tabs, each having multiple splits.
Re: OS X Command Line Utilities
#203Re: OS X Command Line Utilities
#204Re: OS X Command Line Utilities
#205After years of living on the command line, OS X specifically, and learning its quirks and tricks, I am actually ready to move on. Right now I am more interested in creating simple visual interfaces on top of UNIX-y tools, for my own personal use cases. The main benefit of this is the ability to better experiment with and optimize my workflows for different properties as needed through different combinations of single…
Why do you think that having a visual interface will make it easier to experiment with your workflow? This is a genuine question - personally, i find command line interfaces to be far more hackable than graphical ones, so i would expect the opposite to be true, and hence i'm interested in your perspective.
I still think textual interfaces are a great thing for those reasons, but I don't believe they are the best thing in many cases. Yes, they are very capable and customizable, but have serious weaknesses with usability, especially when working with data of higher dimension.
I don't really think of it as text versus graphics, but rather an issue of data being represented in its best form for doing some particular work with it, and having the best interfaces to those different forms and the work. The traditional one-domain/one-application GUI model is unsustainable for this purpose, and has the weakness of constant context shifting. Composable visual interfaces are an anti-application paradigm, and more focused on data flow. To avoid problems with pure visual programming environments, symbols would still be considered the best representation for certain work (like editing text and working with logic).
Re: OS X Command Line Utilities
#206Earlier quoted context omitted.
Vim can absolutely do multiple "frames". They're called splits.
No, it cannot. An Emacs "frame" is a separate editor window, managed by the window manager. Different Emacs frames running the same Emacs session talk to each other--they share the buffer list, etc. Within the Emacs "frame" you can have split "windows". One Vim session can live only in one window that is managed by the system window manager. You cannot have multiple windows that talk to each other. You can split a si…
Re: OS X Command Line Utilities
#207Re: OS X Command Line Utilities
#208Additions: * lunchy: wrapper over launchctl, written in Ruby – https://github.com/mperham/lunchy * brew cask: "«To install, drag this icon...» no more", as they say – https://github.com/caskroom/homebrew-cask * have fun with "say" – https://github.com/andreis/different
Re: OS X Command Line Utilities
#209Re: OS X Command Line Utilities
#210Could you imagine Apple would have gone for BeOS or a custom developed kernel with no significant terminal-based userland when making OS X? It would probably still be used by many casual users or those doing graphical work, but I doubt it would be used by hackers at all.