Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```