kevinhwang91 / rnvimr

Make Ranger running in a floating window to communicate with Neovim via RPC
BSD 3-Clause "New" or "Revised" License
800 stars 17 forks source link

Ranger does not execute mappings that use control #155

Closed jfab20 closed 11 months ago

jfab20 commented 11 months ago

============================================================================== rnvimr: health#rnvimr#check

OS ~

Ranger ~

Python ~

Pynvim ~

Ueberzug (optional) ~

RPC ~

Steps to reproduce the behavior:

  1. Just use a mapping with control in rc.conf, like map <C-o> console delete.

Expected behavior Mappings defined with control work.

kevinhwang91 commented 11 months ago

Can't reproduce it, make sure that tmap <c-o> in the floating window output No mapping found.