aboutsummaryrefslogtreecommitdiff
path: root/src/shared
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * implement focus inputShin'ya Ueoka2018-01-131-0/+3
| | | |
| | | * add focus input key mapShin'ya Ueoka2018-01-131-0/+1
| | | |
| | * | Changed default key binding for closing pined tabs ('DD' -> '!d')as ↵Cornelius Matějka2018-01-141-1/+1
| | | | | | | | | | | | | | | | requested in PR
| | * | Pinned tabs are not closeable by 'd'Cornelius Matějka2018-01-142-0/+2
| | | | | | | | | | | | | | | | Added binding 'DD' to force tab close which also closes pinned tabs
| | * | Merge pull request #137 from alx741/tabsShin'ya Ueoka2018-01-142-0/+2
| | |\ \ | | | | | | | | | | Most recently used tab selector
| | | * | Default mapping for TAB_PREV_SEL operationDaniel Campoverde2017-11-261-1/+1
| | | | |
| | | * | Dummy selectPrevSelTab implementationDaniel Campoverde2017-11-262-0/+2
| | | | |
| | * | | 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-132-1/+4
| | |\ \ | | | | | | | | | | open clipboard's URL in current/new tab
| | | * | open clipboard's URL in current/new tabusk2018-01-032-1/+4
| | | | |
| | * | | fix smooth scroll on key repeatedShin'ya Ueoka2018-01-131-0/+1
| | | | |
| | * | | add smoothscroll propertyShin'ya Ueoka2018-01-131-0/+2
| | | | |
| | * | | support custom chars as hintcharsShin'ya Ueoka2018-01-111-8/+7
| | | | |
| | * | | fix property parserShin'ya Ueoka2018-01-111-1/+1
| | | | |
| | * | | move commands to background actionShin'ya Ueoka2018-01-114-118/+60
| | | | |
| | * | | separate setting actions and reducersShin'ya Ueoka2018-01-081-0/+31
| | | | |
| | * | | default propertiesShin'ya Ueoka2018-01-081-3/+4
| | | | |
| | * | | property parserShin'ya Ueoka2018-01-081-0/+31
| | | | |
| | * | | separate commandShin'ya Ueoka2018-01-083-86/+90
| | | | |
| | * | | default property valuesShin'ya Ueoka2018-01-084-10/+22
| | | | |
| | * | | Set default propertiesShin'ya Ueoka2018-01-081-0/+2
| | | | |
| | * | | add property to settingsShin'ya Ueoka2018-01-053-7/+34
| | | | |
| | * | | move settings validatorShin'ya Ueoka2018-01-051-0/+0
| | |/ /
| | * | Merge pull request #252 from ollef/patch-1Shin'ya Ueoka2017-11-291-2/+2
| | |\ \ | | | | | | | | | | Use encodeURIComponent for search queries
| | | * | Use encodeURIComponent for search queriesOlle Fredriksson2017-11-261-2/+2
| | | |/ | | | | | | | | Should fix issue #244.
| | * | remove default form settingsShin'ya Ueoka2017-11-282-76/+6
| | | |
| | * | fix form key bindingsShin'ya Ueoka2017-11-261-1/+2
| | | |
| | * | fix form key bindingsShin'ya Ueoka2017-11-261-0/+2
| | | |
| | * | remove <C-Y>/<C-E> keymapsShin'ya Ueoka2017-11-261-2/+0
| | |/
| | * fix keymap formShin'ya Ueoka2017-11-261-2/+2
| | |
| | * settings helpersShin'ya Ueoka2017-11-261-15/+80
| | |
| | * load settiongs from formShin'ya Ueoka2017-11-262-19/+54
| | |
| | * blacklist formShin'ya Ueoka2017-11-261-1/+2
| | |
| | * Add search formShin'ya Ueoka2017-11-261-8/+8
| | |
| | * Add keybindings formShin'ya Ueoka2017-11-261-1/+65
| | |
| | * use preactShin'ya Ueoka2017-11-261-8/+5
| | |
| * | Open adjacent tabs and background tabsErwan Ameil2017-11-163-8/+21
| |/
* / Add vimperator-like keybindings for next and previous tabsKostyantyn Leschenko2017-11-181-0/+2
|/
* fix for symbol keysShin'ya Ueoka2017-11-121-1/+9
|
* add key utilsShin'ya Ueoka2017-11-111-0/+78
|
* first find implementationShin'ya Ueoka2017-11-111-3/+6
|
* show find in consoleShin'ya Ueoka2017-11-113-0/+9
|
* add support for duplicating current tabusk2017-11-072-0/+2
|
* code reviewJiabo Hou2017-11-051-1/+1
| | | | | * change default keybinding for pin/unpin tab from 'p' to 'zp' * use toggleTabPinned to toggle the tab pinned state, instead of updateTabPinned
* added support for pinning/unpinning tabsJiabo Hou2017-11-052-0/+4
| | | | | | | features: * pin tab * unpin tab * toggle pin/unpin tab
* Merge pull request #113 from alx741/tabsShin'ya Ueoka2017-11-052-0/+4
|\ | | | | Add Tabs first/last selectors
| * Add TAB_LAST operationDaniel Campoverde2017-10-292-1/+3
| |
| * Clean up TAB_FIRST operationDaniel Campoverde2017-10-291-1/+1
| |
| * Default TAB_FIRST mappingDaniel Campoverde2017-10-291-0/+1
| |