Unsupported fzf_action ctrl-\
Open
invalid: missing template
- Dominant language
- Vim Script
- Stars
- 10.3k
- Forks
- 608
- Avg merge
- 5d 8h
- Merged PRs (30d)
- 2
Description
This configuration results in `unsupported key: ctrl-`
```vim
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.