summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2016-01-07 19:03:00 +0100
committerGuido Günther <agx@sigxcpu.org>2016-01-08 15:17:27 +0100
commit4c4c0d7e68a573d01f80f0a9a398b2691f8775c7 (patch)
treea41c9d8ff034666e60d593c74ed09f7cd3c6e65f
parentb4597e46dd19e12f9e7a9e2f9fd8e2339761dfb0 (diff)
More keybindings
-rw-r--r--keybindings.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/keybindings.el b/keybindings.el
index a63066a..3219129 100644
--- a/keybindings.el
+++ b/keybindings.el
@@ -2,4 +2,7 @@
(global-set-key (kbd "C-, u") 'uncomment-region)
(global-set-key (kbd "C-, w") 'delete-trailing-whitespace)
(global-set-key (kbd "C-, r") 'revert-buffer)
-
+(global-set-key (kbd "C-, K") 'kill-rectangle)
+(global-set-key (kbd "C-, e") 'eval-region)
+(global-set-key (kbd "C-, a") 'align-regexp)
+(global-set-key (kbd "C-, s") 'delete-trailing-whitespace)