aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | focus on visible elementsShin'ya Ueoka2018-01-153-23/+30
| | | |
| | * | update READMEShin'ya Ueoka2018-01-131-0/+1
| | | |
| | * | implement focus inputShin'ya Ueoka2018-01-133-0/+16
| | | |
| | * | add focus input key mapShin'ya Ueoka2018-01-132-0/+2
| | | |
| * | | Merge pull request #312 from mathstuf/fix-typoShin'ya Ueoka2018-01-151-1/+1
| |\ \ \ | | | | | | | | | | keymaps-form: fix a typo
| | * | | keymaps-form: fix a typoBen Boeckel2018-01-151-1/+1
| |/ / /
| * | | Merge pull request #236 from r3r57/feature/force_remove_tabShin'ya Ueoka2018-01-154-3/+16
| |\ \ \ | | | | | | | | | | Closing pinned tabs must be forced
| | * | | Changed default key binding for closing pined tabs ('DD' -> '!d')as ↵Cornelius Matějka2018-01-141-1/+1
| | | | | | | | | | | | | | | | | | | | requested in PR
| | * | | Fixed few lint errorsCornelius Matějka2018-01-141-2/+2
| | | | |
| | * | | Pinned tabs are not closeable by 'd'Cornelius Matějka2018-01-144-3/+16
| |/ / / | | | | | | | | | | | | Added binding 'DD' to force tab close which also closes pinned tabs
| * | | Merge pull request #137 from alx741/tabsShin'ya Ueoka2018-01-145-2/+21
| |\ \ \ | | | | | | | | | | Most recently used tab selector
| | * | | Document with actual keysDaniel Campoverde2018-01-131-1/+1
| | | | |
| | * | | Remove unused variablesDaniel Campoverde2017-11-261-1/+1
| | | | |
| | * | | Fix visible links testDaniel Campoverde2017-11-261-2/+4
| | | | |
| | * | | Fix linter errorDaniel Campoverde2017-11-261-4/+2
| | | | |
| | * | | Previous selected tab based on tab events onlyDaniel Campoverde2017-11-261-35/+1
| | | | |
| | * | | Use tab-change event handlerDaniel Campoverde2017-11-261-2/+14
| | | | |
| | * | | Keep current en previous tabs idDaniel Campoverde2017-11-261-7/+15
| | | | |
| | * | | Format lines to 80 charsDaniel Campoverde2017-11-261-5/+6
| | | | |
| | * | | Clean selectPrevSelTabDaniel Campoverde2017-11-261-6/+3
| | | | |
| | * | | Document TAB_PREV_SEL operationDaniel Campoverde2017-11-261-0/+1
| | | | |
| | * | | Default mapping for TAB_PREV_SEL operationDaniel Campoverde2017-11-261-1/+1
| | | | |
| | * | | Keep previous selected tabDaniel Campoverde2017-11-261-9/+25
| | | | |
| | * | | Dummy selectPrevSelTab implementationDaniel Campoverde2017-11-264-2/+20
| | | | |
| * | | | Merge pull request #309 from ueokande/default-propertiesShin'ya Ueoka2018-01-142-3/+5
| |\ \ \ \ | | |_|/ / | |/| | | Default properties
| | * | | fix default propertiestShin'ya Ueoka2018-01-141-1/+3
| | | | |
| | * | | fix default settingsShin'ya Ueoka2018-01-141-2/+2
| |/ / /
| * | | Merge pull request #300 from usk/feature/open-clipboard's-urlShin'ya Ueoka2018-01-138-3/+39
| |\ \ \ | | | | | | | | | | open clipboard's URL in current/new tab
| | * | | open clipboard's URL in current/new tabusk2018-01-038-3/+39
| | | | |
| * | | | Merge pull request #307 from ueokande/smooth-scrollShin'ya Ueoka2018-01-135-46/+142
| |\ \ \ \ | | | | | | | | | | | | Smooth scroll
| | * | | | fix smooth scroll on key repeatedShin'ya Ueoka2018-01-134-28/+55
| | | | | |
| | * | | | clean scrollsShin'ya Ueoka2018-01-131-38/+51
| | | | | |
| | * | | | add smoothscroll propertyShin'ya Ueoka2018-01-134-23/+36
| | | | | |
| | * | | | add smooth scrollShin'ya Ueoka2018-01-131-7/+50
| | | | | |
| | * | | | remove window from scrollsShin'ya Ueoka2018-01-132-37/+37
| |/ / / /
| * | | | Merge pull request #306 from ueokande/custom-hint-keysShin'ya Ueoka2018-01-132-12/+15
| |\ \ \ \ | | | | | | | | | | | | support custom chars as hintchars
| | * | | | support custom chars as hintcharsShin'ya Ueoka2018-01-112-12/+15
| |/ / / /
| * | | | Merge pull request #303 from ueokande/propertiesShin'ya Ueoka2018-01-1125-201/+691
| |\ \ \ \ | | | | | | | | | | | | Properties support
| | * | | | implement set optionShin'ya Ueoka2018-01-112-6/+22
| | | | | |
| | * | | | fix property parserShin'ya Ueoka2018-01-112-1/+8
| | | | | |
| | * | | | move commands to background actionShin'ya Ueoka2018-01-117-105/+147
| | | | | |
| | * | | | add set property action in backgroundShin'ya Ueoka2018-01-104-2/+36
| | | | | |
| | * | | | separate setting actions and reducersShin'ya Ueoka2018-01-089-16/+96
| | | | | |
| | * | | | default propertiesShin'ya Ueoka2018-01-081-3/+4
| | | | | |
| | * | | | property parserShin'ya Ueoka2018-01-082-0/+72
| | | | | |
| | * | | | separate commandShin'ya Ueoka2018-01-083-86/+90
| | | | | |
| | * | | | default property valuesShin'ya Ueoka2018-01-085-12/+24
| | | | | |
| | * | | | Set default propertiesShin'ya Ueoka2018-01-081-0/+2
| | | | | |
| | * | | | Add PropertiesFormShin'ya Ueoka2018-01-054-0/+168
| | | | | |
| | * | | | add property to settingsShin'ya Ueoka2018-01-054-9/+61
| | | | | |