<p>In <a href="https://github.com/geany/geany/pull/1114#discussion_r71128086">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><a href="https://github.com/b4n" class="user-mention">@b4n</a> That would make it about the longest keybinding name in all of Geany, and I don’t think it would make the purpose of the keybinding more obvious. But this isn’t important to me and I will change if that is OK by you.</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#r71128086">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ABDrJ_CgUn3n77PeN48GMTcPp0kXCuPKks5qW1jSgaJpZM4JEN06">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJzR_KT4Pc1lvJPIHHQ-rxL0hO8CTks5qW1jSgaJpZM4JEN06.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#r71128086"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>