You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.
Alt-Shift-Xis received as <M-x> in oni, but as <M-X> in neovim (gui). Notice the capital X. This applies to any Alt-Shift combination. init.vim keybindings differentiate between <M-X> (uppercase) keybindings and <M-x> (lowercase) keybindings, i.e. shift pressed / not pressed. nmap <M-X> :something<CR> will only be triggered if shift is pressed.
This can be fixed in onivim by adding the following to your configuration:
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.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Alt-Shift-X
is received as<M-x>
in oni, but as<M-X>
in neovim (gui). Notice the capitalX
. This applies to anyAlt-Shift
combination.init.vim
keybindings differentiate between<M-X>
(uppercase) keybindings and<M-x>
(lowercase) keybindings, i.e. shift pressed / not pressed.nmap <M-X> :something<CR>
will only be triggered ifshift
is pressed.This can be fixed in
onivim
by adding the following to your configuration:Oni Version: 0.3.9
Neovim Version (Linux only): 0.3.8
Operating System: Arch Linux
The text was updated successfully, but these errors were encountered: