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
11–20 of 406 posts
Re: Quick tip for developers who use OS X
#12Re: Quick tip for developers who use OS X
#13Two more tips: * Ctrl-a to go to beginning of line * Ctrl-e to go to end of line
Re: Quick tip for developers who use OS X
#14Two more tips: * Ctrl-a to go to beginning of line * Ctrl-e to go to end of line
A lot of the Emacs shortcuts work in OS X (most of the system) as well as on Linux (bash and other users of readline).
Re: Quick tip for developers who use OS X
#15Re: Quick tip for developers who use OS X
#16Ctrl-e: go to the end of the line Ctrl-r: search backwards (input the text)
and you go to the point where the search begins.
Re: Quick tip for developers who use OS X
#17Re: Quick tip for developers who use OS X
#18Re: Quick tip for developers who use OS X
#19Earlier quoted context omitted.
A lot of the Emacs shortcuts work in OS X (most of the system) as well as on Linux (bash and other users of readline).
I use Vim and was unaware that this shortcut existed. Are there any other Emacs shortcuts which are useful in OSX?
so Ctrl-A Ctrl-K will clear a given field
Re: Quick tip for developers who use OS X
#20Two more tips: * Ctrl-a to go to beginning of line * Ctrl-e to go to end of line
* ⌘ + ` (tilde key) to switch between different windows of your current application
* ⌘ + l (lowercase L) in most web browsers to highlight the address bar