Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lambdalisue/vim-fern-mapping-quickfix

Fern plugin to send nodes to quickfix/location list
https://github.com/lambdalisue/vim-fern-mapping-quickfix

fern-vim-plugin

Last synced: 12 days ago
JSON representation

Fern plugin to send nodes to quickfix/location list

Awesome Lists containing this project

README

        

# 🌿 fern-mapping-quickfix.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 `quickfix` and `loclist` mapping to send selected nodes to that.

## Usage

This plugin automatically add the following actions.

| Mapping | Action | Description |
| ------- | ------------------ | ---------------------------------------------------------------------------- |
| | `quickfix` | Alias to `quickfix:new` |
| | `quickfix:new` | Create a new quickfix with the selected nodes |
| | `quickfix:add` | Add selected nodes to the current quickfix |
| | `quickfix:replace` | Replace the current quickfix with the selected nodes |
| | `loclist` | Alias to `loclist:new` |
| | `loclist:new` | Create a new location list of the fern window with the selected nodes |
| | `loclist:add` | Add selected nodes to the current location list of the fern window |
| | `loclist:replace` | Replace the current location list of the fern window with the selected nodes |