Commit graph

104 commits

Author SHA1 Message Date
Shin'ya Ueoka
1b2a5462f3 set default properties 2018-01-23 21:03:33 +09:00
Shin'ya Ueoka
526009ba52 fix for slack scroll 2018-01-20 21:00:39 +09:00
Shin'ya Ueoka
1f57547c0a
Merge pull request #308 from ueokande/focus-input
Focus input
2018-01-18 10:41:08 +00:00
Shin'ya Ueoka
d1a81a877f focus on visible elements 2018-01-15 21:56:10 +09:00
Cornelius Matějka
478aa3cfab Changed default key binding for closing pined tabs ('DD' -> '!d')as requested in PR 2018-01-14 17:19:02 +01:00
Cornelius Matějka
e7dcd7f500 Pinned tabs are not closeable by 'd'
Added binding 'DD' to force tab close which also closes pinned tabs
2018-01-14 17:19:02 +01:00
Shin'ya Ueoka
423d17aeb6
Merge pull request #137 from alx741/tabs
Most recently used tab selector
2018-01-14 00:29:08 +00:00
Shin'ya Ueoka
930cd14ac1 fix default propertiest 2018-01-14 09:08:24 +09:00
Shin'ya Ueoka
1d85b397c9 fix default settings 2018-01-14 09:08:21 +09:00
Shin'ya Ueoka
9384fd07d5 implement focus input 2018-01-13 23:05:51 +09:00
Shin'ya Ueoka
e3fdf742e7 add focus input key map 2018-01-13 22:42:39 +09:00
Shin'ya Ueoka
be1f8e4d71
Merge pull request #300 from usk/feature/open-clipboard's-url
open clipboard's URL in current/new tab
2018-01-13 12:10:14 +00:00
Shin'ya Ueoka
335b9ca474 fix smooth scroll on key repeated 2018-01-13 19:51:22 +09:00
Shin'ya Ueoka
2ca1b54faa add smoothscroll property 2018-01-13 16:24:24 +09:00
Shin'ya Ueoka
03bb124cce support custom chars as hintchars 2018-01-11 22:02:38 +09:00
Shin'ya Ueoka
befcff973a fix property parser 2018-01-11 20:14:56 +09:00
Shin'ya Ueoka
dda4e7475c move commands to background action 2018-01-11 20:07:25 +09:00
Shin'ya Ueoka
6083e70ea0 separate setting actions and reducers 2018-01-08 22:04:33 +09:00
Shin'ya Ueoka
d23c190cad default properties 2018-01-08 21:40:12 +09:00
Shin'ya Ueoka
3dbdcdba07 property parser 2018-01-08 18:37:29 +09:00
Shin'ya Ueoka
5c449df9b6 separate command 2018-01-08 16:25:55 +09:00
Shin'ya Ueoka
fe48dce1c9 default property values 2018-01-08 16:25:55 +09:00
Shin'ya Ueoka
f4499b840c Set default properties 2018-01-08 13:54:18 +09:00
Shin'ya Ueoka
e19f89f162 add property to settings 2018-01-05 22:55:25 +09:00
Shin'ya Ueoka
fbdec04786 move settings validator 2018-01-05 22:55:25 +09:00
usk
54a7662cd1 open clipboard's URL in current/new tab 2018-01-03 07:34:41 +09:00
Shin'ya Ueoka
d5517345a8
Merge pull request #252 from ollef/patch-1
Use encodeURIComponent for search queries
2017-11-29 18:54:57 +09:00
Shin'ya Ueoka
e1060f9bb2 remove default form settings 2017-11-28 20:45:22 +09:00
Daniel Campoverde
bab0616f11 Default mapping for TAB_PREV_SEL operation 2017-11-26 12:39:08 -05:00
Daniel Campoverde
50cc126e08 Dummy selectPrevSelTab implementation 2017-11-26 12:39:08 -05:00
Shin'ya Ueoka
6821372fc7 fix form key bindings 2017-11-26 21:59:29 +09:00
Shin'ya Ueoka
6b7fad3e49 fix form key bindings 2017-11-26 21:54:27 +09:00
Shin'ya Ueoka
c934550a02 remove <C-Y>/<C-E> keymaps 2017-11-26 20:19:14 +09:00
Olle Fredriksson
86421b7586
Use encodeURIComponent for search queries
Should fix issue #244.
2017-11-26 12:02:08 +01:00
Shin'ya Ueoka
2c46e9d448 fix keymap form 2017-11-26 11:45:05 +09:00
Shin'ya Ueoka
d15de42a75 settings helpers 2017-11-26 11:45:05 +09:00
Shin'ya Ueoka
f27d21908a load settiongs from form 2017-11-26 11:45:05 +09:00
Shin'ya Ueoka
df10208ed5 blacklist form 2017-11-26 11:45:05 +09:00
Shin'ya Ueoka
7b44b65247 Add search form 2017-11-26 11:45:05 +09:00
Shin'ya Ueoka
4e5ddc1d57 Add keybindings form 2017-11-26 11:40:12 +09:00
Shin'ya Ueoka
44459e39c3 use preact 2017-11-26 11:40:12 +09:00
Shin'ya Ueoka
ccf3c7b421 fix for symbol keys 2017-11-12 18:21:28 +09:00
Shin'ya Ueoka
4e94695c75 add key utils 2017-11-11 20:24:41 +09:00
Shin'ya Ueoka
e021504356 first find implementation 2017-11-11 16:16:01 +09:00
Shin'ya Ueoka
be37c42d28 show find in console 2017-11-11 16:16:01 +09:00
usk
c4de9ec451 add support for duplicating current tab 2017-11-07 03:22:18 +09:00
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
2017-11-05 18:09:02 -05:00
Jiabo Hou
c2d2f895a5 added support for pinning/unpinning tabs
features:
 * pin tab
 * unpin tab
 * toggle pin/unpin tab
2017-11-05 17:28:26 -05:00
Shin'ya Ueoka
b3b017a123
Merge pull request #113 from alx741/tabs
Add Tabs first/last selectors
2017-11-05 13:17:40 +00:00
Shin'ya Ueoka
14241ca842 support following area tags 2017-10-31 21:37:53 +09:00