aboutsummaryrefslogtreecommitdiff
path: root/src/settings/keymaps.ts
Commit message (Collapse)AuthorAgeFilesLines
* Use plugin:prettier/recommendedShin'ya Ueoka2020-04-131-64/+73
|
* tabs.close: rename selectLeft (boolean) -> select ("left" | "right")chocolateboy2019-07-311-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 leftchocolateboy2019-07-281-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.23Shin'ya Ueoka2019-05-291-5/+7
|\ | | | | QA 0.23
| * Fix form keysShin'ya Ueoka2019-05-271-5/+7
| |
* | Fix duplicated formShin'ya Ueoka2019-05-261-1/+0
|/
* Add repeat.last operation to default settingsShin'ya Ueoka2019-05-251-0/+1
|
* Declare setting typesShin'ya Ueoka2019-05-061-3/+0
|
* Rename .js/.jsx to .ts/.tsxShin'ya Ueoka2019-05-021-0/+74