5 |g:FerretQFOptions| boolean (default: 1)
7 Controls whether to set up setting overrides for |quickfix| windows. These are
8 various settings, such as |norelativenumber|, |nolist| and |nowrap|, that are
9 intended to make the |quickfix| window, which is typically very small relative
10 to other windows, more usable.
12 A full list of overridden settings can be found in |ferret-overrides|.
14 To prevent the custom settings from being applied, set |g:FerretQFOptions| to
17 let g:FerretQFOptions=0
21 |g:FerretQFMap| boolean (default: 1)
23 Controls whether to set up mappings in the |quickfix| results window for
24 deleting results. The mappings include:
26 - `d` (|visual-mode|): delete visual selection
27 - `dd` (|Normal-mode|): delete current line
28 - `d`{motion} (|Normal-mode|): delete range indicated by {motion}
30 To prevent these mappings from being set up, set to 0: