aboutsummaryrefslogtreecommitdiff
path: root/src/background/controllers/OperationController.ts
Commit message (Collapse)AuthorAgeFilesLines
* Make background operations as a operatorShin'ya Ueoka2020-12-091-108/+8
|
* Use plugin:prettier/recommendedShin'ya Ueoka2020-04-131-94/+97
|
* npm run lint:fixShin'ya Ueoka2019-12-221-1/+1
|
* Rename count to repeatShin'ya Ueoka2019-12-211-4/+4
|
* Add numeric prefix to repeat a commandShin'ya Ueoka2019-12-211-81/+94
|
* tabs.close: rename selectLeft (boolean) -> select ("left" | "right")chocolateboy2019-07-311-1/+1
| | | | | | | | | | | | | | | | before: { "type": "tabs.close", "selectLeft": true | false // (default: false) } after: { "type": "tabs.close", "select": "left" | "right" // (default: "right") }
* Add an option to close the current tab and select the tab to the leftchocolateboy2019-07-281-1/+1
| | | | | | | | | | | | | | Add an option to tabs.close to close the current tab and select the tab to the left. Bound to `D` by default, which replaces the tabs.close.right command, which is rarely-used. [1] The old `D` behavior has been moved to `gd`. + update the README and fix some lint errors [1] https://tinyurl.com/y4mj7hjy
* Repeat open, tabopen and winopen commandShin'ya Ueoka2019-05-251-0/+3
|
* Repeat last operationShin'ya Ueoka2019-05-251-1/+18
|
* Move open parent and open root to backgroundShin'ya Ueoka2019-05-241-0/+4
|
* Move some navigation operations to backgroundShin'ya Ueoka2019-05-231-0/+10
|
* Use TSyringe on background scriptShin'ya Ueoka2019-05-191-16/+9
|
* Types src/contentShin'ya Ueoka2019-05-051-2/+2
|
* Types on src/backgroundShin'ya Ueoka2019-05-021-1/+12
|
* Rename .js/.jsx to .ts/.tsxShin'ya Ueoka2019-05-021-0/+77