aboutsummaryrefslogtreecommitdiffstats
path: root/src/multi_key_command.ts
AgeCommit message (Collapse)Author
2019-06-10Add license (GNU GPLv3+)Teddy Wing
2019-05-01sidebar.ts: Extract multi-key shortcut command codeTeddy Wing
Make the multi-key command generic so that it works with other commands, not just `\m`. Use the array equality method from Abhi (https://stackoverflow.com/users/2968762/abhi) on Stack Overflow: https://stackoverflow.com/questions/7837456/how-to-compare-arrays-in-javascript/19746771#19746771