Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | key input sequence as action/reducer | Shin'ya Ueoka | 2017-09-10 | 3 | -68/+59 |
| | |||||
* | content commands as action/reducer | Shin'ya Ueoka | 2017-09-10 | 2 | -16/+12 |
| | |||||
* | background command from reducer | Shin'ya Ueoka | 2017-09-10 | 2 | -37/+14 |
| | |||||
* | completion as action/reducer | Shin'ya Ueoka | 2017-09-10 | 1 | -15/+5 |
| | |||||
* | broadcast an action | Shin'ya Ueoka | 2017-09-09 | 1 | -0/+2 |
| | |||||
* | send message to content instead of response | Shin'ya Ueoka | 2017-09-09 | 1 | -4/+1 |
| | |||||
* | use action as object | Shin'ya Ueoka | 2017-09-09 | 2 | -35/+35 |
| | |||||
* | remove keys | Shin'ya Ueoka | 2017-09-09 | 1 | -28/+0 |
| | |||||
* | fix | Shin'ya Ueoka | 2017-09-05 | 1 | -2/+0 |
| | |||||
* | fix completion | Shin'ya Ueoka | 2017-09-05 | 1 | -1/+2 |
| | |||||
* | do simple completion | Shin'ya Ueoka | 2017-09-05 | 2 | -3/+24 |
| | |||||
* | select tab as rotations | Shin'ya Ueoka | 2017-09-05 | 2 | -7/+9 |
| | |||||
* | use promise and show errors | Shin'ya Ueoka | 2017-09-03 | 3 | -51/+42 |
| | |||||
* | response by type | Shin'ya Ueoka | 2017-09-02 | 1 | -1/+4 |
| | |||||
* | throw error on multiple buffer matched | Shin'ya Ueoka | 2017-09-02 | 1 | -10/+8 |
| | |||||
* | support :buffer swiching by keyword | Shin'ya Ueoka | 2017-09-02 | 2 | -7/+24 |
| | |||||
* | buffer by b command | Shin'ya Ueoka | 2017-09-02 | 1 | -0/+1 |
| | |||||
* | simple buffer command | Shin'ya Ueoka | 2017-09-02 | 3 | -6/+30 |
| | |||||
* | support 0/$ commands | Shin'ya Ueoka | 2017-08-27 | 1 | -0/+2 |
| | |||||
* | fix keymaps | Shin'ya Ueoka | 2017-08-27 | 1 | -6/+6 |
| | |||||
* | use keypress | Shin'ya Ueoka | 2017-08-27 | 1 | -7/+4 |
| | |||||
* | use char-code in KeyQueue | Shin'ya Ueoka | 2017-08-27 | 1 | -41/+58 |
| | |||||
* | scroll by pages | Shin'ya Ueoka | 2017-08-27 | 1 | -0/+6 |
| | |||||
* | scroll lines action | Shin'ya Ueoka | 2017-08-27 | 1 | -2/+2 |
| | |||||
* | support r/R commands | Shin'ya Ueoka | 2017-08-26 | 3 | -1/+13 |
| | |||||
* | support zz command | Shin'ya Ueoka | 2017-08-23 | 3 | -3/+11 |
| | |||||
* | support zi/zo commands | Shin'ya Ueoka | 2017-08-23 | 3 | -0/+43 |
| | |||||
* | support history navigation | Shin'ya Ueoka | 2017-08-23 | 1 | -0/+2 |
| | |||||
* | add follow fot a tags | Shin'ya Ueoka | 2017-08-20 | 1 | -0/+2 |
| | |||||
* | implement d/u command | Shin'ya Ueoka | 2017-08-16 | 3 | -1/+29 |
| | |||||
* | implement o/O command | Shin'ya Ueoka | 2017-08-15 | 2 | -1/+7 |
| | |||||
* | implement simple open/tabopen command | Shin'ya Ueoka | 2017-08-15 | 2 | -17/+39 |
| | |||||
* | add command-line bar | Shin'ya Ueoka | 2017-08-15 | 1 | -0/+1 |
| | |||||
* | add test task | Shin'ya Ueoka | 2017-08-15 | 1 | -1/+1 |
| | |||||
* | add key-queue test | Shin'ya Ueoka | 2017-08-15 | 2 | -5/+9 |
| | |||||
* | implement gg/G commands | Shin'ya Ueoka | 2017-08-13 | 2 | -1/+3 |
| | |||||
* | flush input queue when no key-maps matched | Shin'ya Ueoka | 2017-08-13 | 2 | -9/+24 |
| | |||||
* | use key-queue for input | Shin'ya Ueoka | 2017-08-13 | 4 | -23/+90 |
| | |||||
* | use key-code | Shin'ya Ueoka | 2017-08-13 | 1 | -5/+5 |
| | |||||
* | implement simple scrolling | Shin'ya Ueoka | 2017-08-12 | 1 | -2/+12 |
| | |||||
* | implement simple tab switch | Shin'ya Ueoka | 2017-08-12 | 2 | -2/+39 |
| | |||||
* | message passing between background and content | Shin'ya Ueoka | 2017-08-12 | 1 | -0/+4 |