bugfix: don't clear selection on M-arrow

akkartik
Feb 4, 2024, 5:35 PM
JUU6KXPCSQWXTYDWIFJ3P7BUB7BT2RXHD7MV6AELRMD2EP3T4EFQC

Dependencies

  • [2] WK6UK5AJ enhance bugfix of commit a9aa3436f (Dec 2024)
  • [3] LNUHQOGH start passing in Editor_state explicitly
  • [4] Z3IQ6A4R bugfix
  • [5] BH7BT36L ctrl+a: select entire buffer
  • [6] Z3BQO2RK typo
  • [7] UHB4GARJ left/right margin -> left/right coordinates
  • [8] 2L5MEZV3 experiment: new edit namespace
  • [9] LF7BWEG4 group all editor globals

Change contents

  • replacement in edit.lua at line 397
    [3.10752][2.214:401]()
    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) then
    [3.10752]
    [3.22916]
    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(key) then