<p>In <a href="https://github.com/geany/geany/pull/1114#discussion_r71141367">src/keybindings.c</a>:</p>
<pre style='color:#555'>> @@ -560,6 +560,8 @@ static void init_default_kb(void)
>            GDK_Left, GDK_MOD1_MASK, "nav_back", _("Navigate back a location"), NULL);
>    add_kb(group, GEANY_KEYS_GOTO_FORWARD, NULL,
>            GDK_Right, GDK_MOD1_MASK, "nav_forward", _("Navigate forward a location"), NULL);
> +  add_kb(group, GEANY_KEYS_GOTO_ADD_POSITION, NULL,
> +          0, 0, "nav_add_position", _("Remember location in history"), NULL);
</pre>
<p>Hum, I don't know… <a href="https://github.com/elextr" class="user-mention">@elextr</a> <a href="https://github.com/codebrainz" class="user-mention">@codebrainz</a> opinions?</p>

<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/pull/1114/files/691879c16d046b0bfb97614d4f069c591f33e40a#r71141367">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ABDrJ-cZphzRny7eIS2r9uuDJq2CeK1Mks5qW3cPgaJpZM4JEN06">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ0zIA6ipavK1HnEGXhyrf0G3Wzsvks5qW3cPgaJpZM4JEN06.gif" width="1" /></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/pull/1114/files/691879c16d046b0bfb97614d4f069c591f33e40a#r71141367"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>