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

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

CUA binding C-x not working in evil Insert mode


From: Dipak Chaudhari
Subject: CUA binding C-x not working in evil Insert mode
Date: Mon, 1 Sep 2014 10:11:37 +0530

Hi,
I am a new emacs user. I am facing the following problem.

In the evil Insert mode, the CUA bindings C-c and C-v works as expected
(copy and paste). However, C-x (cut ) does not work.  Is there any setting
to make this work?

I have following lines in my .emacs file

(require 'evil)
(evil-mode 1)
(cua-mode 1)

I tried setting the custom variable "org-replace-disputed-keys" to "t", but
this does not help.

Thanks,
Dipak


reply via email to

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