Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.44 KB

README.md

File metadata and controls

20 lines (15 loc) · 1.44 KB

🌿 fern-mapping-quickfix.vim

fern plugin

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