Micro Text Editor: Is It Any Good? - A Vim User's Perspective

Sdílet
Vložit
  • čas přidán 4. 09. 2022
  • Micro is a little text editor that is supposed to be the next best thing since Nano. Is it any good?
    👇 PULL IT DOWN FOR THE GOOD STUFF 👇
    Patreon - / thelinuxcast
    Liberapay - liberapay.com/thelinuxcast/
    CZcams - / @thelinuxcast
    ===== Follow us 🐧🐧 ======
    Discord - / discord
    Odysee - odysee.com/$/invite/@thelinux...
    / thelinuxcast
    / mtwb
    Mastodon- fosstodon.org/@thelinuxcast
    gitlab.com/thelinuxcast
    Subscribe at thelinuxcast.org
    Contact us email@thelinuxcast.org
    Telegram Group - t.me/+9lYoIuLh0JIyMzcx
    Amazon Wishlist - www.amazon.com/hz/wishlist/ls...
    Merch Store - zaney.creator-spring.com/
    Logo Courtesy of - pedropaulo.net
    ==== Special Thanks to Our Patrons! ====
    thelinuxcast.org/patrons/
    ==== Referenced ====
    micro-editor.github.io/index....
    #micro #vim #thelinuxcast
  • Věda a technologie

Komentáře • 84

  • @TheLinuxCast
    @TheLinuxCast  Před rokem +2

    This video was released 2 days early for Patrons and Channel Memebers (Tier 2 and above) patreon.com/thelinuxcast

    • @Little-bird-told-me
      @Little-bird-told-me Před rokem

      small correction: _Members_

    • @cybernit3
      @cybernit3 Před měsícem

      *Micro Editor does have MACROS ctrl+u starts recording then ctrl+u to stop recording ctrl+j to play the macro
      --for wordwrap add this into your bindings.json config file
      "Alt-z": "command:set wordwrap off,command:set softwrap off",
      "Alt-Z": "command:set wordwrap on,command:set softwrap on",

  • @bjorn7696
    @bjorn7696 Před rokem +25

    I like how you did "man --help" instead of "micro --help" and then continue like you did the latter. 😄

  • @itildude
    @itildude Před rokem +18

    I discovered Micro a while back and love it. It's a great middle ground of functionality and simplicity. I do still use NeoVIM and Emacs but for quick edits I'm usually in Micro.

  • @Riiku
    @Riiku Před rokem +16

    Micro is pretty good as a replacement to Nano, it's easy to use and the default keybinds for someone new to terminal text editors.
    But recently i'm kinda in love with the Helix text editor, it's a middle ground between vim/neovim and kakoune, it's SO GOOD!, I would love to see Matt taking a look at it as a Vim guy.

  • @patrickprucha5522
    @patrickprucha5522 Před 8 měsíci +5

    Very good review. I have switched to micro because of the copying and pasting outside the nano buffer. Also I personally don't think there is an appeal to have to learn a software to get to use it. We are not talking nuclear physics....just creating and revising text documents.

  • @robonator2945
    @robonator2945 Před rokem +11

    Honestly I might start using Micro. VIM or EMACS might work for some people, but as someone who does other stuff on their computer besides just typing like watching youtube, browsing, playing games, etc. it's like I have to get into a completely different mindset everytime I want to actually type something, and frankly most of the things I have to edit day to day are more than simple enough for nano to do the job, albeit clunkily. Commands like ctrl-S for save are so universal, not having them on my text editor just gets annoying. Micro feels like an actual attempt at a user friendly AND decently powerful in-terminal text editor.

    • @maxresfault7925
      @maxresfault7925 Před rokem

      I think nano saves with ctrl-s anc ctrl-o by defualt

    • @darthinvader1937
      @darthinvader1937 Před 7 měsíci

      ​@@maxresfault7925Nano saves ("write-out" as they call it) with ctrl-S but they cut with ctrl-K and exit with ctrl-X. Ultimately it's a non issue since it's easy to remap these keybindings

  • @l.iwakura6553
    @l.iwakura6553 Před rokem +5

    Its extremelly extensible, literally using it as my main editor even for development.

  • @singletona082
    @singletona082 Před 10 měsíci +4

    I write as a hobby. I also have vision issues.
    Vim for me has always bee noverkill. Nano for me has always been not enough. Emacs for me has always been 'yo dawg I heard you wanted an OS in your OS so you can have an OS inside your OS just so you can type up a few documents.'
    Micro looks like it will... MOSTLY do what i want.

    • @DoltonI
      @DoltonI Před 3 měsíci +1

      I had similar thoughts when I found out about it.

    • @singletona082
      @singletona082 Před 3 měsíci +1

      @@DoltonI Imperfect, but to be blunt? 'Perfect' would be recreating word perfect 5.1's text interface (the featureset is overkill.)

  • @zeocamo
    @zeocamo Před rokem +3

    NeoVim also got the mouse as first class, it is turn on by default and it got right-click menu too. and you can click tabs to switch them too

  • @richardmeyer418
    @richardmeyer418 Před rokem +2

    BTW - you can get copy/paste in Vim or most consoles by Shift-Ctrl-C and Shift-Ctrl-V - it certainly appears to use the system clipboard - I've been using it forever ... but I am old. 😁

  • @jeremietamburini
    @jeremietamburini Před 5 měsíci

    To copy/paste some text with mouse or touchpad in linux, in most cases you don't even need ctrl-C / ctrl-v 😉
    Once you select some text, it is immediately copied. To paste it just click the scroll wheel (mid clic) or the equivalent on touchpad, like 3 fingers tap or left and right click pressed together.
    I discovered just recently the advanced features of Micro... couldn't believe how good it is! I have treated it as a "just better Nano" but not really suitable for technical stuff. I was wrong!
    I've tried Vim and Vim-like editors, but I'm not compatible with "modal editors". But I like the idea of a text editor into a terminal and Micro can be my cup of tee.

  • @burnt_666
    @burnt_666 Před rokem +1

    thanks for making the video and introducing me to this. micro seems like a really good fit for me.

  • @JustAGuyLinux
    @JustAGuyLinux Před rokem +4

    Big fan of micro. Nice job!

  • @JZHarrison
    @JZHarrison Před rokem

    thanks, very helpful. using micro on my MacBook Air I cannot get the hash symbol. Option 3 does it in all other applications. Anyone know what I am doing wrong?

  • @zeocamo
    @zeocamo Před rokem +2

    with the new lua API for highlight in Neovim, themes is 30-40 lines of setting colors like this at 11:10, but if you want to make custom colors for all your plugins then of cuz it is more

  • @wtfisgoingon535
    @wtfisgoingon535 Před rokem +4

    nano is great for light edition and its ootb on almost all distro

    • @ArniesTech
      @ArniesTech Před rokem +1

      Exactly why it is my GoTo editor 💪😁

  • @androth1502
    @androth1502 Před rokem +1

    i just setup ctrl {i,j,k,l} for caret navigation in micro. works great since i can palm the left control key on my keyboard. if you love vim keys, you can do the same but with ctrl {h,j,k,l} instead.

  • @CyperN077
    @CyperN077 Před rokem

    Matt this is a pretty cool addition to add to your tool box. Would definitely check it out. Thanks¡.. I haven't used nano and ages and all that I see this probably never will ever again.

  • @patrickprucha5522
    @patrickprucha5522 Před 8 měsíci +1

    products like vim or emacs have their followers who have created a workflow specific to their needs. I don't blame people sticking with what works :D

  • @zeocamo
    @zeocamo Před rokem +1

    you can bind c-s to :update

  • @zeocamo
    @zeocamo Před rokem +1

    for 2. you can also save your settings/options with the save session :mks! /path/file.vim and load it with :so /path/file.vim

  • @Little-bird-told-me
    @Little-bird-told-me Před rokem +2

    I think OTB did a similar review few days ago, this was more fun :) _Micro doesn't have to try too hard to be better than nano_ : Matt

  • @makeitreality457
    @makeitreality457 Před 4 měsíci

    Trying out micro-2.0.11-6 ... It has macro support on the keyboard help page. I modified nano hotkeys with `man nanorc`, so they are about the same as Windows for cut, copy paste that I'm used to.

  • @Bruces-Eclectic-World
    @Bruces-Eclectic-World Před rokem +1

    Awesome, something I can use! 😛I use Nano and I will give this a try for sure... Why don't people still use the 80 column rule when it comes to margins? We were thought to use 80 column in school typing class (Yes I'm that old!) and it has been the standard for years. Now for some damn reason programs do not follow that anymore... 😞 Hell 120 columns would be fine... Lol
    That is the one thing that Nano bugs me about is the 80 columns issue. Just keep going and going... Yes Nano has a .nanorc file and you can set bindings and all sort of thing like line wrapping. I have the copy & past set to 'ctl-c & ctl-v' and exit is ctl-x and save is ctl-s.
    Thanks Matt for the video!
    LLAP 🖖

  • @wisnoskij
    @wisnoskij Před rokem

    wait, ctrl+c,v worked in a terminal? I throught you alwasys needed to add the shift?

  • @BUDA20
    @BUDA20 Před rokem +1

    I like micro to quickly read code since it has good syntax highlighting out of the box

  • @makeitreality457
    @makeitreality457 Před 4 měsíci +1

    So NANO just got a whole LOT BETTER. Or I just never could read the help... I just noticed it does macros, justify text, anchors, and jumping between different sections of code. And commands. CTRL-T inserts the output of commands, like you can put the output of "ls" into the document, or use `xsel` to pipe highlighted text into an AI for some hot programming chat with a bot.

  • @jeremy8364
    @jeremy8364 Před rokem

    What browser are you using?

  • @cecece775
    @cecece775 Před rokem

    Hi, just wondering how you made your terminal backend bloored ? cause i been searching for this effect for so long

    • @ArniesTech
      @ArniesTech Před rokem

      Configurations. Matt is the king of ricing and having config files to meet his very taste.
      Also bear in mind that some editors/terminal emulatora allow for more customizations than others.

    • @cecece775
      @cecece775 Před rokem +1

      @@ArniesTech still not the answer to my question

  • @zeocamo
    @zeocamo Před rokem +1

    Matt in Vim or Neovim if you type :map you got a list of all the key mapping

  • @wyfyj
    @wyfyj Před rokem

    Be proud I got Gentoo up and running. As well as getting a wacom tablet working. Thinking of using it as my mouse.
    I'm trying to use Gentoo as my daily driver for a month. Learning a ton. But I hop back on the best OS there is, for gaming... Pop!_OS :D
    Also trying to get vimium working on firefox

  • @paulywalnutz5855
    @paulywalnutz5855 Před 5 měsíci

    i pretty much only use micro for quick edit, havent nano'd in a while, great middle ground whilst i convert to nvim

  • @uima_
    @uima_ Před rokem

    Neovim's mouse support is quite good honestly. You can use `:set mouse=a` to open it or see `:h mouse`.

    • @uima_
      @uima_ Před rokem

      It even have right click menu!

  • @JarppaGuru
    @JarppaGuru Před rokem

    8:30 yes yes sound like nano to me

  • @johannn2357
    @johannn2357 Před rokem +1

    Neovim has a nice mouse integration, I think you can take a look into that and compare it to micro 😃 keep up with the great content Matt

    • @wisnoskij
      @wisnoskij Před rokem

      I think vim is supposed to eb ahead on the mouse integration, they both suck tho.

    • @linuxramblingproductions8554
      @linuxramblingproductions8554 Před rokem

      @@wisnoskij why do you say that mouse supports been good for me on neovim tho I don’t use it often because kb is better

    • @wisnoskij
      @wisnoskij Před rokem

      @@linuxramblingproductions8554 When I was looking into some right click feature I ended up asking on the irs channel why my code, copied from the internal documentation, was not working and was told that nvim just copied the vim documentation but was not yet at parity with it. That feature supposed to come in thenext stable realease, so it is possible that nvim and vim is currently at mouse parity if that was the only missing feature, but ubuntu for example will presumably still be years away from getting that update.

    • @linuxramblingproductions8554
      @linuxramblingproductions8554 Před rokem

      @@wisnoskij what was the right click feature?

    • @wisnoskij
      @wisnoskij Před rokem

      @@linuxramblingproductions8554 `mousemodel=popup`

  • @Bruces-Eclectic-World

    Hay Matt! You can set Micro to wrap the lines in the settings.json in the config folder in your .config folder. Open the file and add this to it and it will wrap the long lines. I also included the setting so that when you edit a file, lets say /etc/pacman.conf it will ask your root password. No need to open it as Root... :-)
    {
    "autosu": true,
    "softwrap": true
    }
    Hope someone finds this useful...
    LLAP 🖖
    P.S. I had to creat my settings.json file....

    • @TheLinuxCast
      @TheLinuxCast  Před rokem +2

      Oh, I know you can change it. You can change it in nano too. But it shouldn't be like that by default, which is why it pissed me off.

    • @Bruces-Eclectic-World
      @Bruces-Eclectic-World Před rokem

      @@TheLinuxCast Yep I have Nano that way too, that was what gave me the idea... Lol
      Your right it should be default... 👍
      LLAP

    • @tubeincompetence
      @tubeincompetence Před rokem

      @@TheLinuxCast And I so commonly have to disable wrapping instead :P But it depends on what I am editing.

  • @codeknack8158
    @codeknack8158 Před rokem

    (Neo)Vim has a feature to auto save files whenever the editor loses focus. That is good enough for me. Auto-saving every few seconds sounds like a overkill to me.

  • @Prophet6000
    @Prophet6000 Před rokem +1

    Micro is my main choice it is good enough for me.

  • @philippeheyvaert3742
    @philippeheyvaert3742 Před rokem

    Am I missing something...? On my fresh Debian 12 installation there is a man page...
    Best wishes,
    Philippe

  • @alexkorshunov4876
    @alexkorshunov4876 Před rokem +1

    Replace Vim with Micro. Runs smooth

  • @Torpedo07
    @Torpedo07 Před rokem

    helix text editor that's for me maybe the next big thing

  • @amerikraine3401
    @amerikraine3401 Před rokem +1

    Dude it had a man page lol I have it open. I have it open now. It also has it's own website

  • @kalle779
    @kalle779 Před rokem

    You are so funny and smart

  • @docusmonde7142
    @docusmonde7142 Před 4 měsíci

    Vim IS so difficult for me I like micro and nano are more simplier

  • @JarppaGuru
    @JarppaGuru Před rokem

    6:33 auto save is... edit and change mind oh my god it auto saved now change everything back. yup. use nano ctrl x save and close thats final lol. if not want make save dont save just quit. easy?

  • @nevoyu
    @nevoyu Před rokem

    You can script auto save into vim

    • @TheLinuxCast
      @TheLinuxCast  Před rokem

      I assumed so since there is a plugin for it.

  • @zeocamo
    @zeocamo Před rokem +1

    auto saving is easy in vim, just add this to your config
    autocmd TextChanged,TextChangedI silent update

  • @itsfish8672
    @itsfish8672 Před rokem

    GVM.

  • @thingsiplay
    @thingsiplay Před rokem +2

    Don't touch, only watch. You can have a quick look at Micro. But please promise me to never switch to Emacs.

    • @TheLinuxCast
      @TheLinuxCast  Před rokem +7

      I promise.

    • @thingsiplay
      @thingsiplay Před rokem +1

      @@TheLinuxCast Thanks. I don't want to loose another good friend.

    • @ssmith99
      @ssmith99 Před rokem +3

      The eternal struggle: The Church of Emacs vs The Colt of Vim

  • @DMSBrian24
    @DMSBrian24 Před rokem +4

    Micro doesn't really compare to Vim, it's simply a more sensible Nano replacement.

    • @ArniesTech
      @ArniesTech Před rokem +1

      Sounds like something for me to look at since I am a nano user ever since 💪😊

    • @linuxramblingproductions8554
      @linuxramblingproductions8554 Před rokem +1

      @@ArniesTech don’t worry you will get there eventually buddy

  • @eriklundstedt9469
    @eriklundstedt9469 Před rokem

    I use emacs, but I use Evil mode so I'm pretty much running vim inside of Emacs
    I highly recommend it

  • @ArniesTech
    @ArniesTech Před rokem +2

    Meanwhile I am here still using nano like a real peasant 💪😂

  • @wisnoskij
    @wisnoskij Před rokem

    I am rather enjoying Helix lately. Seems to have a lot of potential.

  • @auntiecarol
    @auntiecarol Před 5 měsíci

    Nano is hot garbage... doesn't do vim, nor Emacs, nor CUA keybinds. I mean, WTF?

  • @JarppaGuru
    @JarppaGuru Před rokem

    dont use it yet again anotget come. use nano. simple editor no funny busines. just write