onivim / oni

Oni: Modern Modal Editing - powered by Neovim
https://www.onivim.io
MIT License
11.36k stars 301 forks source link

Keyboard shortcuts don't work #2665

Open reinboldg opened 5 years ago

reinboldg commented 5 years ago

Hello

Oni Version: 0.3.6 Neovim Version (Linux only): 0.2.2 Operating System: Debian GNU/Linux Stretch amd64

Issue:

Keyboard shortcuts

Expected behavior:

Actual behavior: Nothing is happening

Best regards

oni-bot[bot] commented 5 years ago

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.

CrossR commented 5 years ago

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.

Philosophix commented 5 years ago

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.