summaryrefslogtreecommitdiff
path: root/config.org
diff options
context:
space:
mode:
Diffstat (limited to 'config.org')
-rw-r--r--config.org9
1 files changed, 9 insertions, 0 deletions
diff --git a/config.org b/config.org
index 0125e8b..304faec 100644
--- a/config.org
+++ b/config.org
@@ -535,3 +535,12 @@ Company is an autocompletion frontend
:init
(add-hook 'after-init-hook 'global-company-mode))
#+end_src
+
+* Custom keybinds
+
+Some keybinds to make life easier
+
+** Open URL in browser
+#+begin_src emacs-lisp
+ (global-set-key (kbd "C-c o") 'browse-url-at-point)
+#+end_src