Created
January 24, 2010 17:29
-
-
Save dotemacs/285326 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; edit rectangles of text easily | |
(cua-selection-mode t) | |
(defalias 'block-edit 'cua-set-rectangle-mark) | |
(global-set-key "\M-[" 'block-edit) | |
; eval it & then invoke it, select a desired area and try it out | |
; aliased it to block-edit as its easier to remember in case I ever forget the key binding | |
; so that I can call it up using M-x |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment