Live data from Hacker News

Quick tip for developers who use OS X

news.ycombinator.com

11–20 of 406 posts

Re: Quick tip for developers who use OS X

#14

Two 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).

I use Vim and was unaware that this shortcut existed. Are there any other Emacs shortcuts which are useful in OSX?

Re: Quick tip for developers who use OS X

#19

Earlier 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?

Ctrl-K kill to end of line,

so Ctrl-A Ctrl-K will clear a given field

Post reply on HN