<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.abuissa.net/index.php?action=history&amp;feed=atom&amp;title=Blog%3A_2023-07-21</id>
	<title>Blog: 2023-07-21 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.abuissa.net/index.php?action=history&amp;feed=atom&amp;title=Blog%3A_2023-07-21"/>
	<link rel="alternate" type="text/html" href="https://wiki.abuissa.net/index.php?title=Blog:_2023-07-21&amp;action=history"/>
	<updated>2026-04-06T23:15:16Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.13</generator>
	<entry>
		<id>https://wiki.abuissa.net/index.php?title=Blog:_2023-07-21&amp;diff=654&amp;oldid=prev</id>
		<title>Razzi: Created page with &quot;Incredible... I finally have the vim terminal editor functionality working. First I fixed the pwd issue by looking into autoshelldir. Then I realized I learned about :enew and...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.abuissa.net/index.php?title=Blog:_2023-07-21&amp;diff=654&amp;oldid=prev"/>
		<updated>2023-07-21T13:55:08Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Incredible... I finally have the vim terminal editor functionality working. First I fixed the pwd issue by looking into autoshelldir. Then I realized I learned about :enew and...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Incredible... I finally have the vim terminal editor functionality working. First I fixed the pwd issue by looking into autoshelldir. Then I realized I learned about :enew and realized vim buffer functionality was what I needed: I needed to&lt;br /&gt;
&lt;br /&gt;
 set hidden&lt;br /&gt;
&lt;br /&gt;
and all of a sudden things started mostly working, no :e! needed. Then when quitting the edited file, I would get an error that the terminal was still running. This was what I wanted of course, so answers about automatically closing the terminal were not on the right track.&lt;br /&gt;
&lt;br /&gt;
The solution to the closing buffer problem was to realize that :q was trying to close the window, when in reality I want to be closing the buffer. So I remapped &amp;lt;leader&amp;gt;q to :bd&amp;lt;cr&amp;gt; and now the basic edit cycle is working! Though switching back to fish I get a status message I don&amp;#039;t care much for. Endless yak hair...&lt;/div&gt;</summary>
		<author><name>Razzi</name></author>
	</entry>
</feed>