We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
This configuration results in unsupported key: ctrl-
unsupported key: ctrl-
let g:fzf_action = { \ 'ctrl-t': 'tab split', \ 'ctrl-_': 'split', \ 'ctrl-\': 'vsplit', \ }
I think the issue can be connected with these values are not being escaped when passed to shell.