Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

emacsrc and key mappings

Status
Not open for further replies.

codegirl

Technical User
Feb 9, 2003
13
US
Hi, does anyone have a "standard" .emacsrc file I can look at? The .emacsrc I have was customized by another user and has a bunch of special key mappings set up that I don't like, but I don't know enough about shell scripting to fix it myself. Even just a list of symbols used for special keys would be helpful -- for example, I know ^C is Control+C and M=Meta=Esc, but what is A-1, FN6, ^[[17~~, FN^2, etc. in lines like this?

Code:
set $palette "KEYMAP A-1 ^[Oq"
set $palette "KEYMAP FN6 ^[[17~~"
bind-to-key search-reverse  M-FN^2

I am using ksh if that makes a difference. Thanks!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top