aboutsummaryrefslogtreecommitdiff
path: root/src/background
Commit message (Expand)AuthorAgeFilesLines
...
* background command from reducerShin'ya Ueoka2017-09-102-37/+14
* completion as action/reducerShin'ya Ueoka2017-09-101-15/+5
* broadcast an actionShin'ya Ueoka2017-09-091-0/+2
* send message to content instead of responseShin'ya Ueoka2017-09-091-4/+1
* use action as objectShin'ya Ueoka2017-09-092-35/+35
* remove keysShin'ya Ueoka2017-09-091-28/+0
* fixShin'ya Ueoka2017-09-051-2/+0
* fix completionShin'ya Ueoka2017-09-051-1/+2
* do simple completionShin'ya Ueoka2017-09-052-3/+24
* select tab as rotationsShin'ya Ueoka2017-09-052-7/+9
* use promise and show errorsShin'ya Ueoka2017-09-033-51/+42
* response by typeShin'ya Ueoka2017-09-021-1/+4
* throw error on multiple buffer matchedShin'ya Ueoka2017-09-021-10/+8
* support :buffer swiching by keywordShin'ya Ueoka2017-09-022-7/+24
* buffer by b commandShin'ya Ueoka2017-09-021-0/+1
* simple buffer commandShin'ya Ueoka2017-09-023-6/+30
* support 0/$ commandsShin'ya Ueoka2017-08-271-0/+2
* fix keymapsShin'ya Ueoka2017-08-271-6/+6
* use keypressShin'ya Ueoka2017-08-271-7/+4
* use char-code in KeyQueueShin'ya Ueoka2017-08-271-41/+58
* scroll by pagesShin'ya Ueoka2017-08-271-0/+6
* scroll lines actionShin'ya Ueoka2017-08-271-2/+2
* support r/R commandsShin'ya Ueoka2017-08-263-1/+13
* support zz commandShin'ya Ueoka2017-08-233-3/+11
* support zi/zo commandsShin'ya Ueoka2017-08-233-0/+43
* support history navigationShin'ya Ueoka2017-08-231-0/+2
* add follow fot a tagsShin'ya Ueoka2017-08-201-0/+2
* implement d/u commandShin'ya Ueoka2017-08-163-1/+29
* implement o/O commandShin'ya Ueoka2017-08-152-1/+7
* implement simple open/tabopen commandShin'ya Ueoka2017-08-152-17/+39
* add command-line barShin'ya Ueoka2017-08-151-0/+1
* add test taskShin'ya Ueoka2017-08-151-1/+1
* add key-queue testShin'ya Ueoka2017-08-152-5/+9
* implement gg/G commandsShin'ya Ueoka2017-08-132-1/+3
* flush input queue when no key-maps matchedShin'ya Ueoka2017-08-132-9/+24
* use key-queue for inputShin'ya Ueoka2017-08-134-23/+90
* use key-codeShin'ya Ueoka2017-08-131-5/+5
* implement simple scrollingShin'ya Ueoka2017-08-121-2/+12
* implement simple tab switchShin'ya Ueoka2017-08-122-2/+39
* message passing between background and contentShin'ya Ueoka2017-08-121-0/+4