aboutsummaryrefslogtreecommitdiff
path: root/src/background/index.js
Commit message (Expand)AuthorAgeFilesLines
* background command from reducerShin'ya Ueoka2017-09-101-28/+4
* 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-091-6/+6
* fixShin'ya Ueoka2017-09-051-2/+0
* fix completionShin'ya Ueoka2017-09-051-1/+2
* do simple completionShin'ya Ueoka2017-09-051-2/+14
* select tab as rotationsShin'ya Ueoka2017-09-051-3/+3
* use promise and show errorsShin'ya Ueoka2017-09-031-34/+25
* response by typeShin'ya Ueoka2017-09-021-1/+4
* support :buffer swiching by keywordShin'ya Ueoka2017-09-021-5/+4
* simple buffer commandShin'ya Ueoka2017-09-021-3/+16
* use keypressShin'ya Ueoka2017-08-271-7/+4
* support r/R commandsShin'ya Ueoka2017-08-261-0/+3
* support zz commandShin'ya Ueoka2017-08-231-0/+3
* support zi/zo commandsShin'ya Ueoka2017-08-231-0/+7
* implement d/u commandShin'ya Ueoka2017-08-161-0/+6
* implement o/O commandShin'ya Ueoka2017-08-151-1/+5
* implement simple open/tabopen commandShin'ya Ueoka2017-08-151-17/+37
* use key-queue for inputShin'ya Ueoka2017-08-131-19/+37
* 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-121-2/+16
* message passing between background and contentShin'ya Ueoka2017-08-121-0/+4