spacemacs/layers/+tools/quickurl
2019-12-14 19:59:25 +00:00
..
keybindings.el Add quickurl layer on SPC Q. 2019-12-14 19:59:25 +00:00
README.org Add quickurl layer on SPC Q. 2019-12-14 19:59:25 +00:00

quickurl layer

Description

Quickurl is a package in vanilla emacs for saving and inserting URLs. These are keybindings for the various methods of insertion, which are not bound by default.

Features

  • Keybindings to dispatch Quickurl (which is in vanilla Emacs).

Install

To use this configuration layer, add it to your ~/.spacemacs. You will need to add quickurl to the existing dotspacemacs-configuration-layers list in this file.

Key bindings

Key Binding Description
SPC Q l List quickurls
SPC Q Q Expand quickurl abbrev at point
SPC Q i Ask for which quickurl to insert
SPC Q e Edit quickurls
SPC Q b Ask to browse some url from those stored (with completion).