about summary refs log tree commit diff
path: root/emacs/.emacs.d/wpc/keybindings.el
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-09-08T12·12+0100
committerWilliam Carroll <wpcarro@gmail.com>2020-09-08T12·12+0100
commit12bd12434d4adca63017cc3ed43b45638ffe6206 (patch)
tree5322f4b636b971a117f6f848ae86a3122b2e884c /emacs/.emacs.d/wpc/keybindings.el
parent34af54eb0447cbb27eb6b17a276a263d028eccfb (diff)
Define KBD gu to browse-url-at-point
This is handy!
Diffstat (limited to 'emacs/.emacs.d/wpc/keybindings.el')
-rw-r--r--emacs/.emacs.d/wpc/keybindings.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/.emacs.d/wpc/keybindings.el b/emacs/.emacs.d/wpc/keybindings.el
index 348b67c2e9..05ab876e20 100644
--- a/emacs/.emacs.d/wpc/keybindings.el
+++ b/emacs/.emacs.d/wpc/keybindings.el
@@ -86,6 +86,7 @@
 
 (general-nmap
   :keymaps 'override
+  "gu" #'browse-url-at-point
   "gd" #'xref-find-definitions
   ;; Wrapping `xref-find-references' in the `let' binding to prevent xref from
   ;; prompting.  There are other ways to handle this variable, such as setting