[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Disabling `Overwrite' toggle function of <Insert>
From: |
Roman Belenov |
Subject: |
Re: Disabling `Overwrite' toggle function of <Insert> |
Date: |
28 Feb 2001 13:51:10 +0300 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 |
(global-unset-key [(insert)])
(global-set-key [(control insert)] 'overwrite-mode)
Kalyan Mukherjea <kalyan@isical.ac.in> writes:
> Hello everybody,
> While typing I occasionally hit the insert key and thereby toggle
> my editing mode to Overwrite from Insert. This can be quite annoying since
> I am visually challenged and generally type without reading the monitor
> and may sometimes find whole sentences chewed up before noticing. How
> could I make the toggle bound say to \C-Insert?
> Thanks in advance,
> Kalyan
--
With regards, Roman.