Commit graph

192 commits

Author SHA1 Message Date
Shin'ya Ueoka
879b5afe66 key input sequence as action/reducer 2017-09-10 22:14:55 +09:00
Shin'ya Ueoka
adc6a5175c content commands as action/reducer 2017-09-10 17:51:25 +09:00
Shin'ya Ueoka
2c40d239f0 background command from reducer 2017-09-10 17:30:09 +09:00
Shin'ya Ueoka
3c67cc0a00 completion as action/reducer 2017-09-10 11:13:05 +09:00
Shin'ya Ueoka
0eed357a5e broadcast an action 2017-09-09 20:16:51 +09:00
Shin'ya Ueoka
3d35db9fc1 send message to content instead of response 2017-09-09 20:03:06 +09:00
Shin'ya Ueoka
e15de17598 use action as object 2017-09-09 16:51:19 +09:00
Shin'ya Ueoka
eff7fe276b remove keys 2017-09-09 16:43:17 +09:00
Shin'ya Ueoka
d8c9651b77 fix 2017-09-05 18:15:24 +09:00
Shin'ya Ueoka
ee9359c138 fix completion 2017-09-05 18:15:24 +09:00
Shin'ya Ueoka
73a4fe0bb1 do simple completion 2017-09-05 18:15:24 +09:00
Shin'ya Ueoka
4341f5ab62 select tab as rotations 2017-09-05 18:15:24 +09:00
Shin'ya Ueoka
e0bff54a82 use promise and show errors 2017-09-03 16:13:02 +09:00
Shin'ya Ueoka
68753b3660 response by type 2017-09-02 21:48:26 +09:00
Shin'ya Ueoka
3e2820a6b4 throw error on multiple buffer matched 2017-09-02 10:14:30 +09:00
Shin'ya Ueoka
bd66a670aa support :buffer swiching by keyword 2017-09-02 10:14:30 +09:00
Shin'ya Ueoka
3bb157c84c buffer by b command 2017-09-02 10:14:30 +09:00
Shin'ya Ueoka
1c21e4fa28 simple buffer command 2017-09-02 10:14:30 +09:00
Shin'ya Ueoka
21404ad534 support 0/$ commands 2017-08-27 17:59:25 +09:00
Shin'ya Ueoka
b1908a2876 fix keymaps 2017-08-27 17:56:59 +09:00
Shin'ya Ueoka
9a02904697 use keypress 2017-08-27 17:55:26 +09:00
Shin'ya Ueoka
2c4e8c299c use char-code in KeyQueue 2017-08-27 17:55:17 +09:00
Shin'ya Ueoka
20e66ea2c7 scroll by pages 2017-08-27 10:21:07 +09:00
Shin'ya Ueoka
02c0cfd97d scroll lines action 2017-08-27 10:12:12 +09:00
Shin'ya Ueoka
cb36fc666c support r/R commands 2017-08-26 18:43:15 +09:00
Shin'ya Ueoka
a5f1e06efc support zz command 2017-08-23 22:01:29 +09:00
Shin'ya Ueoka
1f15d22643 support zi/zo commands 2017-08-23 21:58:58 +09:00
Shin'ya Ueoka
1afbde6e19 support history navigation 2017-08-23 21:53:02 +09:00
Shin'ya Ueoka
355da18d3d add follow fot a tags 2017-08-20 21:19:42 +09:00
Shin'ya Ueoka
dc860d32f5 implement d/u command 2017-08-16 20:26:02 +09:00
Shin'ya Ueoka
36680ed8fe implement o/O command 2017-08-15 22:00:05 +09:00
Shin'ya Ueoka
9a808f45ed implement simple open/tabopen command 2017-08-15 21:19:46 +09:00
Shin'ya Ueoka
5a082b4ea5 add command-line bar 2017-08-15 21:19:46 +09:00
Shin'ya Ueoka
7f64413cc9 add test task 2017-08-15 20:57:01 +09:00
Shin'ya Ueoka
b9fe3343fc add key-queue test 2017-08-15 20:47:52 +09:00
Shin'ya Ueoka
41069cf527 implement gg/G commands 2017-08-13 16:37:47 +09:00
Shin'ya Ueoka
3c1b33add3 flush input queue when no key-maps matched 2017-08-13 12:24:55 +09:00
Shin'ya Ueoka
082450928a use key-queue for input 2017-08-13 12:00:39 +09:00
Shin'ya Ueoka
e7342e9c23 use key-code 2017-08-13 10:58:30 +09:00
Shin'ya Ueoka
6bdacc7758 implement simple scrolling 2017-08-12 23:01:36 +09:00
Shin'ya Ueoka
8e5ceebf61 implement simple tab switch 2017-08-12 12:55:37 +09:00
Shin'ya Ueoka
e73d405c56 message passing between background and content 2017-08-12 11:22:09 +09:00