Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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") } | ||||
* | tabs.close.right: rename `gd` -> `x$` | chocolateboy | 2019-07-31 | 1 | -1/+1 |
| | |||||
* | Add an option to close the current tab and select the tab to the left | chocolateboy | 2019-07-28 | 1 | -1/+2 |
| | | | | | | | | | | | | | | 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 | ||||
* | 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 | -0/+414 |