Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use plugin:prettier/recommended | Shin'ya Ueoka | 2020-04-13 | 1 | -64/+73 |
| | |||||
* | tabs.close: rename selectLeft (boolean) -> select ("left" | "right") | chocolateboy | 2019-07-31 | 1 | -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 left | chocolateboy | 2019-07-28 | 1 | -6/+6 |
| | | | | | | | | | | | | | | 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 | ||||
* | Merge pull request #596 from ueokande/qa-0.23 | Shin'ya Ueoka | 2019-05-29 | 1 | -5/+7 |
|\ | | | | | QA 0.23 | ||||
| * | Fix form keys | Shin'ya Ueoka | 2019-05-27 | 1 | -5/+7 |
| | | |||||
* | | Fix duplicated form | Shin'ya Ueoka | 2019-05-26 | 1 | -1/+0 |
|/ | |||||
* | Add repeat.last operation to default settings | Shin'ya Ueoka | 2019-05-25 | 1 | -0/+1 |
| | |||||
* | Declare setting types | Shin'ya Ueoka | 2019-05-06 | 1 | -3/+0 |
| | |||||
* | Rename .js/.jsx to .ts/.tsx | Shin'ya Ueoka | 2019-05-02 | 1 | -0/+74 |