Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'These are emacs keys, here's some more:' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
These are emacs keys, here's some more:
Authored by: TTop on Jul 12, '02 02:53:13PM
Many terminal shells have default emacs key bindings, including tcsh (the default OSX shell) and bash. Here's some more terminal movement keys:
ctrl-a   beginning of line
ctrl-e end of line
opt-f forward word
opt-b backward word
ctrl-f forward character
ctrl-b backward character
ctrl-d delete character
ctrl-l clear screen
pageup page up in buffer
pagedwn page down in buffer
okay, the last few aren't technically emacs keys, but you get the idea...

[ Reply to This | # ]