Commit graph

174 commits

Author SHA1 Message Date
Shin'ya UEOKA
5197f22f9b Fix type checkings 2019-08-29 03:37:58 +00:00
Shin'ya Ueoka
04c077d614 Fix undefined checking on operation parameter 2019-08-28 22:18:23 +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
ff85797ffc Fix settings parsing 2019-05-26 21:39:38 +09:00
Shin'ya Ueoka
48e005dc82 Repeat open, tabopen and winopen command 2019-05-25 22:16:49 +09:00
Shin'ya Ueoka
a2ee6897bf Add repeat.last operation to default settings 2019-05-25 22:16:49 +09:00
Shin'ya Ueoka
ccbe08cf66 Repeat last operation 2019-05-25 21:33:33 +09:00
Shin'ya Ueoka
5a7db96feb Move some navigation operations to background 2019-05-23 21:40:05 +09:00
Shin'ya Ueoka
fc1cd234d5 Use @typescript-eslint/semi rule 2019-05-22 20:30:20 +09:00
Shin'ya Ueoka
a5518dce3d Define Key and KeySequence 2019-05-18 21:43:56 +09:00
Shin'ya Ueoka
a88324acd9 Define client and presenter for follow 2019-05-18 16:23:00 +09:00
Shin'ya Ueoka
17dc2bb5ec Send properties on activate 2019-05-17 23:12:34 +09:00
Shin'ya Ueoka
8cef5981b8 Clipbaord as a clean architecture 2019-05-11 17:45:58 +09:00
Shin'ya Ueoka
fcd15f4f09 Find as a controller 2019-05-11 15:41:07 +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
Shin'ya Ueoka
d01db82c0d Types src/content 2019-05-05 23:59:59 +09:00
Shin'ya Ueoka
0cffb09e24 Types on src/share 2019-05-02 11:14:19 +09:00
Shin'ya Ueoka
c60d0e7392 Rename .js/.jsx to .ts/.tsx 2019-05-02 11:14:19 +09:00
Shin'ya Ueoka
1bd2bf1ae3 Support blacklist with port 2019-04-17 20:49:47 +09:00
Shin'ya Ueoka
70ab186541 Relaod settings on local storage changed instead of message 2019-04-14 20:42:59 +09:00
Shin'ya Ueoka
dfeb7e7549
Merge pull request #544 from ueokande/refactor-background
Refactor background
2019-02-24 22:45:47 +09:00
Shin'ya Ueoka
f707f4da75 Clean classes and repository 2019-02-24 22:39:46 +09:00
Shin'ya Ueoka
fd125422e0 Enable to bind space key 2019-02-11 20:19:34 +09:00
Shin'ya Ueoka
4f342102c0 Remove repeat properties 2019-02-11 20:06:31 +09:00
Shin'ya Ueoka
c03ab2862b Add close tabs to the right command 2018-12-27 19:49:48 +09:00
Shin'ya Ueoka
2d99515fd2 Add about: pages to open home page 2018-12-09 10:29:53 +09:00
Shin'ya Ueoka
1f89464e42 Add gh/gH to open home page 2018-12-09 10:19:08 +09:00
Shin'ya Ueoka
63b93ce1ca Use webextension message to console 2018-11-18 18:47:35 +09:00
Shin'ya Ueoka
4310adfdc5 Fix default property value 2018-10-16 11:37:43 +09:00
Shin'ya Ueoka
6c6dc23f97 Remove adjacenttab 2018-10-13 22:40:08 +09:00
Shin'ya Ueoka
e248477ecb Scroll on global mark and handle gone tab 2018-10-12 14:59:45 +09:00
Shin'ya Ueoka
003742ec51 Support global marks which select a tab 2018-10-12 10:14:33 +09:00
Shin'ya Ueoka
e6d990966a Fix default key mappings 2018-10-11 17:33:27 +09:00
Shin'ya Ueoka
76a2250291 lint 2018-10-11 17:33:26 +09:00
Shin'ya Ueoka
bf8cfbcb35 Add mark keymaps 2018-10-11 15:00:07 +09:00
Shin'ya Ueoka
f4d7ca2d70 Fix search keywords with colon 2018-10-08 11:08:44 +09:00
Shin'ya Ueoka
cb3637ec74
Merge pull request #461 from ueokande/control-over-suggestions
Add complete property
2018-10-08 10:46:07 +09:00
Shin'ya Ueoka
bab8066af8 Add complete property 2018-09-17 12:14:52 +09:00
Stefan
6d45d72766 rename modifierdKeyName to modifiedKeyName 2018-08-30 19:14:11 -07:00
Shin'ya Ueoka
aa777dd6a2 Fix default settings 2018-08-02 22:09:49 +09:00
Shin'ya Ueoka
ab9183f575 Fix property document 2018-08-02 22:09:49 +09:00
Shin'ya Ueoka
7d66b42bb0 Update eslint 2018-08-01 21:12:30 +09:00
Shin'ya Ueoka
09c5247dba Search keywords on paste 2018-07-28 23:47:26 +09:00
Shin'ya Ueoka
4d4aaa2c4b Move commands to background/shared 2018-07-21 16:15:07 +09:00
Shin'ya Ueoka
1e39fed618 Complete set commands 2018-07-11 21:58:41 +09:00
Shin'ya Ueoka
a28f6f916d Complete console commands 2018-07-11 21:43:23 +09:00
Shin'ya Ueoka
067da88d06 Move versions to background 2018-07-11 21:01:48 +09:00