Commit graph

84 commits

Author SHA1 Message Date
Shin'ya Ueoka
ac93834ddc Add option form page 2019-08-20 21:49:58 +09:00
Shin'ya Ueoka
6f4812ee06 Add e2e test to verify hot-reload of the settings 2019-08-20 21:48:05 +09:00
Shin'ya Ueoka
1bc96ed111 My first e2e test for option page 2019-08-20 21:48:05 +09:00
Shin'ya Ueoka
7eca11e556 Make e2e tests more stabilized 2019-08-20 21:25:29 +09: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
3686bbbabf Fix test case 2019-05-27 19:46:37 +09:00
Shin'ya Ueoka
cf14262b3a Automate hintchars property test 2019-05-26 21:15:19 +09:00
Shin'ya Ueoka
34a96cdc9c Add repeat operation test 2019-05-26 15:44:13 +09:00
Shin'ya Ueoka
ced89134e3 Fix failed CircleCI 2019-05-19 19:42:36 +09:00
Shin'ya Ueoka
2562d3b9de Make stable e2e tests 2019-04-20 16:36:30 +09:00
Shin'ya Ueoka
7274d148c6 Add e2e tests for follow completes 2019-04-20 16:27:16 +09:00
Shin'ya Ueoka
3fdd1969b4 Add e2e tests for follow 2019-04-20 16:16:37 +09:00
Shin'ya Ueoka
7df99cf232 Add e2e tests for "complete" property 2019-04-18 21:54:56 +09:00
Shin'ya Ueoka
7ece01c534 Add e2e tests for blacklist 2019-04-17 21:17:04 +09:00
Shin'ya Ueoka
9f7150e96b Add e2e tests for completions 2019-04-16 21:58:10 +09:00
Shin'ya Ueoka
e4760a0416 Add e2e tests for completions 2019-04-16 21:28:42 +09:00
Shin'ya Ueoka
52b13f85ca Add e2e tests for yank/paste 2019-04-15 21:19:43 +09:00
Shin'ya Ueoka
c14822cf4f Add e2e tests for bdelete/bdeletes command 2019-04-14 20:43:16 +09:00
Shin'ya Ueoka
659edc0ef3 Add e2e tests for quit/quitall commands 2019-04-14 20:43:16 +09:00
Shin'ya Ueoka
cd34ed60b3 Add e2e tests for addbookmark command 2019-04-14 20:43:16 +09:00
Shin'ya Ueoka
b9605f045b Add e2e tests for buffer command 2019-04-14 20:43:16 +09:00
Shin'ya Ueoka
2df2a091ea open command 2019-04-14 20:43:16 +09:00
Shin'ya Ueoka
0b558cc523 Make navigate e2e test stable 2019-04-14 20:43:16 +09:00
Shin'ya Ueoka
ac1c383fd0 Add e2e tests for open/tabopen/winopen commands 2019-04-14 20:43:16 +09:00
Shin'ya Ueoka
9fe09eba97 Follow the master in lanthan 2019-04-13 09:38:59 +09:00
Shin'ya Ueoka
853034b43d Add console e2e test 2019-04-07 08:35:25 +09:00
Shin'ya Ueoka
4f63499aa9 Add r/R tests 2019-04-06 23:31:27 +09:00
Shin'ya Ueoka
bc26dbdd77 Add gh/gH tests 2019-04-06 23:13:13 +09:00
Shin'ya Ueoka
b604a942a8 Use native assert instead of power-assert 2019-04-06 22:39:40 +09:00
Shin'ya Ueoka
b04eecce7f Replace e2e with lanthan 2019-04-06 22:39:40 +09:00
Shin'ya Ueoka
d5e561e777 Add e2e test case for <S-D> 2019-02-04 15:48:03 +09:00
Shin'ya Ueoka
decab48de8 Wait on e2e 2018-10-16 14:33:54 +09:00
Shin'ya Ueoka
8d3b80af53 Add test cases for mark 2018-10-15 23:46:45 +09:00
Shin'ya Ueoka
8c52d89e00 Stable e2e test 2018-07-28 17:36:37 +09:00
Shin'ya Ueoka
d0c23587f8
Merge pull request #423 from ueokande/greenkeeper/eslint-5.0.1
Update eslint
2018-06-28 21:41:34 +09:00
Shin'ya Ueoka
05faaced13 fix for lint 2018-06-28 21:26:48 +09:00
Shin'ya Ueoka
32fb827f02 fix 2018-06-18 21:07:23 +09:00
Shin'ya Ueoka
413ad780a0 fix 2018-06-18 20:57:17 +09:00
Shin'ya Ueoka
2e9574fbea Implement e2e test of view-source 2018-06-18 20:55:42 +09:00
Shin'ya Ueoka
70ed31f35e Rewrite e2e tests with async/await 2018-06-17 15:43:53 +09:00
Shin'ya Ueoka
d6dc869d1f Rewrite e2e tests with await/async 2018-06-17 15:37:13 +09:00
Shin'ya Ueoka
f1be4fa0a8 Rewrite e2e tests with await/async 2018-06-17 15:30:36 +09:00
Shin'ya Ueoka
c91f8e4dcc Rewrite e2e tests with await/async 2018-06-17 15:30:29 +09:00
Shin'ya Ueoka
c884c2b0a7 Rewrite e2e tests with await/async 2018-06-17 15:30:07 +09:00
Shin'ya Ueoka
8a02b5747c Sleep on reopen test 2018-06-16 22:15:08 +09:00
Shin'ya Ueoka
a8d3de4243 Insert sleep 2018-05-13 22:24:19 +09:00
Shin'ya Ueoka
2801b953de Add e2e test cases for following 2018-05-13 21:16:26 +09:00
Shin'ya Ueoka
a6c0eb06e9 Add e2e test cases for u 2018-05-13 15:38:26 +09:00