help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: insert/overwrite-mode toggle


From: CarlC
Subject: Re: insert/overwrite-mode toggle
Date: Fri, 25 Oct 2002 13:06:11 GMT

"Kevin Dziulko" <dziulko@klaatu.canisius.edu> wrote in message
news:mailman.1035548430.6132.help-gnu-emacs@gnu.org...
> Start emacs and go to the *scratch* buffer. Press Control-q. Now hit your
> insert key. You will see some weird characters, something like ^[[1~.
> Remember those characters.  Then in you .emacs file, put in a line like:
> (global-set-key "\e[1~" 'overwrite-mode)
> where the [1~ are the characters you remembered, minus the first ^[.
>
> Hope this helps.
>
> Kevin
>

Thank you. This solved my problem.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]