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
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:
Alt-Shift-Xis received as<M-x>in oni, but as<M-X>in neovim (gui). Notice the capitalX. This applies to anyAlt-Shiftcombination.init.vimkeybindings 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 ifshiftis pressed.This can be fixed in
onivimby adding the following to your configuration:Oni Version: 0.3.9
Neovim Version (Linux only): 0.3.8
Operating System: Arch Linux