Shin'ya Ueoka
705c47bc63
add KeymapsForm test
7 years ago
Shin'ya Ueoka
0967304ebe
add SearchForm test
7 years ago
Shin'ya Ueoka
d195890eb9
rename serach engine
7 years ago
Shin'ya Ueoka
e90cf895ad
add input test
7 years ago
Shin'ya Ueoka
256e7372d4
settings migration between json and form
7 years ago
Shin'ya Ueoka
2c46e9d448
fix keymap form
7 years ago
Shin'ya Ueoka
d15de42a75
settings helpers
7 years ago
Shin'ya Ueoka
f27d21908a
load settiongs from form
7 years ago
Shin'ya Ueoka
5070006193
add button
7 years ago
Shin'ya Ueoka
df10208ed5
blacklist form
7 years ago
Shin'ya Ueoka
bbad1c6c6a
delete button
7 years ago
Shin'ya Ueoka
2641183a5b
keymaps form
7 years ago
Shin'ya Ueoka
7b44b65247
Add search form
7 years ago
Shin'ya Ueoka
4e5ddc1d57
Add keybindings form
7 years ago
Shin'ya Ueoka
d33b37cdb9
Use Preact for settings and show validation
7 years ago
Shin'ya Ueoka
44459e39c3
use preact
7 years ago
chocolateboy
ee3cd3faab
pagination tweaks and fixes:
...
- fallback links:
- select the last matching link rather than the first
- use `innerText` rather than `textContent`
- use a single regex for each pattern rather than an array
- fix markup typo in test
7 years ago
Kostyantyn Leschenko
cc539d96bc
Fix buffers completion when there are some tabs with undefined title.
7 years ago
Kostyantyn Leschenko
05c7a64b6d
Fix history completion to show most frequent results first.
7 years ago
Shin'ya Ueoka
27263e906d
Fix message CSS
7 years ago
Shinya Ohyanagi
5d0554c7e8
Fix drop arrow keys from console
7 years ago
Shinya Ohyanagi
b70a671d7e
Fix drop <C-j>, <C-k> from cursor selector
...
Because these are not Vim's default behavior.
7 years ago
chocolateboy
4a44679321
improve #linkPrev and #linkNext:
...
- add support for <link> elements
- match if there's more than one rel e.g. <a rel="nofollow next">...</a>
- more tests
7 years ago
Kostyantyn Leschenko
f9889b7f2b
Add vimperator-like keybindings for next and previous tabs
7 years ago
Shinya Ohyanagi
9ce5458331
Fix add return statement
7 years ago
Erwan Ameil
177940981e
Open adjacent tabs and background tabs
7 years ago
Shinya Ohyanagi
f32dce829c
Add allow up and down to move cursor
...
Also refactor methods.
7 years ago
Shinya Ohyanagi
b1d186b662
Add c-n, c-p, c-m to console
...
Add `c-n`, `c-j` for select next item.
Add `c-p`, `c-k` for select previous item.
Add `c-m` for select item.
Above console keybinds are same as Vim(Vimperator)'s completion
selector.
7 years ago
Shin'ya Ueoka
cc0fbdd496
border on console
7 years ago
Shin'ya Ueoka
1a6d13840e
maximize z-index of hints
7 years ago
Shin'ya Ueoka
44aa90184f
Fix console iframe styles
7 years ago
Shin'ya Ueoka
c202ab0529
fix hot-reload settings
7 years ago
Shin'ya Ueoka
91ea58008c
fix 0/$
7 years ago
Shin'ya Ueoka
ccf3c7b421
fix for symbol keys
7 years ago
Shin'ya Ueoka
036ede3379
support mutliple modifiers for key bindings
7 years ago
Shin'ya Ueoka
4e94695c75
add key utils
7 years ago
Shin'ya Ueoka
fe8a928317
remove unused actions and fix test
7 years ago
Shin'ya Ueoka
e3409b3aae
fix on unfocus
7 years ago
Shin'ya Ueoka
12db4943ee
show error on find and wrap search
7 years ago
Shin'ya Ueoka
6db2458929
prevent
7 years ago
Shin'ya Ueoka
e021504356
first find implementation
7 years ago
Shin'ya Ueoka
956dd937d3
console as redux architecture
7 years ago
Shin'ya Ueoka
e1c70769ea
add find action and reducer
7 years ago
Shin'ya Ueoka
be37c42d28
show find in console
7 years ago
Shin'ya Ueoka
cb4b26e03f
flexible prompt
7 years ago
usk
c4de9ec451
add support for duplicating current tab
7 years ago
Jiabo Hou
87b8280d4b
code review
...
* change default keybinding for pin/unpin tab from 'p' to 'zp'
* use toggleTabPinned to toggle the tab pinned state, instead of updateTabPinned
7 years ago
Jiabo Hou
c2d2f895a5
added support for pinning/unpinning tabs
...
features:
* pin tab
* unpin tab
* toggle pin/unpin tab
7 years ago
Shin'ya Ueoka
7e6b8262b5
fix settings reload on content
7 years ago
usk
764d7a34bd
add support for following some buttons on mobile.twitter.com
...
The buttons are:
* reply
* retweet
* favorite
* direct message
* drop down menu
7 years ago