onivim / oni

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

Custom Keybindings do not work for switching to sidebar #2663

Open tracyatrf opened 5 years ago

tracyatrf commented 5 years ago

Oni Version: 0.3.6

Neovim Version (Linux only): Operating System: macOS Sierra 10.12.6

Issue: I use pretty custom keybindings in neovim due to using the workman keyboard layout. I have pretty much remapped every key. My keys all work fine within a regular buffer, but my custom key mappings do not work when trying to navigate into the sidebar, or anywhere within.

Expected behavior: For example, to switch to the sidebar (switch split left), I should be able to use y, but this does not work. While inside the explorer/sidebar, n and e (my nvim mappings for j and k) should move my selection up and down.

Actual behavior: I have to use the default nvim keybindings when navigating the sidebar and explorer, I cannot use my custom bindings.

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.