diff options
author | William Carroll <wpcarro@gmail.com> | 2020-09-08T12·12+0100 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-09-08T12·12+0100 |
commit | 12bd12434d4adca63017cc3ed43b45638ffe6206 (patch) | |
tree | 5322f4b636b971a117f6f848ae86a3122b2e884c /emacs/.emacs.d | |
parent | 34af54eb0447cbb27eb6b17a276a263d028eccfb (diff) |
Define KBD gu to browse-url-at-point
This is handy!
Diffstat (limited to 'emacs/.emacs.d')
-rw-r--r-- | emacs/.emacs.d/wpc/keybindings.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/.emacs.d/wpc/keybindings.el b/emacs/.emacs.d/wpc/keybindings.el index 348b67c2e904..05ab876e2041 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 |