<rss
      xmlns:atom="http://www.w3.org/2005/Atom"
      xmlns:media="http://search.yahoo.com/mrss/"
      xmlns:content="http://purl.org/rss/1.0/modules/content/"
      xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
      xmlns:dc="http://purl.org/dc/elements/1.1/"
      version="2.0"
    >
      <channel>
        <title><![CDATA[freedomfete@npub.cash]]></title>
        <description><![CDATA[Onchain
Layer-2
Liquid
Accepted
☆.𓋼𓍊 𓆏 𓍊𓋼𓍊.☆
Passionate about Learninglanguages and writing, I'm dedicated to programming and literature adjunction. With a background in web development, I thrive on the moments when I discover my spontaneity.

🌐 Let's Connect:

Npub Address: freedomfete@npub.cash
Email Address: https://flowcrypt.com/me/parityday
Lightning Address: parityday@vlt.ge

Feel free to reach out for collaboration opportunities, inquiries, or just to say hello! 🚀✨]]></description>
        <link>https://npub.libretechsystems.xyz/tag/micro/</link>
        <atom:link href="https://npub.libretechsystems.xyz/tag/micro/rss/" rel="self" type="application/rss+xml"/>
        <itunes:new-feed-url>https://npub.libretechsystems.xyz/tag/micro/rss/</itunes:new-feed-url>
        <itunes:author><![CDATA[▄︻デʟɨɮʀɛȶɛֆƈɦ-ֆʏֆȶɛʍֆ══━一,]]></itunes:author>
        <itunes:subtitle><![CDATA[Onchain
Layer-2
Liquid
Accepted
☆.𓋼𓍊 𓆏 𓍊𓋼𓍊.☆
Passionate about Learninglanguages and writing, I'm dedicated to programming and literature adjunction. With a background in web development, I thrive on the moments when I discover my spontaneity.

🌐 Let's Connect:

Npub Address: freedomfete@npub.cash
Email Address: https://flowcrypt.com/me/parityday
Lightning Address: parityday@vlt.ge

Feel free to reach out for collaboration opportunities, inquiries, or just to say hello! 🚀✨]]></itunes:subtitle>
        <itunes:type>episodic</itunes:type>
        <itunes:owner>
          <itunes:name><![CDATA[▄︻デʟɨɮʀɛȶɛֆƈɦ-ֆʏֆȶɛʍֆ══━一,]]></itunes:name>
          <itunes:email><![CDATA[▄︻デʟɨɮʀɛȶɛֆƈɦ-ֆʏֆȶɛʍֆ══━一,]]></itunes:email>
        </itunes:owner>
            
      <pubDate>Wed, 12 Mar 2025 04:00:00 GMT</pubDate>
      <lastBuildDate>Wed, 12 Mar 2025 04:00:00 GMT</lastBuildDate>
      
      <itunes:image href="https://image.nostr.build/4b98ff743d2220977596fa08663e1e3d56680e7d19738fbaeb20743d2703cac0.jpg" />
      <image>
        <title><![CDATA[freedomfete@npub.cash]]></title>
        <link>https://npub.libretechsystems.xyz/tag/micro/</link>
        <url>https://image.nostr.build/4b98ff743d2220977596fa08663e1e3d56680e7d19738fbaeb20743d2703cac0.jpg</url>
      </image>
      <item>
      <title><![CDATA[Micro ]]></title>
      <description><![CDATA[Micro: A Terminal-Based Text Editor
(My Hardware is a 64GB RasPI 3b)]]></description>
             <itunes:subtitle><![CDATA[Micro: A Terminal-Based Text Editor
(My Hardware is a 64GB RasPI 3b)]]></itunes:subtitle>
      <pubDate>Wed, 12 Mar 2025 04:00:00 GMT</pubDate>
      <link>https://npub.libretechsystems.xyz/post/8271643215903984/</link>
      <comments>https://npub.libretechsystems.xyz/post/8271643215903984/</comments>
      <guid isPermaLink="false">naddr1qqgrsv3hxymrgvejxy6njvpn8yurgq3q6d8gxt2z4k9e8sdpc0yyqzf5gp0np09ls4lnn630qzxzvwpl0rgqxpqqqp65w6u3uae</guid>
      <category>Micro</category>
      
        <media:content url="https://image.nostr.build/c2a886c4bb3213e8b41e294c5d2bce31488a4c7c11fbec95cbcf0b7514dd9dd4.jpg" medium="image"/>
        <enclosure 
          url="https://image.nostr.build/c2a886c4bb3213e8b41e294c5d2bce31488a4c7c11fbec95cbcf0b7514dd9dd4.jpg" length="0" 
          type="image/jpeg" 
        />
      <noteId>naddr1qqgrsv3hxymrgvejxy6njvpn8yurgq3q6d8gxt2z4k9e8sdpc0yyqzf5gp0np09ls4lnn630qzxzvwpl0rgqxpqqqp65w6u3uae</noteId>
      <npub>npub16d8gxt2z4k9e8sdpc0yyqzf5gp0np09ls4lnn630qzxzvwpl0rgq5h4rzv</npub>
      <dc:creator><![CDATA[▄︻デʟɨɮʀɛȶɛֆƈɦ-ֆʏֆȶɛʍֆ══━一,]]></dc:creator>
      <content:encoded><![CDATA[<p> <strong>Micro</strong> with its operands and keybindings.  </p>
<hr>
<p>Micro is a modern, user-friendly text editor designed for the terminal. It offers extensive features, including mouse support, multiple cursors, syntax highlighting, and an intuitive command bar.</p>
<hr>
<h2><strong>1. Command Bar</strong></h2>
<ul>
<li>Open it with <code>Ctrl-e</code></li>
<li>Supports shell-like argument parsing (single/double quotes, escaping)</li>
<li>No environment variable expansion</li>
</ul>
<hr>
<h2><strong>2. Commands Overview</strong></h2>
<p>Commands are entered using <code>Ctrl-e</code> followed by the command.</p>
<h3><strong>File Management</strong></h3>
<ul>
<li><code>save ['filename']</code> → Save the current buffer (or "Save As" if a filename is given)</li>
<li><code>quit</code> → Exit Micro</li>
<li><code>open 'filename'</code> → Open a file</li>
<li><code>reopen</code> → Reload the current file from disk</li>
<li><code>pwd</code> → Print the current working directory</li>
<li><code>cd 'path'</code> → Change the working directory</li>
</ul>
<h3><strong>Navigation</strong></h3>
<ul>
<li><code>goto 'line[:col]'</code> → Move to an absolute line and column</li>
<li><code>jump 'line[:col]'</code> → Move relative to the current line</li>
</ul>
<h3><strong>Editing</strong></h3>
<ul>
<li><code>replace 'search' 'value' ['flags']</code> → Replace text<ul>
<li><code>-a</code> → Replace all occurrences</li>
<li><code>-l</code> → Literal search (no regex)</li>
</ul>
</li>
<li><code>replaceall 'search' 'value'</code> → Replace all without confirmation</li>
<li><code>textfilter 'sh-command'</code> → Pipe selected text through a shell command and replace it</li>
</ul>
<h3><strong>Splitting and Tabs</strong></h3>
<ul>
<li><code>vsplit ['filename']</code> → Open a vertical split</li>
<li><code>hsplit ['filename']</code> → Open a horizontal split</li>
<li><code>tab ['filename']</code> → Open a file in a new tab</li>
<li><code>tabswitch 'tab'</code> → Switch between tabs</li>
<li><code>tabmove '[-+]n'</code> → Move tab position</li>
</ul>
<h3><strong>Configuration</strong></h3>
<ul>
<li><code>set 'option' 'value'</code> → Set a global option</li>
<li><code>setlocal 'option' 'value'</code> → Set an option for the current buffer</li>
<li><code>show 'option'</code> → Show the current value of an option</li>
<li><code>reset 'option'</code> → Reset an option to its default</li>
</ul>
<h3><strong>Plugins</strong></h3>
<ul>
<li><code>plugin list</code> → List installed plugins</li>
<li><code>plugin install 'pl'</code> → Install a plugin</li>
<li><code>plugin remove 'pl'</code> → Remove a plugin</li>
<li><code>plugin update ['pl']</code> → Update a plugin</li>
<li><code>plugin search 'pl'</code> → Search for plugins</li>
</ul>
<h3><strong>Miscellaneous</strong></h3>
<ul>
<li><code>run 'sh-command'</code> → Run a shell command in the background</li>
<li><code>log</code> → View debug messages</li>
<li><code>reload</code> → Reload all runtime files (settings, keybindings, syntax files, etc.)</li>
<li><code>raw</code> → Debug terminal escape sequences</li>
<li><code>showkey 'key'</code> → Show what action is bound to a key</li>
<li><code>term ['exec']</code> → Open a terminal emulator running a specific command</li>
<li><code>lint</code> → Lint the current file</li>
<li><code>comment</code> → Toggle comments on a selected line or block</li>
</ul>
<hr>
<h2><strong>3. Keybindings Overview</strong></h2>
<table>
<thead>
<tr>
<th><strong>Action</strong></th>
<th><strong>Keybinding</strong></th>
</tr>
</thead>
<tbody><tr>
<td><strong>Navigation</strong></td>
<td></td>
</tr>
<tr>
<td>Move cursor left</td>
<td><code>←</code> or <code>h</code></td>
</tr>
<tr>
<td>Move cursor right</td>
<td><code>→</code> or <code>l</code></td>
</tr>
<tr>
<td>Move cursor up</td>
<td><code>↑</code> or <code>k</code></td>
</tr>
<tr>
<td>Move cursor down</td>
<td><code>↓</code> or <code>j</code></td>
</tr>
<tr>
<td>Move to start of line</td>
<td><code>Home</code></td>
</tr>
<tr>
<td>Move to end of line</td>
<td><code>End</code></td>
</tr>
<tr>
<td>Move to start of file</td>
<td><code>Ctrl-Home</code></td>
</tr>
<tr>
<td>Move to end of file</td>
<td><code>Ctrl-End</code></td>
</tr>
<tr>
<td>Move by word left</td>
<td><code>Ctrl-←</code> or <code>Ctrl-b</code></td>
</tr>
<tr>
<td>Move by word right</td>
<td><code>Ctrl-→</code> or <code>Ctrl-f</code></td>
</tr>
<tr>
<td><strong>Editing</strong></td>
<td></td>
</tr>
<tr>
<td>Copy</td>
<td><code>Ctrl-c</code></td>
</tr>
<tr>
<td>Cut</td>
<td><code>Ctrl-x</code></td>
</tr>
<tr>
<td>Paste</td>
<td><code>Ctrl-v</code></td>
</tr>
<tr>
<td>Undo</td>
<td><code>Ctrl-z</code></td>
</tr>
<tr>
<td>Redo</td>
<td><code>Ctrl-Shift-z</code></td>
</tr>
<tr>
<td>Delete word left</td>
<td><code>Ctrl-Backspace</code></td>
</tr>
<tr>
<td>Delete word right</td>
<td><code>Ctrl-Delete</code></td>
</tr>
<tr>
<td><strong>Splitting &amp; Tabs</strong></td>
<td></td>
</tr>
<tr>
<td>Open horizontal split</td>
<td><code>Ctrl-w h</code></td>
</tr>
<tr>
<td>Open vertical split</td>
<td><code>Ctrl-w v</code></td>
</tr>
<tr>
<td>Switch tab left</td>
<td><code>Alt-←</code></td>
</tr>
<tr>
<td>Switch tab right</td>
<td><code>Alt-→</code></td>
</tr>
</tbody></table>
<p>For more, check the official keybindings:<br>🔗 <a href="https://github.com/zyedidia/micro/blob/master/runtime/help/keybindings.md">Micro Keybindings</a><br>🔗<a href="https://micro-editor.github.io/">Available Here</a></p>
<hr>
<h2><strong>Final Thoughts</strong></h2>
<p>Micro is a powerful text editor for terminal users who want an alternative to Vim or Nano. With an intuitive command bar, extensive customization options, and full plugin support, it offers a lightweight yet feature-rich editing experience. 🚀</p>
]]></content:encoded>
      <itunes:author><![CDATA[▄︻デʟɨɮʀɛȶɛֆƈɦ-ֆʏֆȶɛʍֆ══━一,]]></itunes:author>
      <itunes:summary><![CDATA[<p> <strong>Micro</strong> with its operands and keybindings.  </p>
<hr>
<p>Micro is a modern, user-friendly text editor designed for the terminal. It offers extensive features, including mouse support, multiple cursors, syntax highlighting, and an intuitive command bar.</p>
<hr>
<h2><strong>1. Command Bar</strong></h2>
<ul>
<li>Open it with <code>Ctrl-e</code></li>
<li>Supports shell-like argument parsing (single/double quotes, escaping)</li>
<li>No environment variable expansion</li>
</ul>
<hr>
<h2><strong>2. Commands Overview</strong></h2>
<p>Commands are entered using <code>Ctrl-e</code> followed by the command.</p>
<h3><strong>File Management</strong></h3>
<ul>
<li><code>save ['filename']</code> → Save the current buffer (or "Save As" if a filename is given)</li>
<li><code>quit</code> → Exit Micro</li>
<li><code>open 'filename'</code> → Open a file</li>
<li><code>reopen</code> → Reload the current file from disk</li>
<li><code>pwd</code> → Print the current working directory</li>
<li><code>cd 'path'</code> → Change the working directory</li>
</ul>
<h3><strong>Navigation</strong></h3>
<ul>
<li><code>goto 'line[:col]'</code> → Move to an absolute line and column</li>
<li><code>jump 'line[:col]'</code> → Move relative to the current line</li>
</ul>
<h3><strong>Editing</strong></h3>
<ul>
<li><code>replace 'search' 'value' ['flags']</code> → Replace text<ul>
<li><code>-a</code> → Replace all occurrences</li>
<li><code>-l</code> → Literal search (no regex)</li>
</ul>
</li>
<li><code>replaceall 'search' 'value'</code> → Replace all without confirmation</li>
<li><code>textfilter 'sh-command'</code> → Pipe selected text through a shell command and replace it</li>
</ul>
<h3><strong>Splitting and Tabs</strong></h3>
<ul>
<li><code>vsplit ['filename']</code> → Open a vertical split</li>
<li><code>hsplit ['filename']</code> → Open a horizontal split</li>
<li><code>tab ['filename']</code> → Open a file in a new tab</li>
<li><code>tabswitch 'tab'</code> → Switch between tabs</li>
<li><code>tabmove '[-+]n'</code> → Move tab position</li>
</ul>
<h3><strong>Configuration</strong></h3>
<ul>
<li><code>set 'option' 'value'</code> → Set a global option</li>
<li><code>setlocal 'option' 'value'</code> → Set an option for the current buffer</li>
<li><code>show 'option'</code> → Show the current value of an option</li>
<li><code>reset 'option'</code> → Reset an option to its default</li>
</ul>
<h3><strong>Plugins</strong></h3>
<ul>
<li><code>plugin list</code> → List installed plugins</li>
<li><code>plugin install 'pl'</code> → Install a plugin</li>
<li><code>plugin remove 'pl'</code> → Remove a plugin</li>
<li><code>plugin update ['pl']</code> → Update a plugin</li>
<li><code>plugin search 'pl'</code> → Search for plugins</li>
</ul>
<h3><strong>Miscellaneous</strong></h3>
<ul>
<li><code>run 'sh-command'</code> → Run a shell command in the background</li>
<li><code>log</code> → View debug messages</li>
<li><code>reload</code> → Reload all runtime files (settings, keybindings, syntax files, etc.)</li>
<li><code>raw</code> → Debug terminal escape sequences</li>
<li><code>showkey 'key'</code> → Show what action is bound to a key</li>
<li><code>term ['exec']</code> → Open a terminal emulator running a specific command</li>
<li><code>lint</code> → Lint the current file</li>
<li><code>comment</code> → Toggle comments on a selected line or block</li>
</ul>
<hr>
<h2><strong>3. Keybindings Overview</strong></h2>
<table>
<thead>
<tr>
<th><strong>Action</strong></th>
<th><strong>Keybinding</strong></th>
</tr>
</thead>
<tbody><tr>
<td><strong>Navigation</strong></td>
<td></td>
</tr>
<tr>
<td>Move cursor left</td>
<td><code>←</code> or <code>h</code></td>
</tr>
<tr>
<td>Move cursor right</td>
<td><code>→</code> or <code>l</code></td>
</tr>
<tr>
<td>Move cursor up</td>
<td><code>↑</code> or <code>k</code></td>
</tr>
<tr>
<td>Move cursor down</td>
<td><code>↓</code> or <code>j</code></td>
</tr>
<tr>
<td>Move to start of line</td>
<td><code>Home</code></td>
</tr>
<tr>
<td>Move to end of line</td>
<td><code>End</code></td>
</tr>
<tr>
<td>Move to start of file</td>
<td><code>Ctrl-Home</code></td>
</tr>
<tr>
<td>Move to end of file</td>
<td><code>Ctrl-End</code></td>
</tr>
<tr>
<td>Move by word left</td>
<td><code>Ctrl-←</code> or <code>Ctrl-b</code></td>
</tr>
<tr>
<td>Move by word right</td>
<td><code>Ctrl-→</code> or <code>Ctrl-f</code></td>
</tr>
<tr>
<td><strong>Editing</strong></td>
<td></td>
</tr>
<tr>
<td>Copy</td>
<td><code>Ctrl-c</code></td>
</tr>
<tr>
<td>Cut</td>
<td><code>Ctrl-x</code></td>
</tr>
<tr>
<td>Paste</td>
<td><code>Ctrl-v</code></td>
</tr>
<tr>
<td>Undo</td>
<td><code>Ctrl-z</code></td>
</tr>
<tr>
<td>Redo</td>
<td><code>Ctrl-Shift-z</code></td>
</tr>
<tr>
<td>Delete word left</td>
<td><code>Ctrl-Backspace</code></td>
</tr>
<tr>
<td>Delete word right</td>
<td><code>Ctrl-Delete</code></td>
</tr>
<tr>
<td><strong>Splitting &amp; Tabs</strong></td>
<td></td>
</tr>
<tr>
<td>Open horizontal split</td>
<td><code>Ctrl-w h</code></td>
</tr>
<tr>
<td>Open vertical split</td>
<td><code>Ctrl-w v</code></td>
</tr>
<tr>
<td>Switch tab left</td>
<td><code>Alt-←</code></td>
</tr>
<tr>
<td>Switch tab right</td>
<td><code>Alt-→</code></td>
</tr>
</tbody></table>
<p>For more, check the official keybindings:<br>🔗 <a href="https://github.com/zyedidia/micro/blob/master/runtime/help/keybindings.md">Micro Keybindings</a><br>🔗<a href="https://micro-editor.github.io/">Available Here</a></p>
<hr>
<h2><strong>Final Thoughts</strong></h2>
<p>Micro is a powerful text editor for terminal users who want an alternative to Vim or Nano. With an intuitive command bar, extensive customization options, and full plugin support, it offers a lightweight yet feature-rich editing experience. 🚀</p>
]]></itunes:summary>
      <itunes:image href="https://image.nostr.build/c2a886c4bb3213e8b41e294c5d2bce31488a4c7c11fbec95cbcf0b7514dd9dd4.jpg"/>
      </item>
      
      </channel>
      </rss>
    