Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Delapouite/kakoune-marks
Highlight previously saved selections (marks).
https://github.com/Delapouite/kakoune-marks
kakoune plugin
Last synced: 28 days ago
JSON representation
Highlight previously saved selections (marks).
- Host: GitHub
- URL: https://github.com/Delapouite/kakoune-marks
- Owner: Delapouite
- Created: 2018-03-07T09:36:34.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-19T15:19:18.000Z (over 6 years ago)
- Last Synced: 2024-11-08T04:45:56.488Z (about 1 month ago)
- Topics: kakoune, plugin
- Homepage: http://kakoune.org
- Size: 269 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kakoune-marks
[kakoune](http://kakoune.org) plugin to highlight previously saved selections (marks).
## Install
Add `marks.kak` to your autoload dir: `~/.config/kak/autoload/`.
## Usage
Craft some selections and save them in a register. For example `"aZ` to store them
in the `a` register. Move along and do some other stuff…Later you need to restore these selections but you have a hard time remembering their
precise locations: use the `:show-marks` command to highlight them.
Use `:hide-marks` when you don't need this extra layer of info anymore.## Screenshots
Selections being saved in the `a` register.
![selections](https://raw.githubusercontent.com/delapouite/kakoune-marks/master/01.png)
Marks being displayed with `:show-marks`. Letters `a` are shown on boundaries (anchor / cursor).
![marks](https://raw.githubusercontent.com/delapouite/kakoune-marks/master/02.png)
## See also
- [kakoune-mark](https://github.com/fsub/kakoune-mark) - highlight all occurrences of one or several words in different colors
- [kakoune-registers](https://github.com/Delapouite/kakoune-registers)
- [kakoune-easymotion](https://github.com/danr/kakoune-easymotion) - inspiration for the "veil" effect.## Licence
MIT