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: about 2 months ago
JSON representation
Fern plugin to send nodes to quickfix/location list
- Host: GitHub
- URL: https://github.com/lambdalisue/vim-fern-mapping-quickfix
- Owner: lambdalisue
- License: mit
- Created: 2020-08-12T01:06:47.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-12T01:06:59.000Z (almost 5 years ago)
- Last Synced: 2025-03-30T16:14:56.191Z (3 months ago)
- Topics: fern-vim-plugin
- Language: Vim script
- Homepage:
- Size: 2.93 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-quickfix.vim
[](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 |