Skip to content
Discussion options

You must be logged in to vote

It doesn’t work because accept uses the default enter action which in your case is file_edit, if you change it to edit_or_qf it will work.

Alternatively (and more consistent IMO) is to use (remove ctrl-q from keymap.fzf):

           actions = {
				files = {
					["enter"] = actions.file_edit,
					["ctrl-x"] = actions.file_split,
					["ctrl-s"] = actions.file_vsplit,
                    ["ctrl-q"] = { fn = actions.file_sel_to_qf, prefix = "select-all" },
				},
			},

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@nenahp
Comment options

@halshar
Comment options

@nenahp
Comment options

@nenahp
Comment options

@nenahp
Comment options

Answer selected by halshar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants