<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Spacemacs on TUTYSARA'S SPACE</title><link>https://www.tutysara.net/tags/spacemacs/</link><description>Recent content in Spacemacs on TUTYSARA'S SPACE</description><generator>Hugo</generator><language>en-EN</language><copyright>(c) 2026 tutysara</copyright><lastBuildDate>Fri, 24 Mar 2017 09:07:41 +0530</lastBuildDate><atom:link href="https://www.tutysara.net/tags/spacemacs/index.xml" rel="self" type="application/rss+xml"/><item><title>Spacemacs Ctrl-i fix</title><link>https://www.tutysara.net/posts/2017/03/24/spacemacs-ctrl-i-fix/</link><pubDate>Fri, 24 Mar 2017 09:07:41 +0530</pubDate><guid>https://www.tutysara.net/posts/2017/03/24/spacemacs-ctrl-i-fix/</guid><description>&lt;p&gt;Spacemacs uses Ctlr+o to move backward to the last edited location and Ctrl+i to move foward after going back using Ctrl+o similar to Vim.&lt;/p&gt;
&lt;p&gt;I found that Ctrl+o works but Ctrl+i doesn&amp;rsquo;t moves forward through the edit locations. I had the same issue in OSX/emacs 25.1 and in ubuntu/emacs25.1.&lt;/p&gt;
&lt;p&gt;Searched the net and found this helpful issue page &amp;ndash; &lt;a href="https://github.com/syl20bnr/spacemacs/issues/5050"&gt;https://github.com/syl20bnr/spacemacs/issues/5050&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;We have the troubleshooting steps there&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;(lookup-key evil-motion-state-map [C-i]) ;; should be evil-jump-forward
(display-graphic-p) ;; should be t
dotspacemacs-distinguish-gui-tab ;; should be t
(lookup-key key-translation-map [?\C-i]) ;; should be spacemacs/translate-C-i
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;In my system dotspacemacs/user-configcemacs-distinguish-gui-tab is set as nil.&lt;/p&gt;</description></item></channel></rss>