summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2015-12-26 14:34:09 +0100
committerGuido Günther <agx@sigxcpu.org>2015-12-26 14:34:09 +0100
commitd9b279f0aadbaf2091309beeaa145bcfa1e3db3a (patch)
treeb7977a73a0d715c49c73a423a4c49b3406cfbad9
parent9da6cdecbb55dc3696fc2c94d47d193f4cf5e9c2 (diff)
Add some global keybindings
-rw-r--r--keybindings.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/keybindings.el b/keybindings.el
new file mode 100644
index 0000000..a63066a
--- /dev/null
+++ b/keybindings.el
@@ -0,0 +1,5 @@
+(global-set-key (kbd "C-, c") 'comment-region)
+(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)
+