Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hrsh7th/fern-mapping-collapse-or-leave.vim
https://github.com/hrsh7th/fern-mapping-collapse-or-leave.vim
fern-vim-plugin
Last synced: about 10 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/hrsh7th/fern-mapping-collapse-or-leave.vim
- Owner: hrsh7th
- Created: 2020-02-04T11:43:09.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-10T07:58:58.000Z (almost 5 years ago)
- Last Synced: 2024-11-09T05:13:37.246Z (about 2 months ago)
- Topics: fern-vim-plugin
- Language: Vim script
- Homepage:
- Size: 2.93 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fern-mapping-collapse-or-leave
The fern plugin for mapping to collapse or leave.
# mapping
### Plug mapping
```viml
nmap (fern-action-collapse-or-leave)
```### Default mapping
```viml
nmap h (fern-action-collapse-or-leave)
```# FAQ
### How to disable this plugin's default mapping?
You can set below variable to 1.
```viml
let g:fern#mapping#collapse_or_leave#disable_default_mappings = 1
```