Skip to content

Instantly share code, notes, and snippets.

@dotemacs
Created January 24, 2010 17:29
Show Gist options
  • Save dotemacs/285326 to your computer and use it in GitHub Desktop.
Save dotemacs/285326 to your computer and use it in GitHub Desktop.
;; 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