]> code.delx.au - gnu-emacs/blobdiff - lisp/rect.el
* vc.el (vc-revert): Limit the length of the query string.
[gnu-emacs] / lisp / rect.el
index 69bcd8985dc26624dc6edd67f7212bf63f8b8c04..594405716ee830cf9a0f770e8f9fe6db21123aae 100644 (file)
 ;; intrusive and fill lines with whitespaces only when needed. A few functions
 ;; are untouched though, as noted above their definition.
 
+;;; Global key bindings
+
+;;;###autoload (define-key ctl-x-r-map "c" 'clear-rectangle)
+;;;###autoload (define-key ctl-x-r-map "k" 'kill-rectangle)
+;;;###autoload (define-key ctl-x-r-map "d" 'delete-rectangle)
+;;;###autoload (define-key ctl-x-r-map "y" 'yank-rectangle)
+;;;###autoload (define-key ctl-x-r-map "o" 'open-rectangle)
+;;;###autoload (define-key ctl-x-r-map "t" 'string-rectangle)
 
 ;;; Code: