mirror of
https://github.com/neovim/neovim.git
synced 2025-09-19 17:58:18 +00:00
insert-mode: interpret unmapped META as ESC
closes #2454 closes #8213 ref #7972
This commit is contained in:
@@ -443,7 +443,7 @@ enum key_extra {
|
||||
#define MOD_MASK_2CLICK 0x20 // use MOD_MASK_MULTI_CLICK
|
||||
#define MOD_MASK_3CLICK 0x40 // use MOD_MASK_MULTI_CLICK
|
||||
#define MOD_MASK_4CLICK 0x60 // use MOD_MASK_MULTI_CLICK
|
||||
#define MOD_MASK_CMD 0x80 // "super" key (OSX/Mac: command-key)
|
||||
#define MOD_MASK_CMD 0x80 // "super" key (macOS: command-key)
|
||||
|
||||
#define MOD_MASK_MULTI_CLICK (MOD_MASK_2CLICK|MOD_MASK_3CLICK| \
|
||||
MOD_MASK_4CLICK)
|
||||
|
Reference in New Issue
Block a user