junegunn / junegunn/fzf.vim

Unsupported fzf_action ctrl-\

Open
#984 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.