Questions tagged [cua-mode]

Emacs Cua-mode allows one to use ‘C-v’, ‘C-c’, and ‘C-x’ to paste, copy, and cut the region.

From EmacsWiki: Cua Mode:

Cua-mode allows one to use ‘C-v’, ‘C-c’, and ‘C-x’ to paste, copy, and cut the region. Since this conflicts with very important keybindings in Emacs, these CUA bindings are only active when the mark is active. The package does a whole lot more, too: ‘C-z’ to undo, Shift-movement to select, and it includes support for rectangular regions (‘C-RET’ and arrow keys instead of using the C-x r …’ keys) and registers (instead of using the register commands), and it uses’ and `S-’ to indent and outdent the region. As you can see, it is very powerful!

16 questions
0
votes
0 answers

Emacs 24.2 CUA-mode behaviour on Shift-up/down

I've set (cua-mode t) in my ~/.emacs in GNU Emacs 24.2 on Windows XP. However, when (with nothing selected) I type shift-up or shift-down no new selection is started, which is not the CUA behaviour as seen in MS Notepad, Eclipse etc. If I type…
satyagraha
  • 623
  • 7
  • 11
1
2