<p>I know what you think - the last thing Geany needed...</p>
<p>This plugin depends on adding the "key-press" signal to Geany and won't work without it (even though it will probably compile alright). It shouldn't be merged before this functionality is in Geany.</p>
<p><a class="user-mention" data-hovercard-user-id="1010248" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/frlan">@frlan</a> Now it's finally pull request ready so if you have some patches or suggestions, please let me know.</p>
<hr>
<h4>You can view, comment on, or merge this pull request online at:</h4>
<p> <a href='https://github.com/geany/geany-plugins/pull/735'>https://github.com/geany/geany-plugins/pull/735</a></p>
<h4>Commit Summary</h4>
<ul>
<li>vimode: A Vim Mode for Geany</li>
</ul>
<h4>File Changes</h4>
<ul>
<li>
<strong>M</strong>
<a href="https://github.com/geany/geany-plugins/pull/735/files#diff-0">MAINTAINERS</a>
(7)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/geany/geany-plugins/pull/735/files#diff-1">Makefile.am</a>
(4)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/geany/geany-plugins/pull/735/files#diff-2">build/geany-plugins.nsi</a>
(1)
</li>
<li>
<strong>A</strong>
<a href="https://github.com/geany/geany-plugins/pull/735/files#diff-3">build/vimode.m4</a>
(9)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/geany/geany-plugins/pull/735/files#diff-4">configure.ac</a>
(1)
</li>
<li>
<strong>A</strong>
<a href="https://github.com/geany/geany-plugins/pull/735/files#diff-5">vimode/AUTHORS</a>
(1)
</li>
<li>
<strong>A</strong>
<a href="https://github.com/geany/geany-plugins/pull/735/files#diff-6">vimode/COPYING</a>
(340)
</li>
<li>
<strong>A</strong>
<a href="https://github.com/geany/geany-plugins/pull/735/files#diff-7">vimode/ChangeLog</a>
(0)
</li>
<li>
<strong>A</strong>
<a href="https://github.com/geany/geany-plugins/pull/735/files#diff-8">vimode/Makefile.am</a>
(4)
</li>
<li>
<strong>A</strong>
<a href="https://github.com/geany/geany-plugins/pull/735/files#diff-9">vimode/NEWS</a>
(0)
</li>
<li>
<strong>A</strong>
<a href="https://github.com/geany/geany-plugins/pull/735/files#diff-10">vimode/README</a>
(565)
</li>
<li>
<strong>A</strong>
<a href="https://github.com/geany/geany-plugins/pull/735/files#diff-11">vimode/THANKS</a>
(8)
</li>
<li>
<strong>A</strong>
<a href="https://github.com/geany/geany-plugins/pull/735/files#diff-12">vimode/index.txt</a>
(1657)
</li>
<li>
<strong>A</strong>
<a href="https://github.com/geany/geany-plugins/pull/735/files#diff-13">vimode/src/Makefile.am</a>
(58)
</li>
<li>
<strong>A</strong>
<a href="https://github.com/geany/geany-plugins/pull/735/files#diff-14">vimode/src/backends/backend-geany.c</a>
(341)
</li>
<li>
<strong>A</strong>
<a href="https://github.com/geany/geany-plugins/pull/735/files#diff-15">vimode/src/backends/backend-viw.c</a>
(246)
</li>
<li>
<strong>A</strong>
<a href="https://github.com/geany/geany-plugins/pull/735/files#diff-16">vimode/src/cmd-params.c</a>
(46)
</li>
<li>
<strong>A</strong>
<a href="https://github.com/geany/geany-plugins/pull/735/files#diff-17">vimode/src/cmd-params.h</a>
(76)
</li>
<li>
<strong>A</strong>
<a href="https://github.com/geany/geany-plugins/pull/735/files#diff-18">vimode/src/cmd-runner.c</a>
(683)
</li>
<li>
<strong>A</strong>
<a href="https://github.com/geany/geany-plugins/pull/735/files#diff-19">vimode/src/cmd-runner.h</a>
(28)
</li>
<li>
<strong>A</strong>
<a href="https://github.com/geany/geany-plugins/pull/735/files#diff-20">vimode/src/cmds/changemode.c</a>
(242)
</li>
<li>
<strong>A</strong>
<a href="https://github.com/geany/geany-plugins/pull/735/files#diff-21">vimode/src/cmds/changemode.h</a>
(51)
</li>
<li>
<strong>A</strong>
<a href="https://github.com/geany/geany-plugins/pull/735/files#diff-22">vimode/src/cmds/edit.c</a>
(449)
</li>
<li>
<strong>A</strong>
<a href="https://github.com/geany/geany-plugins/pull/735/files#diff-23">vimode/src/cmds/edit.h</a>
(66)
</li>
<li>
<strong>A</strong>
<a href="https://github.com/geany/geany-plugins/pull/735/files#diff-24">vimode/src/cmds/motion.c</a>
(528)
</li>
<li>
<strong>A</strong>
<a href="https://github.com/geany/geany-plugins/pull/735/files#diff-25">vimode/src/cmds/motion.h</a>
(77)
</li>
<li>
<strong>A</strong>
<a href="https://github.com/geany/geany-plugins/pull/735/files#diff-26">vimode/src/cmds/special.c</a>
(117)
</li>
<li>
<strong>A</strong>
<a href="https://github.com/geany/geany-plugins/pull/735/files#diff-27">vimode/src/cmds/special.h</a>
(38)
</li>
<li>
<strong>A</strong>
<a href="https://github.com/geany/geany-plugins/pull/735/files#diff-28">vimode/src/cmds/txtobjs.c</a>
(190)
</li>
<li>
<strong>A</strong>
<a href="https://github.com/geany/geany-plugins/pull/735/files#diff-29">vimode/src/cmds/txtobjs.h</a>
(41)
</li>
<li>
<strong>A</strong>
<a href="https://github.com/geany/geany-plugins/pull/735/files#diff-30">vimode/src/context.h</a>
(62)
</li>
<li>
<strong>A</strong>
<a href="https://github.com/geany/geany-plugins/pull/735/files#diff-31">vimode/src/excmd-params.h</a>
(37)
</li>
<li>
<strong>A</strong>
<a href="https://github.com/geany/geany-plugins/pull/735/files#diff-32">vimode/src/excmd-prompt.c</a>
(134)
</li>
<li>
<strong>A</strong>
<a href="https://github.com/geany/geany-plugins/pull/735/files#diff-33">vimode/src/excmd-prompt.h</a>
(30)
</li>
<li>
<strong>A</strong>
<a href="https://github.com/geany/geany-plugins/pull/735/files#diff-34">vimode/src/excmd-runner.c</a>
(458)
</li>
<li>
<strong>A</strong>
<a href="https://github.com/geany/geany-plugins/pull/735/files#diff-35">vimode/src/excmd-runner.h</a>
(26)
</li>
<li>
<strong>A</strong>
<a href="https://github.com/geany/geany-plugins/pull/735/files#diff-36">vimode/src/excmds/excmds.c</a>
(66)
</li>
<li>
<strong>A</strong>
<a href="https://github.com/geany/geany-plugins/pull/735/files#diff-37">vimode/src/excmds/excmds.h</a>
(33)
</li>
<li>
<strong>A</strong>
<a href="https://github.com/geany/geany-plugins/pull/735/files#diff-38">vimode/src/keypress.c</a>
(196)
</li>
<li>
<strong>A</strong>
<a href="https://github.com/geany/geany-plugins/pull/735/files#diff-39">vimode/src/keypress.h</a>
(38)
</li>
<li>
<strong>A</strong>
<a href="https://github.com/geany/geany-plugins/pull/735/files#diff-40">vimode/src/sci.c</a>
(33)
</li>
<li>
<strong>A</strong>
<a href="https://github.com/geany/geany-plugins/pull/735/files#diff-41">vimode/src/sci.h</a>
(43)
</li>
<li>
<strong>A</strong>
<a href="https://github.com/geany/geany-plugins/pull/735/files#diff-42">vimode/src/utils.c</a>
(221)
</li>
<li>
<strong>A</strong>
<a href="https://github.com/geany/geany-plugins/pull/735/files#diff-43">vimode/src/utils.h</a>
(36)
</li>
<li>
<strong>A</strong>
<a href="https://github.com/geany/geany-plugins/pull/735/files#diff-44">vimode/src/vi.c</a>
(383)
</li>
<li>
<strong>A</strong>
<a href="https://github.com/geany/geany-plugins/pull/735/files#diff-45">vimode/src/vi.h</a>
(64)
</li>
</ul>
<h4>Patch Links:</h4>
<ul>
<li><a href='https://github.com/geany/geany-plugins/pull/735.patch'>https://github.com/geany/geany-plugins/pull/735.patch</a></li>
<li><a href='https://github.com/geany/geany-plugins/pull/735.diff'>https://github.com/geany/geany-plugins/pull/735.diff</a></li>
</ul>
<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany-plugins/pull/735">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ABDrJxgbG5j6YC_h0WyVDnNItvZGkGizks5tpLC3gaJpZM4TWsaH">mute the thread</a>.<img src="https://github.com/notifications/beacon/ABDrJ-tBxuglves5FS1yhyyslKm_qoMEks5tpLC3gaJpZM4TWsaH.gif" height="1" width="1" alt="" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
<link itemprop="url" href="https://github.com/geany/geany-plugins/pull/735"></link>
<meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/geany/geany-plugins","title":"geany/geany-plugins","subtitle":"GitHub repository","main_image_url":"https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png","avatar_image_url":"https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png","action":{"name":"Open in GitHub","url":"https://github.com/geany/geany-plugins"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"vimode: A Vim Mode for Geany (#735)"}],"action":{"name":"View Pull Request","url":"https://github.com/geany/geany-plugins/pull/735"}}}</script>