Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lambdalisue/vim-fern-mapping-git
Add Git related mappings on file:// scheme of fern.vim
https://github.com/lambdalisue/vim-fern-mapping-git
fern-vim-plugin git
Last synced: 12 days ago
JSON representation
Add Git related mappings on file:// scheme of fern.vim
- Host: GitHub
- URL: https://github.com/lambdalisue/vim-fern-mapping-git
- Owner: lambdalisue
- License: mit
- Created: 2020-08-02T16:56:15.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-24T13:02:00.000Z (about 4 years ago)
- Last Synced: 2024-10-10T16:51:13.415Z (24 days ago)
- Topics: fern-vim-plugin, git
- Language: Vim script
- Homepage:
- Size: 6.84 KB
- Stars: 13
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fern-mapping-git.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 Git related mappings on `file://` scheme.
**UNDER DEVELOPMENT**
## Usage
This plugin automatically add the following actions to `file` scheme.
| Mapping | Action | Description |
| ------- | ------------- | ----------------------------------- |
| `<<` | `git-stage` | Stage the selected/cursor node(s) |
| `>>` | `git-unstage` | Unstage the selected/cursor node(s) |## See also
- [fern-git-status](https://github.com/lambdalisue/fern-git-status.vim) - Add Git status badge