<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Vim Tutorial Part 5 - Command Mode</title>
        <link>https://stream.echo6.co/videos/watch/1fd78df9-839c-42d4-a065-6a33f2a47fe4</link>
        <description>In this video I introduce VIMs command mode, and show several of the commands that I use often, the commands covered in this video are below #commands we already know :q! = quit without saving :wq = quit with saving the document :wq (document name) = quit and save with the document name :tabnew = creates a new tab :tabp = goes to the previous tab :tabn = goes to the next tab :tabfirst = goes to the first tab :tablast = goes to the last tab :e = open a file :cd = gives us the current working directory :put=range(start,end) = writes a list of numbers below the cursor :put=range(start,end,jump) = writes a list of numbers below the cursor #good example of put :for i in range(1,10) | put ='192.168.0.'.i | endfor :g/^/m0 (reverse all the lines in the document) :registers = shows us what is in all the  current registers :oldfiles = shows us files that we have previously edited :browse oldfiles = lets us browse the oldfiles we have previously edited (opens in place of the current document) :Sexplore = Opens a file explorer in a horizontal window :Vexplore = Opens a file explorer in a Vertical Window :Texplore = Opens a file explorer in a new tab Subscribe to my YouTube channel http://goo.gl/9U10Wz and be sure to click that notification bell so you know when new videos are released. ₿💰💵💲Help Support the Channel by Donating Crypto💲💵💰₿ Dash Xh9PXPEy5RoLJgFDGYCDjrbXdjshMaYerz Zcash t1aWtU5SBpxuUWBSwDKy4gTkT2T1ZwtFvrr Chainlink 0x0f7f21D267d2C9dbae17fd8c20012eFEA3678F14 Bitcoin Cash qz2st00dtu9e79zrq5wshsgaxsjw299n7c69th8ryp Etherum Classic 0xeA641e59913960f578ad39A6B4d02051A5556BfC USD Coin 0x0B045f743A693b225630862a3464B52fefE79FdB Bitcoin bc1qyj5p6hzqkautq4d3zgzwfllm7xv9wjeqkv857z Ethereum 0x35B505EB5b717D11c28D163fb1412C3344c7684d Litecoin LQviuYVbvJs1jCSiEDwWAarycA4xsqJo7D DOGE D7MPGcUT4sXkGroGbs4QVQGyXqXd6QfmXF</description>
        <lastBuildDate>Wed, 15 Apr 2026 11:30:57 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>PeerTube - https://stream.echo6.co</generator>
        <image>
            <title>Vim Tutorial Part 5 - Command Mode</title>
            <url>https://stream.echo6.co/client/assets/images/icons/icon-512x512.png</url>
            <link>https://stream.echo6.co/videos/watch/1fd78df9-839c-42d4-a065-6a33f2a47fe4</link>
        </image>
        <copyright>All rights reserved, unless otherwise specified in the terms specified at https://stream.echo6.co/about and potential licenses granted by each content's rightholder.</copyright>
        <atom:link href="https://stream.echo6.co/feeds/video-comments.xml?videoId=1fd78df9-839c-42d4-a065-6a33f2a47fe4" rel="self" type="application/rss+xml"/>
    </channel>
</rss>