tag:github.com,2008:https://github.com/lunixbochs/ActualVim/releases Release notes from ActualVim 2018-07-01T01:40:03Z tag:github.com,2008:Repository/13676250/0.9.17 2018-07-01T01:40:03Z 0.9.17 <p>run <code>set nofoldenable</code> on startup #146</p> lunixbochs tag:github.com,2008:Repository/13676250/0.9.16 2017-12-24T00:13:32Z 0.9.16 <ul> <li>Improve selection sync on view change.</li> <li>Fix regression in ^X^U Sublime autocompletion.</li> </ul> lunixbochs tag:github.com,2008:Repository/13676250/0.9.15 2017-11-19T22:03:59Z 0.9.15 <ul> <li>Detect filetype when setting filename (fix #114)</li> <li>Fix display of selection in visual block mode (respect curswant)</li> <li>Sync word wrap both ways, rename <code>indent_priority</code> setting to <code>settings_priority</code>.</li> <li>Fix bug in horizontally-scrolled viewport sync when top line is empty.</li> <li>Add missing key bindings, allow ^S to reach vim. If you're not on macOS and want to use ^S to save, add <code>"av:ctrl+n": true</code> under normal mode in your ActualVim settings.</li> <li>Support cursor position in cmdline.</li> <li>Add <code>smooth_scroll</code> setting.</li> </ul> lunixbochs tag:github.com,2008:Repository/13676250/0.9.14 2017-11-16T03:03:40Z 0.9.14 <ul> <li>fix #130 (backspace fails after clicking with mouse while in insert mode)</li> <li>implement external cmdline</li> <li>implement pasting in cmdline (partial fix of #50 - cut and other native manipulations are unsupported for now)</li> </ul> lunixbochs tag:github.com,2008:Repository/13676250/0.9.13 2017-11-14T22:39:37Z 0.9.13 <ul> <li>add settings <code>av:mode:&lt;name&gt;</code> usable in keybinding contexts: <a href="https://github.com/lunixbochs/ActualVim/issues/105#issuecomment-344368051">https://github.com/lunixbochs/ActualVim/issues/105#issuecomment-344368051</a></li> <li>fix #118 (wrong cursor position after paste)</li> <li>sync viewport position to/from vim (fixes #111 and #62)</li> </ul> lunixbochs tag:github.com,2008:Repository/13676250/0.9.12 2017-11-14T03:48:50Z 0.9.12 <ul> <li>add support for per-mode key bypasses (see issue #117)</li> <li>windows: detect neovim chocolatey install</li> <li>non-osx: bypass ctrl+n and ctrl+w in normal mode in default settings</li> </ul> lunixbochs tag:github.com,2008:Repository/13676250/0.9.11 2017-06-22T02:11:34Z 0.9.11 <ul> <li>merge async branch, which should prevent most input stalls and fix insert mode mappings</li> </ul> lunixbochs tag:github.com,2008:Repository/13676250/0.9.10 2017-05-02T13:43:17Z 0.9.10 <ul> <li>Update for neovim 0.2.0, which greatly improves worst-case latency</li> <li>Add <code>large_file_disable</code> setting to disable ActualVim on larger files (&gt;50k lines or &gt;50MB)</li> <li>Add per-file toggle command (<code>ActualVim Disable (File)</code> in the command palette)</li> </ul> lunixbochs tag:github.com,2008:Repository/13676250/0.9.9 2017-03-27T14:12:08Z 0.9.9 <ul> <li>Canonicalize capitalization to "ActualVim"</li> <li>Implement (beta) highlight synchronization from neovim (enable by adding <code>highlights: true</code> to settings).</li> </ul> lunixbochs tag:github.com,2008:Repository/13676250/0.9.8 2017-03-20T21:21:02Z 0.9.8 <ul> <li>Improve vimrc handling.</li> <li>Sync read-only flag from sublime to vim</li> <li>Fix bugs in selection sync from sublime to vim</li> <li>Fix a case where typing fails on first startup until view is refocused.</li> </ul> lunixbochs