qvacua / vimr

VimR — Neovim GUI for macOS in Swift
https://twitter.com/VimRefined
MIT License
6.62k stars 218 forks source link

vimR does not recognize `<C-/>` key when opening a telescope float window #943

Open milanglacier opened 2 years ago

milanglacier commented 2 years ago

by default, open any telescope float window, for example Telescope find_files, <C-/> will open a float window show keymap shortcuts. But type <C-/> will only result in inputing a / in the input area of the floating window of telescope. <C-/> works fine if nvim is opened by terminal (iterm2).

nvim version (iterm2) : 0.7 release vimR version: 0.39.0 system: macOS 12.3.1 device: macbook air m1

actual behavior (vimR):

https://user-images.githubusercontent.com/45728125/164152577-9a43d843-b053-4d12-a457-d7d8357dcfb5.mov

expected behavior (iterm2):

https://user-images.githubusercontent.com/45728125/164152572-7a4c5b91-1a6c-49d8-8297-43df8e6bd840.mov