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

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

Re: unassigning cntl-Z in cua mode


From: Alexis
Subject: Re: unassigning cntl-Z in cua mode
Date: Mon, 23 Mar 2015 15:44:47 +1100


On 2015-03-23T15:21:51+1100, Stuart McGraw <smcg4191@frii.com> said:

SM> Hello all,

SM> I have recently started using CUA mode and it is ok except for SM> one thing... I don't like having cntl-z mapped to undo. I run SM> emacs in a terminal window (emacs -nw) a lot and routinely need SM> to suspend emacs with cntl-z, do something in the shell, then SM> resume emacs.

SM> How can I undo the mapping the CUA mode applies to the cntl-z SM> key? I am elisp-illiterate so a cut and paste solution would be SM> greatly appreciated.

(global-unset-key (kbd "C-z"))

might do the trick ....


Alexis.






reply via email to

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