summaryrefslogtreecommitdiff
path: root/conf/kb.el
diff options
context:
space:
mode:
Diffstat (limited to 'conf/kb.el')
-rw-r--r--conf/kb.el7
1 files changed, 7 insertions, 0 deletions
diff --git a/conf/kb.el b/conf/kb.el
new file mode 100644
index 0000000..2ceb33e
--- /dev/null
+++ b/conf/kb.el
@@ -0,0 +1,7 @@
+;; kb.el - key bindings
+;; evil-specific ones are in evil.el
+
+(global-set-key (kbd "C-x \\") 'align-regexp)
+
+;; replace buffer-menu with ibuffer
+(global-set-key (kbd "C-x C-b") 'ibuffer)