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: Kevin Dziulko
Subject: Re: insert/overwrite-mode toggle
Date: Fri, 25 Oct 2002 08:19:32 -0400 (EDT)

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



On Thu, 24 Oct 2002, CarlC wrote:

> I am wanting to have my insert key toggle between insert and overwrite. I
> imagine someone out there is already doing this? Thanks.
>
>
> _______________________________________________
> Help-gnu-emacs mailing list
> Help-gnu-emacs@gnu.org
> http://mail.gnu.org/mailman/listinfo/help-gnu-emacs
>





reply via email to

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