Hello
Oni Version: 0.3.6
Neovim Version (Linux only): 0.2.2
Operating System: Debian GNU/Linux Stretch amd64
Issue:
Keyboard shortcuts
Ctrl + O for Open FileCtrl + N for New File don't workCtrl + Q for QuitExpected behavior:
Ctrl + O should open a window to select a file?Ctrl + N should open a new tab?Ctrl + Q should close active Oni window?Actual behavior: Nothing is happening
Best regards
Hello and welcome to the Oni repository! Thanks for opening your first issue here. To help us out, please make sure to include as much detail as possible - including screenshots and logs, if possible.
I've confirmed this, though we should be careful what keys we are using for certain things. I know I use Ctrl-o to move back to previous cursor positions etc, so we don't want to override the expected vim behaviour.
On macOS Mojave Command+O does the vim o-command instead of opening a file. Command+Q does not always work either although I haven't figured out the logic behind it sometimes working and sometimes not.
Most helpful comment
I've confirmed this, though we should be careful what keys we are using for certain things. I know I use
Ctrl-oto move back to previous cursor positions etc, so we don't want to override the expected vim behaviour.