luadocs/content/lua.scripts.manual/scripts/official/save_selection.md
Bill Ferguson b69d752221 [lua scripts] created manual from script comments
[lua scripts api] created manual from embedded library documentation

[lua api] created stub to contain lua api manual
2020-12-12 15:14:19 -05:00

40 lines
794 B
Markdown

---
title: save_selection
id: save_selection
weight: 100
draft: false
author: "people"
---
## Name
save_selection.lua - simple shortcuts to have multiple selection buffers
## Description
Simple shortcuts to have multiple selection buffers
## Usage
* require this file from your main lua config file:
* go to configuration => preferences => lua
* set the shortcuts you want to use
This plugin will provide shortcuts to save to and restore from up to five temporary buffers
This plugin also provides a shortcut to swap the current selection with a quick-swap buffer
The variable "buffer_count" controls the number of selection buffers,
increase it if you need more temporary selection buffers
## Additional Software Required
## Limitations
## Author
Jérémy Rosen
## Change Log