Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support reader-mode | Shin'ya UEOKA | 2021-05-09 | 1 | -0/+7 |
| | |||||
* | Use plugin:prettier/recommended | Shin'ya Ueoka | 2020-04-13 | 1 | -234/+246 |
| | |||||
* | npm run lint:fix | Shin'ya Ueoka | 2019-12-22 | 1 | -1/+1 |
| | |||||
* | Add numeric prefix to repeat a command | Shin'ya Ueoka | 2019-12-21 | 1 | -0/+26 |
| | |||||
* | 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 | 1 | -3/+16 |
| | | | | | | | | | | | | | | | | 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 left | chocolateboy | 2019-07-28 | 1 | -6/+12 |
| | | | | | | | | | | | | | | 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 command | Shin'ya Ueoka | 2019-05-25 | 1 | -1/+32 |
| | |||||
* | Repeat last operation | Shin'ya Ueoka | 2019-05-25 | 1 | -1/+10 |
| | |||||
* | Declare setting types | Shin'ya Ueoka | 2019-05-06 | 1 | -1/+1 |
| | |||||
* | Types src/content | Shin'ya Ueoka | 2019-05-05 | 1 | -78/+445 |
| | |||||
* | Types on src/share | Shin'ya Ueoka | 2019-05-02 | 1 | -1/+3 |
| | |||||
* | Rename .js/.jsx to .ts/.tsx | Shin'ya Ueoka | 2019-05-02 | 1 | -0/+78 |