Change upcase-word to upcase-region command on SPC xU

Same thing of the downcase variant on xu
This commit is contained in:
sbenner 2013-11-18 15:37:45 -05:00
parent 16a2ea6b0d
commit c34328d346

View file

@ -241,8 +241,8 @@
(evil-leader/set-key "xtc" 'transpose-chars)
(evil-leader/set-key "xtl" 'transpose-lines)
(evil-leader/set-key "xtw" 'transpose-words)
(evil-leader/set-key "xU" 'upcase-word)
(evil-leader/set-key "xu" 'downcase-word)
(evil-leader/set-key "xU" 'upcase-region)
(evil-leader/set-key "xu" 'downcase-region)
;; centered cursor ------------------------------------------------------------
(evil-leader/set-key "zz" 'global-centered-cursor-mode)