e38c33feb0
refactor key bindings for packages under +layers/tools Relates to #13503
33 lines
1.1 KiB
Org Mode
33 lines
1.1 KiB
Org Mode
#+TITLE: quickurl layer
|
|
|
|
#+TAGS: emacs|layer
|
|
|
|
* Table of Contents :TOC_5_gh:noexport:
|
|
- [[#description][Description]]
|
|
- [[#features][Features:]]
|
|
- [[#install][Install]]
|
|
- [[#key-bindings][Key bindings]]
|
|
|
|
* Description
|
|
Quickurl is a package in vanilla emacs for saving and inserting URLs. These
|
|
are key bindings for the various methods of insertion, which are not bound by
|
|
default.
|
|
|
|
** Features:
|
|
- Key bindings 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 a t q l~ | List quickurls |
|
|
| ~SPC a t q q~ | Expand quickurl abbrev at point |
|
|
| ~SPC a t q i~ | Ask for which quickurl to insert |
|
|
| ~SPC a t q e~ | Edit quickurl at point |
|
|
| ~SPC a t q a~ | Add quickurl at point |
|
|
| ~SPC a t q b~ | Ask to browse some url from those stored |
|