<p>In <a href="https://github.com/geany/geany/pull/1114#discussion_r71065676">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>Maybe this should include "current" in the sentence?  "Remember current location in history"?</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#r71065676">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ABDrJ8WYgiDh3f9eXGts-eEhx-sLbGwzks5qWNT8gaJpZM4JEN06">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ1GkRddjGE1wRbZEDfmQzJNtJxrLks5qWNT8gaJpZM4JEN06.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#r71065676"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>