Skip to content

Unsupported fzf_action ctrl-\  #984

Open
@mitinarseny

Description

@mitinarseny

This configuration results in 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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions