2020-12-12 20:14:19 +00:00
|
|
|
---
|
|
|
|
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
|
|
|
|
|
2020-12-19 03:08:09 +00:00
|
|
|
* start this script from script manager
|
2020-12-12 20:14:19 +00:00
|
|
|
* 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
|