Set C-x ~ to toggle-char-case
It just stayed with me from ViM. Maybe it should even be M-~ :)
This commit is contained in:
parent
316b56acd6
commit
65ede6c6fa
2
init.el
2
init.el
@ -542,4 +542,6 @@ Version 2016-02-16"
|
|||||||
(add-hook 'eshell-mode-hook
|
(add-hook 'eshell-mode-hook
|
||||||
(lambda () (local-set-key (kbd "C-d") #'eshell-C-d)))
|
(lambda () (local-set-key (kbd "C-d") #'eshell-C-d)))
|
||||||
|
|
||||||
|
(global-set-key (kbd "C-x ~") 'toggle-char-case)
|
||||||
|
|
||||||
(require 'magithub)
|
(require 'magithub)
|
||||||
|
Loading…
Reference in New Issue
Block a user