Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use pure redux on console | Shin'ya Ueoka | 2018-07-08 | 1 | -41/+20 |
| | |||||
* | Use async/await on content script | Shin'ya Ueoka | 2018-06-17 | 1 | -4/+3 |
| | |||||
* | hide console by <C-[> | Shin'ya Ueoka | 2018-02-26 | 1 | -0/+3 |
| | |||||
* | Fix drop arrow keys from console | Shinya Ohyanagi | 2017-11-18 | 1 | -6/+0 |
| | |||||
* | Fix drop <C-j>, <C-k> from cursor selector | Shinya Ohyanagi | 2017-11-18 | 1 | -2/+0 |
| | | | | Because these are not Vim's default behavior. | ||||
* | Fix add return statement | Shinya Ohyanagi | 2017-11-16 | 1 | -1/+1 |
| | |||||
* | Add allow up and down to move cursor | Shinya Ohyanagi | 2017-11-16 | 1 | -12/+28 |
| | | | | Also refactor methods. | ||||
* | Add c-n, c-p, c-m to console | Shinya Ohyanagi | 2017-11-15 | 1 | -0/+28 |
| | | | | | | | | | Add `c-n`, `c-j` for select next item. Add `c-p`, `c-k` for select previous item. Add `c-m` for select item. Above console keybinds are same as Vim(Vimperator)'s completion selector. | ||||
* | fix on unfocus | Shin'ya Ueoka | 2017-11-11 | 1 | -1/+2 |
| | |||||
* | prevent | Shin'ya Ueoka | 2017-11-11 | 1 | -0/+2 |
| | |||||
* | first find implementation | Shin'ya Ueoka | 2017-11-11 | 1 | -11/+29 |
| | |||||
* | console as redux architecture | Shin'ya Ueoka | 2017-11-11 | 1 | -77/+54 |
| | |||||
* | show find in console | Shin'ya Ueoka | 2017-11-11 | 1 | -2/+4 |
| | |||||
* | flexible prompt | Shin'ya Ueoka | 2017-11-11 | 1 | -1/+11 |
| | |||||
* | Merge pull request #126 from ueokande/69-fix-completion-navigate | Shin'ya Ueoka | 2017-11-02 | 1 | -13/+4 |
|\ | | | | | fix completion navigate | ||||
| * | remove comparison with previous value | Shin'ya Ueoka | 2017-11-02 | 1 | -9/+1 |
| | | |||||
| * | fix completion navigate | Shin'ya Ueoka | 2017-10-30 | 1 | -8/+7 |
| | | |||||
* | | Remove update propagation | Shin'ya Ueoka | 2017-10-31 | 2 | -0/+8 |
|/ | |||||
* | force console focus | Shin'ya Ueoka | 2017-10-19 | 1 | -0/+2 |
| | |||||
* | reset prevValue on console on shown | Shin'ya Ueoka | 2017-10-17 | 1 | -0/+1 |
| | |||||
* | Show info on yanked | Shin'ya Ueoka | 2017-10-08 | 1 | -14/+13 |
| | |||||
* | use mode in console message | Shin'ya Ueoka | 2017-10-08 | 1 | -4/+4 |
| | |||||
* | separate console | Shin'ya Ueoka | 2017-10-08 | 2 | -0/+209 |