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?
I am using ksh if that makes a difference. Thanks!
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!