vhakulinen / gnvim

GUI for neovim, without any web bloat
MIT License
1.86k stars 68 forks source link

CTRL-^ (Edit the alternate file.) not working #137

Closed afreakk closed 4 years ago

afreakk commented 4 years ago

Hi, Is there a reason CTRL-^ hotkey is not working? gnvim 0.1.6 NVIM v0.4.3

vhakulinen commented 4 years ago

Works for me. Does nvim echo any messages when you press CTRL-^. What keyboard layout are you using?

afreakk commented 4 years ago

im using US layout, not sure what you mean by echo. it works without any messages or errors when i run it from nvim inside a terminal, but not in gnvim (no errors as far as i can see there either). i_ctrl-v + ctrl-^ gives me ^ in gnvim (one ^ for ctrl-v but nothing for ctrl-^) i_ctrl-v + ctrl-^ gives me ^^ in nvim (one ^ for ctrl-v and one ^ for ctrl-^)

vhakulinen commented 4 years ago

Should be fixed now in the master branch. Can you give it a try?

afreakk commented 4 years ago

Yeah, it works now. Thanks!