Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lambdalisue/vim-fern-mapping-mark-children
fern.vim mapping plugin to provide mappings to mark child nodes of the cursor node
https://github.com/lambdalisue/vim-fern-mapping-mark-children
fern-vim-plugin
Last synced: 11 days ago
JSON representation
fern.vim mapping plugin to provide mappings to mark child nodes of the cursor node
- Host: GitHub
- URL: https://github.com/lambdalisue/vim-fern-mapping-mark-children
- Owner: lambdalisue
- License: mit
- Created: 2020-09-06T02:04:29.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-06T02:28:25.000Z (about 4 years ago)
- Last Synced: 2024-10-04T17:41:02.007Z (about 1 month ago)
- Topics: fern-vim-plugin
- Language: Vim script
- Homepage:
- Size: 4.88 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🌿 fern-mapping-mark-children.vim
[![fern plugin](https://img.shields.io/badge/🌿%20fern-plugin-yellowgreen)](https://github.com/lambdalisue/fern.vim)
[fern.vim](https://github.com/lambdalisue/fern.vim) plugin which add `mark-children` mapping to mark child nodes, leafs, or branches.
## Usage
This plugin automatically add the following actions.
| Mapping | Action | Description |
| ------- | ----------------------------- | ----------------------------------------------------- |
| | `mark-children` | An alias to `mark-children:toggle` |
| | `mark-children:node` | An alias to `mark-children:toggle:node` |
| | `mark-children:leaf` | An alias to `mark-children:toggle:leaf` |
| | `mark-children:branch` | An alias to `mark-children:toggle:branch` |
| | `mark-children:set` | An alias to `mark-children:set:node` |
| | `mark-children:unset` | An alias to `mark-children:unset:node` |
| | `mark-children:toggle` | An alias to `mark-children:toggle:node` |
| | `mark-children:set:node` | Set marks on child nodes of the cursor node |
| | `mark-children:unset:node` | Unset marks on child nodes of the cursor node |
| | `mark-children:toggle:node` | Toggle marks on child nodes of the cursor node |
| | `mark-children:set:leaf` | Set marks on child leaf nodes of the cursor node |
| | `mark-children:unset:leaf` | Unset marks on child leaf nodes of the cursor node |
| | `mark-children:toggle:leaf` | Toggle marks on child leaf nodes of the cursor node |
| | `mark-children:set:branch` | Set marks on child branch nodes of the cursor node |
| | `mark-children:unset:branch` | Unset marks on child branch nodes of the cursor node |
| | `mark-children:toggle:branch` | Toggle marks on child branch nodes of the cursor node |