Two more tips: * Ctrl-a to go to beginning of line * Ctrl-e to go to end of line
Quick tip for developers who use OS X
81–90 of 406 posts
Re: Quick tip for developers who use OS X
#82Two more tips: * Ctrl-a to go to beginning of line * Ctrl-e to go to end of line
A couple more: * ⌘ + ` (tilde key) to switch between different windows of your current application * ⌘ + l (lowercase L) in most web browsers to highlight the address bar
Re: Quick tip for developers who use OS X
#83Re: Quick tip for developers who use OS X
#84Earlier quoted context omitted.
I use Vim and was unaware that this shortcut existed. Are there any other Emacs shortcuts which are useful in OSX?
Ctrl-K kill to end of line, so Ctrl-A Ctrl-K will clear a given field
Re: Quick tip for developers who use OS X
#85Nobody seems to have posted this yet: python -m SimpleHTTPServer I'd recommend an alias like "serve". It basically puts the current directory online (binds to 0.0.0.0:8000).
Re: Quick tip for developers who use OS X
#86I have tried to use Terminal, but I just can't. The ability to highlight and automatically have the text in clipboard is such a crucial feature in my workflow that not having it even as an option is a deal breaker. Once I started with iTerm and built a config/flow around it, I can't go back. Thanks for the tip though! I didn't realize this worked in Terminal too. I'll keep it in mind the next time I'm forced to use i…
Re: Quick tip for developers who use OS X
#87Re: Quick tip for developers who use OS X
#88Works in iTerm too.
Re: Quick tip for developers who use OS X
#89Re: Quick tip for developers who use OS X
#90drag + drop files to terminal to get its location. I often do "cd " + dragon drop folder to get to that folder in terminal