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:
Gergely Polonkai 2016-09-28 19:07:20 +02:00
parent 316b56acd6
commit 65ede6c6fa
1 changed files with 2 additions and 0 deletions

View File

@ -542,4 +542,6 @@ Version 2016-02-16"
(add-hook 'eshell-mode-hook
(lambda () (local-set-key (kbd "C-d") #'eshell-C-d)))
(global-set-key (kbd "C-x ~") 'toggle-char-case)
(require 'magithub)