Shin'ya UEOKA
fa6dfb0395
Add partial blacklist form
5 years ago
Shin'ya UEOKA
9ff80fcac3
Add partial blacklist item
5 years ago
Shin'ya UEOKA
532eeb5a1d
Rename valueOf to fromJSON
5 years ago
Shin'ya UEOKA
16352502cf
Use string settings on default settings
5 years ago
Shin'ya UEOKA
da3ce77aa0
Move Key to settings
5 years ago
Shin'ya UEOKA
8428671a0a
Fix form options
5 years ago
Shin'ya UEOKA
0dec6c641f
Make Settings class
5 years ago
Shin'ya UEOKA
b86b4680b6
Make Blacklist class
5 years ago
Shin'ya UEOKA
574692551a
Make Properties class
5 years ago
Shin'ya UEOKA
2116ac90a6
Make Search class
5 years ago
Shin'ya UEOKA
410ffbb037
Make Keymap class
5 years ago
Shin'ya UEOKA
5197f22f9b
Fix type checkings
5 years ago
Shin'ya Ueoka
04c077d614
Fix undefined checking on operation parameter
5 years ago
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")
}
5 years ago
chocolateboy
9a3e8f3237
tabs.close.right: rename `gd` -> `x$`
5 years ago
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
5 years ago
Shin'ya Ueoka
ff85797ffc
Fix settings parsing
6 years ago
Shin'ya Ueoka
48e005dc82
Repeat open, tabopen and winopen command
6 years ago
Shin'ya Ueoka
a2ee6897bf
Add repeat.last operation to default settings
6 years ago
Shin'ya Ueoka
ccbe08cf66
Repeat last operation
6 years ago
Shin'ya Ueoka
5a7db96feb
Move some navigation operations to background
6 years ago
Shin'ya Ueoka
fc1cd234d5
Use @typescript-eslint/semi rule
6 years ago
Shin'ya Ueoka
a5518dce3d
Define Key and KeySequence
6 years ago
Shin'ya Ueoka
a88324acd9
Define client and presenter for follow
6 years ago
Shin'ya Ueoka
17dc2bb5ec
Send properties on activate
6 years ago
Shin'ya Ueoka
8cef5981b8
Clipbaord as a clean architecture
6 years ago
Shin'ya Ueoka
fcd15f4f09
Find as a controller
6 years ago
Shin'ya Ueoka
27d0a7f37d
Use search settings on paster
6 years ago
Shin'ya Ueoka
a0882bbceb
Declare setting types
6 years ago
Shin'ya Ueoka
d01db82c0d
Types src/content
6 years ago
Shin'ya Ueoka
0cffb09e24
Types on src/share
6 years ago
Shin'ya Ueoka
c60d0e7392
Rename .js/.jsx to .ts/.tsx
6 years ago
Shin'ya Ueoka
1bd2bf1ae3
Support blacklist with port
6 years ago
Shin'ya Ueoka
70ab186541
Relaod settings on local storage changed instead of message
6 years ago
Shin'ya Ueoka
f707f4da75
Clean classes and repository
6 years ago
Shin'ya Ueoka
fd125422e0
Enable to bind space key
6 years ago
Shin'ya Ueoka
4f342102c0
Remove repeat properties
6 years ago
Shin'ya Ueoka
c03ab2862b
Add close tabs to the right command
6 years ago
Shin'ya Ueoka
2d99515fd2
Add about: pages to open home page
6 years ago
Shin'ya Ueoka
1f89464e42
Add gh/gH to open home page
6 years ago
Shin'ya Ueoka
63b93ce1ca
Use webextension message to console
6 years ago
Shin'ya Ueoka
4310adfdc5
Fix default property value
6 years ago
Shin'ya Ueoka
6c6dc23f97
Remove adjacenttab
6 years ago
Shin'ya Ueoka
e248477ecb
Scroll on global mark and handle gone tab
6 years ago
Shin'ya Ueoka
003742ec51
Support global marks which select a tab
6 years ago
Shin'ya Ueoka
e6d990966a
Fix default key mappings
6 years ago
Shin'ya Ueoka
76a2250291
lint
6 years ago
Shin'ya Ueoka
bf8cfbcb35
Add mark keymaps
6 years ago
Shin'ya Ueoka
f4d7ca2d70
Fix search keywords with colon
6 years ago
Shin'ya Ueoka
bab8066af8
Add complete property
6 years ago