plugins.nvim-bqf.filter.fzf.actionFor.ctrl-c
Press ctrl-c to close quickfix window and abort fzf.
Type: null or string or raw lua code
Default:
null
Plugin default: "closeall"
Declared by:
plugins.nvim-bqf.filter.fzf.actionFor.ctrl-q
Press ctrl-q to toggle sign for the selected items.
Type: null or string or raw lua code
Default:
null
Plugin default: "signtoggle"
Declared by:
plugins.nvim-bqf.filter.fzf.actionFor.ctrl-t
Press ctrl-t to open up the item in a new tab.
Type: null or string or raw lua code
Default:
null
Plugin default: "tabedit"
Declared by:
plugins.nvim-bqf.filter.fzf.actionFor.ctrl-v
Press ctrl-v to open up the item in a new vertical split.
Type: null or string or raw lua code
Default:
null
Plugin default: "vsplit"
Declared by:
plugins.nvim-bqf.filter.fzf.actionFor.ctrl-x
Press ctrl-x to open up the item in a new horizontal split.
Type: null or string or raw lua code
Default:
null
Plugin default: "split"
Declared by: