about summary refs log tree commit diff
path: root/init/bindings.el
diff options
context:
space:
mode:
Diffstat (limited to 'init/bindings.el')
-rw-r--r--init/bindings.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/init/bindings.el b/init/bindings.el
index e4cd17599fc1..edb1b9c0ab71 100644
--- a/init/bindings.el
+++ b/init/bindings.el
@@ -38,8 +38,12 @@
 (global-set-key (kbd "M-g g") 'ace-jump-line-mode)
 (global-set-key (kbd "M-g M-g") 'goto-line-with-feedback)
 
-;; Bind whitespace cleanup to a key
 (global-set-key (kbd "C-c w") 'whitespace-cleanup)
+(global-set-key (kbd "C-c a") 'align-regexp)
+
+;; Browse URLs (very useful for Gitlab's SSH output!)
+(global-set-key (kbd "C-c b p") 'browse-url-at-point)
+(global-set-key (kbd "C-c b b") 'browse-url)
 
 ;; Goodness from @magnars
 ;; I don't need to kill emacs that easily