bugfix: don't clear selection on M-arrow
Dependencies
- [2]
WK6UK5AJenhance bugfix of commit a9aa3436f (Dec 2024) - [3]
LNUHQOGHstart passing in Editor_state explicitly - [4]
Z3IQ6A4Rbugfix - [5]
BH7BT36Lctrl+a: select entire buffer - [6]
Z3BQO2RKtypo - [7]
UHB4GARJleft/right margin -> left/right coordinates - [8]
2L5MEZV3experiment: new edit namespace - [9]
LF7BWEG4group all editor globals
Change contents
- replacement in edit.lua at line 397
chord ~= 'C-a' and chord ~= 'C-c' and chord ~= 'C-x' and chord ~= 'backspace' and chord ~= 'delete' and chord ~= 'C-z' and chord ~= 'C-y' and not App.is_cursor_movement(chord) thenchord ~= 'C-a' and chord ~= 'C-c' and chord ~= 'C-x' and chord ~= 'backspace' and chord ~= 'delete' and chord ~= 'C-z' and chord ~= 'C-y' and not App.is_cursor_movement(key) then