Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
docs:mac:terminal [2006/10/10 15:49] – billh | docs:mac:terminal [2008/08/03 00:25] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ===== Mac Terminal ===== | ||
+ | ===== Configuration ===== | ||
+ | Mac OS X has the keys listed below mapped to move through the terminal history. | ||
+ | < | ||
+ | (You press the ESC key instead of typing \033) | ||
+ | home = \033[1~ | ||
+ | end = \033[4~ | ||
+ | page up = \033[5~ | ||
+ | page down = \033[6~ | ||
+ | </ | ||
+ | |||
+ | ===== Preferences ===== | ||
+ | * Set the Terminal application preferences to declare the terminal type ($TERM) as xterm. | ||
+ | |||
+ | ===== Other Settings ===== | ||
+ | *When connecting to another machine via ssh, you may need to set the LANG environment variable in order to properly view drawing characters, such as the dividing lines in midnight commander. | ||
+ | export LANG=C | ||
+ | </ |