Commit graph

13 commits

Author SHA1 Message Date
Shin'ya UEOKA
b86b4680b6 Make Blacklist class 2019-10-06 12:58:59 +00:00
Shin'ya UEOKA
574692551a Make Properties class 2019-10-06 12:58:59 +00:00
Shin'ya UEOKA
2116ac90a6 Make Search class 2019-10-06 12:58:59 +00:00
Shin'ya UEOKA
410ffbb037 Make Keymap class 2019-10-06 12:58:59 +00:00
Shin'ya UEOKA
5197f22f9b Fix type checkings 2019-08-29 03:37:58 +00:00
chocolateboy
f65c068c67 tabs.close: rename selectLeft (boolean) -> select ("left" | "right")
before:

    {
        "type": "tabs.close",
        "selectLeft": true | false // (default: false)
    }

after:

    {
        "type": "tabs.close",
        "select": "left" | "right" // (default: "right")
    }
2019-07-31 17:06:48 +01:00
chocolateboy
9a3e8f3237 tabs.close.right: rename gd -> x$ 2019-07-31 15:02:21 +01:00
chocolateboy
6605d3ea99 Add an option to close the current tab and select the tab to the left
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
2019-07-28 20:34:53 +01:00
Shin'ya Ueoka
ff85797ffc Fix settings parsing 2019-05-26 21:39:38 +09:00
Shin'ya Ueoka
a2ee6897bf Add repeat.last operation to default settings 2019-05-25 22:16:49 +09:00
Shin'ya Ueoka
fc1cd234d5 Use @typescript-eslint/semi rule 2019-05-22 20:30:20 +09:00
Shin'ya Ueoka
27d0a7f37d Use search settings on paster 2019-05-07 21:08:21 +09:00
Shin'ya Ueoka
a0882bbceb Declare setting types 2019-05-06 22:17:18 +09:00