From eb77122823f35c2296cc332aec7f4380db6dafe7 Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Fri, 17 Jun 2022 07:28:16 +0800 Subject: fix(input): do no reinterpret mouse keys with ALT modifiers Remove check for MOD_MASK_META as it is for , , , , , , , , etc. Case-sensitive: and are two different keycodes. - ALT behaves like if not mapped. |i_ALT| |v_ALT| |c_ALT| + ALT may behave like if not mapped. |i_ALT| |v_ALT| |c_ALT| Normal commands: |gO| shows a filetype-defined "outline" of the current buffer. -- cgit