Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make Search class | Shin'ya UEOKA | 2019-10-06 | 4 | -53/+93 |
| | |||||
* | Make Keymap class | Shin'ya UEOKA | 2019-10-06 | 3 | -37/+80 |
| | |||||
* | Fix type checkings | Shin'ya UEOKA | 2019-08-29 | 2 | -8/+7 |
| | |||||
* | Fix undefined checking on operation parameter | Shin'ya Ueoka | 2019-08-28 | 1 | -11/+15 |
| | |||||
* | tabs.close: rename selectLeft (boolean) -> select ("left" | "right") | chocolateboy | 2019-07-31 | 3 | -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$` | chocolateboy | 2019-07-31 | 2 | -2/+2 |
| | |||||
* | Add an option to close the current tab and select the tab to the left | chocolateboy | 2019-07-28 | 3 | -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 parsing | Shin'ya Ueoka | 2019-05-26 | 1 | -11/+17 |
| | |||||
* | Repeat open, tabopen and winopen command | Shin'ya Ueoka | 2019-05-25 | 1 | -1/+32 |
| | |||||
* | Add repeat.last operation to default settings | Shin'ya Ueoka | 2019-05-25 | 2 | -0/+2 |
| | |||||
* | Repeat last operation | Shin'ya Ueoka | 2019-05-25 | 1 | -1/+10 |
| | |||||
* | Move some navigation operations to background | Shin'ya Ueoka | 2019-05-23 | 1 | -1/+30 |
| | |||||
* | Use @typescript-eslint/semi rule | Shin'ya Ueoka | 2019-05-22 | 1 | -1/+0 |
| | |||||
* | Define Key and KeySequence | Shin'ya Ueoka | 2019-05-18 | 1 | -99/+0 |
| | |||||
* | Define client and presenter for follow | Shin'ya Ueoka | 2019-05-18 | 1 | -3/+5 |
| | |||||
* | Send properties on activate | Shin'ya Ueoka | 2019-05-17 | 1 | -2/+2 |
| | |||||
* | Clipbaord as a clean architecture | Shin'ya Ueoka | 2019-05-11 | 1 | -4/+6 |
| | |||||
* | Find as a controller | Shin'ya Ueoka | 2019-05-11 | 1 | -33/+33 |
| | |||||
* | Use search settings on paster | Shin'ya Ueoka | 2019-05-07 | 1 | -1/+1 |
| | |||||
* | Declare setting types | Shin'ya Ueoka | 2019-05-06 | 10 | -326/+715 |
| | |||||
* | Types src/content | Shin'ya Ueoka | 2019-05-05 | 4 | -154/+719 |
| | |||||
* | Types on src/share | Shin'ya Ueoka | 2019-05-02 | 11 | -54/+88 |
| | |||||
* | Rename .js/.jsx to .ts/.tsx | Shin'ya Ueoka | 2019-05-02 | 12 | -0/+0 |
| | |||||
* | Support blacklist with port | Shin'ya Ueoka | 2019-04-17 | 1 | -2/+2 |
| | |||||
* | Relaod settings on local storage changed instead of message | Shin'ya Ueoka | 2019-04-14 | 1 | -1/+0 |
| | |||||
* | Merge pull request #544 from ueokande/refactor-background | Shin'ya Ueoka | 2019-02-24 | 1 | -5/+1 |
|\ | | | | | Refactor background | ||||
| * | Clean classes and repository | Shin'ya Ueoka | 2019-02-24 | 1 | -5/+1 |
| | | |||||
* | | Enable to bind space key | Shin'ya Ueoka | 2019-02-11 | 1 | -0/+3 |
|/ | |||||
* | Remove repeat properties | Shin'ya Ueoka | 2019-02-11 | 1 | -1/+0 |
| | |||||
* | Add close tabs to the right command | Shin'ya Ueoka | 2018-12-27 | 2 | -0/+2 |
| | |||||
* | Add about: pages to open home page | Shin'ya Ueoka | 2018-12-09 | 1 | -1/+1 |
| | |||||
* | Add gh/gH to open home page | Shin'ya Ueoka | 2018-12-09 | 3 | -2/+21 |
| | |||||
* | Use webextension message to console | Shin'ya Ueoka | 2018-11-18 | 1 | -0/+3 |
| | |||||
* | Fix default property value | Shin'ya Ueoka | 2018-10-16 | 1 | -1/+1 |
| | |||||
* | Remove adjacenttab | Shin'ya Ueoka | 2018-10-13 | 2 | -4/+0 |
| | |||||
* | Scroll on global mark and handle gone tab | Shin'ya Ueoka | 2018-10-12 | 1 | -0/+2 |
| | |||||
* | Support global marks which select a tab | Shin'ya Ueoka | 2018-10-12 | 1 | -0/+3 |
| | |||||
* | Fix default key mappings | Shin'ya Ueoka | 2018-10-11 | 1 | -2/+2 |
| | |||||
* | lint | Shin'ya Ueoka | 2018-10-11 | 1 | -1/+1 |
| | |||||
* | Add mark keymaps | Shin'ya Ueoka | 2018-10-11 | 2 | -0/+6 |
| | |||||
* | Fix search keywords with colon | Shin'ya Ueoka | 2018-10-08 | 1 | -12/+18 |
| | |||||
* | Merge pull request #461 from ueokande/control-over-suggestions | Shin'ya Ueoka | 2018-10-08 | 2 | -1/+5 |
|\ | | | | | Add complete property | ||||
| * | Add complete property | Shin'ya Ueoka | 2018-09-17 | 2 | -1/+5 |
| | | |||||
* | | rename modifierdKeyName to modifiedKeyName | Stefan | 2018-08-30 | 1 | -3/+3 |
|/ | |||||
* | Fix default settings | Shin'ya Ueoka | 2018-08-02 | 1 | -2/+7 |
| | |||||
* | Fix property document | Shin'ya Ueoka | 2018-08-02 | 1 | -1/+1 |
| | |||||
* | Update eslint | Shin'ya Ueoka | 2018-08-01 | 1 | -1/+1 |
| | |||||
* | Search keywords on paste | Shin'ya Ueoka | 2018-07-28 | 1 | -0/+25 |
| | |||||
* | Move commands to background/shared | Shin'ya Ueoka | 2018-07-21 | 2 | -70/+0 |
| | |||||
* | Complete set commands | Shin'ya Ueoka | 2018-07-11 | 1 | -1/+7 |
| |