aboutsummaryrefslogtreecommitdiff
path: root/src/shared
Commit message (Collapse)AuthorAgeFilesLines
* Make Search classShin'ya UEOKA2019-10-064-53/+93
|
* Make Keymap classShin'ya UEOKA2019-10-063-37/+80
|
* Fix type checkingsShin'ya UEOKA2019-08-292-8/+7
|
* Fix undefined checking on operation parameterShin'ya Ueoka2019-08-281-11/+15
|
* tabs.close: rename selectLeft (boolean) -> select ("left" | "right")chocolateboy2019-07-313-5/+18
| | | | | | | | | | | | | | | | before: { "type": "tabs.close", "selectLeft": true | false // (default: false) } after: { "type": "tabs.close", "select": "left" | "right" // (default: "right") }
* tabs.close.right: rename `gd` -> `x$`chocolateboy2019-07-312-2/+2
|
* Add an option to close the current tab and select the tab to the leftchocolateboy2019-07-283-8/+16
| | | | | | | | | | | | | | 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
* Fix settings parsingShin'ya Ueoka2019-05-261-11/+17
|
* Repeat open, tabopen and winopen commandShin'ya Ueoka2019-05-251-1/+32
|
* Add repeat.last operation to default settingsShin'ya Ueoka2019-05-252-0/+2
|
* Repeat last operationShin'ya Ueoka2019-05-251-1/+10
|
* Move some navigation operations to backgroundShin'ya Ueoka2019-05-231-1/+30
|
* Use @typescript-eslint/semi ruleShin'ya Ueoka2019-05-221-1/+0
|
* Define Key and KeySequenceShin'ya Ueoka2019-05-181-99/+0
|
* Define client and presenter for followShin'ya Ueoka2019-05-181-3/+5
|
* Send properties on activateShin'ya Ueoka2019-05-171-2/+2
|
* Clipbaord as a clean architectureShin'ya Ueoka2019-05-111-4/+6
|
* Find as a controllerShin'ya Ueoka2019-05-111-33/+33
|
* Use search settings on pasterShin'ya Ueoka2019-05-071-1/+1
|
* Declare setting typesShin'ya Ueoka2019-05-0610-326/+715
|
* Types src/contentShin'ya Ueoka2019-05-054-154/+719
|
* Types on src/shareShin'ya Ueoka2019-05-0211-54/+88
|
* Rename .js/.jsx to .ts/.tsxShin'ya Ueoka2019-05-0212-0/+0
|
* Support blacklist with portShin'ya Ueoka2019-04-171-2/+2
|
* Relaod settings on local storage changed instead of messageShin'ya Ueoka2019-04-141-1/+0
|
* Merge pull request #544 from ueokande/refactor-backgroundShin'ya Ueoka2019-02-241-5/+1
|\ | | | | Refactor background
| * Clean classes and repositoryShin'ya Ueoka2019-02-241-5/+1
| |
* | Enable to bind space keyShin'ya Ueoka2019-02-111-0/+3
|/
* Remove repeat propertiesShin'ya Ueoka2019-02-111-1/+0
|
* Add close tabs to the right commandShin'ya Ueoka2018-12-272-0/+2
|
* Add about: pages to open home pageShin'ya Ueoka2018-12-091-1/+1
|
* Add gh/gH to open home pageShin'ya Ueoka2018-12-093-2/+21
|
* Use webextension message to consoleShin'ya Ueoka2018-11-181-0/+3
|
* Fix default property valueShin'ya Ueoka2018-10-161-1/+1
|
* Remove adjacenttabShin'ya Ueoka2018-10-132-4/+0
|
* Scroll on global mark and handle gone tabShin'ya Ueoka2018-10-121-0/+2
|
* Support global marks which select a tabShin'ya Ueoka2018-10-121-0/+3
|
* Fix default key mappingsShin'ya Ueoka2018-10-111-2/+2
|
* lintShin'ya Ueoka2018-10-111-1/+1
|
* Add mark keymapsShin'ya Ueoka2018-10-112-0/+6
|
* Fix search keywords with colonShin'ya Ueoka2018-10-081-12/+18
|
* Merge pull request #461 from ueokande/control-over-suggestionsShin'ya Ueoka2018-10-082-1/+5
|\ | | | | Add complete property
| * Add complete propertyShin'ya Ueoka2018-09-172-1/+5
| |
* | rename modifierdKeyName to modifiedKeyNameStefan2018-08-301-3/+3
|/
* Fix default settingsShin'ya Ueoka2018-08-021-2/+7
|
* Fix property documentShin'ya Ueoka2018-08-021-1/+1
|
* Update eslintShin'ya Ueoka2018-08-011-1/+1
|
* Search keywords on pasteShin'ya Ueoka2018-07-281-0/+25
|
* Move commands to background/sharedShin'ya Ueoka2018-07-212-70/+0
|
* Complete set commandsShin'ya Ueoka2018-07-111-1/+7
|