]> git.gir.st - VimFx.git/history - documentation
Update the readme and the documentation
[VimFx.git] / documentation /
2015-12-09 Simon LydellAdd command to click browser elements using markers
2015-12-08 Simon LydellReplace "VimFx-custom" with "VimFx-config" in docs
2015-12-06 Simon LydellNotify keys pressed so far of a command
2015-12-06 Simon LydellLet `<space>` scroll a bit less than a full page
2015-12-06 Simon LydellOrganize scrolling prefs docs a bit more
2015-12-06 Simon LydellRename `last_scroll_position_mark`
2015-12-03 Simon LydellFix AltGr handling on Windows
2015-12-01 Simon LydellMerge branch 'master' into develop
2015-11-30 Simon LydellAdd window commands
2015-11-30 Simon LydellMerge branch 'master' into develop
2015-11-30 Simon LydellUpdate config-file.md to link to lydell/VimFx-custom
2015-11-25 Simon LydellMake config-file.md a bit easier to understand
2015-11-25 Simon LydellAdd Find links only command: `g/`
2015-11-25 Simon LydellMerge pull request #626 from akhodakivskiy/marks
2015-11-25 Simon LydellAdd a special mark for returning to the last position
2015-11-25 Simon LydellImplement simple marks
2015-11-25 Simon LydellMerge branch 'master' into develop
2015-11-23 Simon LydellAdd ability to print untranslated lines in a locale
2015-11-22 Simon LydellDescribe `H`, `L`, `[` and `]` briefly in Q&A docs
2015-11-22 Simon LydellAdd info about Ignore keyboard layout in Q&A docs
2015-11-22 Simon LydellAdd newbie info about Ignore mode and blacklist etc
2015-11-22 Simon LydellRe-organize the documentation table of contents
2015-11-22 Simon LydellMerge branch 'master' into develop
2015-11-22 Simon LydellMention "Share your config file" wiki page in the docs
2015-11-22 Simon LydellImprove largest scrollable element detection
2015-11-21 Simon LydellAllow to customize which elements do and don't get...
2015-11-21 Simon LydellUpdate release instructions in tools.md
2015-11-21 Simon LydellRemove wrong content type for chrome.manifest in config...
2015-11-21 Simon LydellFix typo in tools.md
2015-11-18 Simon LydellMerge branch 'master' into develop
2015-11-18 Simon LydellMerge branch 'master' into develop
2015-11-18 Simon LydellMerge pull request #616 from akhodakivskiy/button-show...
2015-11-18 Simon LydellMake the button grey in "Insert mode"
2015-11-16 Simon LydellMerge pull request #603 from lydell/rework-gi-tab
2015-11-16 Simon LydellMerge pull request #615 from akhodakivskiy/rework-notif...
2015-11-16 Simon LydellRework how notifications are shown
2015-11-16 Simon LydellRework `gi` handling of `<tab>`
2015-11-15 Simon LydellMerge branch 'master' into develop
2015-11-15 Simon LydellEnable the `braces_spacing` coffeelint rule
2015-11-14 Simon LydellImprove count and wrap semantics for tab select/move
2015-11-14 Simon LydellHandle {,non-}pinned tabs separately in `gJ` and `gK`
2015-11-14 Simon LydellAdd count support to `g0`, `g^` and `g$` like Vimium
2015-11-14 Simon LydellDon't lose state when loading tabs in the background
2015-11-14 Simon LydellFix error in api.md
2015-11-14 Simon LydellStyle hints for scrollable elements differently
2015-11-11 Simon LydellAdd missing word in options.md
2015-11-11 Simon LydellUpdate scroll documentation
2015-11-11 Simon LydellAdd an example to prev/next page patterns docs
2015-11-10 Simon LydellDocument `gulp --silent`
2015-11-10 Simon LydellAdd an advanced option to disable notifications
2015-11-10 Simon LydellAdd a question to question-and-answers.md
2015-11-09 Simon LydellFix invalid Firefox maximum version
2015-11-09 Simon LydellUpdate API stability note
2015-11-09 Simon LydellUpdate CONTRIBUTING-CODE.md
2015-11-07 Simon LydellTiny documentation fixes
2015-11-01 Simon LydellMerge pull request #561 from cbertoldi/develop
2015-10-30 Simon LydellDocument custom commands that access web page content
2015-10-30 Simon LydellSuggest using vimfx.js as a config file
2015-10-29 Simon LydellPlay nicer with the dev tools
2015-10-28 Simon LydellMake hints mode more robust
2015-10-28 Simon LydellIncrease current mode display {extensi,hacka}bility
2015-10-27 Simon LydellAdd documentation for the button
2015-10-26 Simon LydellOptimize the API
2015-10-26 Simon LydellFix typos in api.md
2015-10-25 Simon LydellAdd `vimfx.getDefault()` to the public API
2015-10-24 Simon LydellFix typo in documentation
2015-10-24 Simon LydellImprove the public API consumption
2015-10-23 Simon LydellMerge pull request #553 from akhodakivskiy/non-multi...
2015-10-23 Simon LydellRe-implement "switch back to tab" logic
2015-10-23 Simon LydellAdd `gulp sloc`
2015-10-23 Simon LydellAdd a question to question-and-answers.md
2015-10-23 Simon LydellFix typo in docs
2015-10-21 Simon LydellFix autofocus prevention when coming from another window
2015-10-21 Simon LydellMerge pull request #551 from akhodakivskiy/late-shortcuts
2015-10-21 Simon LydellAdd support for `<late>` shortcuts
2015-10-17 Simon LydellMerge pull request #544 from benediktg/patch-1
2015-10-17 Simon LydellFix blacklisting and `vim.state` resetting
2015-10-17 Simon LydellRemove `vim.isBlacklisted()` from the public API
2015-10-17 Simon LydellFix VimFx being broken in new windows
2015-10-17 Simon LydellMerge pull request #542 from akhodakivskiy/improved...
2015-10-17 Simon LydellPrevent autofocus after re-selecting a tab
2015-10-17 Simon LydellRe-work autofocus prevention
2015-10-11 Simon LydellImprove keyboard shortcut overriding behavior
2015-10-11 Simon LydellMerge pull request #512 from akhodakivskiy/multi-process
2015-10-11 Simon LydellUpdate documentation
2015-10-11 Simon LydellAdd link to the wiki in the documentation
2015-09-20 Simon LydellRemove link to io.js now that it has merged with Node.js
2015-08-31 Simon LydellUpdate api.md regarding getting the public API
2015-08-30 Simon LydellFix typo in config file boilerplate
2015-08-29 Simon LydellStop URI encoding the API URL pref
2015-06-27 Simon LydellReplace `vimfx.categories` with `vimfx.get('categories')`
2015-06-27 Simon LydellChange `vf` into `zf` to free up `v`
2015-06-27 Simon LydellLet ctrl and alt in Hints mode control where to open...
2015-06-27 Simon LydellAdd the `<s-f1>` Ignore mode "unquote" command
2015-06-27 Simon LydellMake hint markers transparent when shift is held
2015-06-26 Simon LydellRename Insert mode into Ignore mode
2015-06-26 Simon LydellDocument `match.toplevel`
2015-06-26 Simon LydellMove Text Input mode into Normal mode
2015-06-26 Simon LydellMake autofocus prevention a bit more robust
2015-06-22 Simon LydellAllow any mode to enter the "autoInsertMode" of Normal...
next
Imprint / Impressum