Komentáře •

  • @PlanetLinuxChannel
    @PlanetLinuxChannel Před 2 měsíci +1

    It has been brought to my attention that nano has some very specific reasons for working the way it does. While I do still stand by the great features that micro includes out-of-the-box, it is important to recognize that nano’s unique functionality and keybindings do allow for some very powerful workflows.

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

      Also Nano's Keybinding can be easily changed.

  • @VallThyo
    @VallThyo Před rokem +20

    I never got used to vim, so I always used nano and it's limitations were really hard to circunvent... until today, I will definitely give micro a try and see it works better for me than Nano. Nice and informative as always, thanks for the video!

    • @PlanetLinuxChannel
      @PlanetLinuxChannel Před rokem +3

      Glad you found it informative! I personally find Micro to be a nice middle ground between the limitations of nano and the complexity of vim, but also easier to use than nano!

    • @no_name4796
      @no_name4796 Před 2 měsíci

      I learnt vim motions on vscode and then once i got good i switched to neovim, and now after 1 year i finally learned how to make a good config file with lsp and all stuff i want.
      That is to say, once you learn it, it's just top tier, nothing else will ever satisfy you!
      But getting from zero to a point where you are good enough to enjoy it, is very hard

  • @MESYETI
    @MESYETI Před 7 měsíci +11

    nano actually does have mouse support but it's an optional setting that's off by default
    enabling it also makes the scroll behaviour change, the scrolling moving the cursor is just an effect of terminals sending up/down keys when the mouse mode isn't enabled

  • @theroguetomato5362
    @theroguetomato5362 Před 11 měsíci +2

    What a great video for me. I love a simple editor, but also love to customize my editor. Looks like this is ideal for me. Thanks.

    • @PlanetLinuxChannel
      @PlanetLinuxChannel Před 9 měsíci +2

      I personally think it strikes that balance of features / customization and ease of use. Glad you enjoyed the video!

  • @sandeepnaik6437
    @sandeepnaik6437 Před rokem +5

    Fall in love with 'Micro'

  • @MichaelSharpTechniSmart
    @MichaelSharpTechniSmart Před 9 měsíci

    Never thought I would move from Tilix, but the key bindings gives me all I need.
    Also, I chuckled with your description of nano's dysfunctionality.
    I subscribed.

    • @PlanetLinuxChannel
      @PlanetLinuxChannel Před 9 měsíci

      I’ve never tried Tilix, but it looks like it has a lot of potential. I find Micro to be the perfect balance of powerful features and ease of use.
      Thanks for the sub!

  • @nxsmotorsports
    @nxsmotorsports Před 7 měsíci +3

    I, too, love me some micro. It feels very intuitive to me because of my experiences working with various text editors throughout my life. I use nano, vi(m), and micro across different hardware depending on what I'm trying to accomplish.
    I'm glad there are a number of quality editors available for different use cases and user preferences. They all have their place. Thanks for sharing your knowledge!

    • @PlanetLinuxChannel
      @PlanetLinuxChannel Před 7 měsíci +1

      Glad you found it helpful! They all definitely have their own unique strengths. I personally find Micro to be the best balance for what I want, and what I think a lot of people”casual” terminal text editor users would want. But that doesn’t mean there aren’t better editors for certain users or use cases.

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

      @@PlanetLinuxChannel Most definitely. I will say that I have to find a situation where Micro can't do what I need. I've never been using Micro and had to switch to a different editor to accomplish the task at hand. It has served me well over the years.

  • @BenitoF2009
    @BenitoF2009 Před 9 měsíci +2

    Micro is awesome. I use it for 3 years now. Never got used to (n)vim or emacs. The "out of the box" keybindings are great and also the plugins. And with ~ 12 MB it isn't as big as some other editors.
    So thank you for promoting it! ;-)

    • @PlanetLinuxChannel
      @PlanetLinuxChannel Před 9 měsíci +1

      Great to hear someone else also uses and appreciates it!

  • @taxaction1
    @taxaction1 Před 9 měsíci

    Informative vid. Thanks 👍.

  • @OS-Advertising
    @OS-Advertising Před 14 dny

    micro & mc file manager are life changers

  • @noodle69
    @noodle69 Před 9 měsíci +3

    i have tried micro for a while, but i still prefer using my personal configured nano with some source code modifications. (edit: there isn't much configuring to do other than syntax highlighting and some other functionalities which are super helpful, so for some things i wanted to be able to do with alternative buffer executions, i had to modify the source since there aren't plugins for nano. it was still very easy, being all in c, and prefer it to the other editors i have spent years with such as nvim, helix, emacs, and micro)

    • @PlanetLinuxChannel
      @PlanetLinuxChannel Před 9 měsíci

      Fair enough. I imagine you can do a lot with nano once you’re willing to work with the source code.

  • @davidwayne9982
    @davidwayne9982 Před rokem +1

    THANK YOU so much-- iv'e had some text stuff recently I needed to make minor changes in and as you said- MANY of us do NOT code... and I damn sure don't. THIS makes it possible-- with Nano - I had things so screwed up I had to reload my whole system.. :)

    • @PlanetLinuxChannel
      @PlanetLinuxChannel Před 9 měsíci

      Hehe, I know that feeling when trying to struggle with Nano. Glad you found the video helpful and hope Micro is working well for you.

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

    My favorite code editor, simple and easy to use. ❤❤❤

  • @captainwasabi
    @captainwasabi Před rokem +9

    I have been using vi* for 30+ years. It's always terrible, but it's always there. I've been using micro a couple weeks now since it popped up on my feed and I really like it. I had to make an alias because my hands automatically type vi when I need to edit something from the cli. my only other "complaint" isn't a complaint, esc ZZ and :q! don't work. They were always nonsense but 30 years of muscle memory will take a bit to overcome. It's 100% my goto for cli text editing for sure now.

    • @PlanetLinuxChannel
      @PlanetLinuxChannel Před rokem

      Wow, I was convinced that the only group of people that wouldn’t like micro would be vi* and emacs users! Glad to hear you’re enjoying it! Though not sure how to help with not being able to :q!
      Ctrl-q -> n just doesn’t have quite the same feel to it!

    • @captainwasabi
      @captainwasabi Před rokem

      Imo it's just a shibboleth.

    • @PlanetLinuxChannel
      @PlanetLinuxChannel Před rokem

      Very possibly

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

    Is there a way to get auto formatting (e.g., prettify c++ code)? It would be great to have an AStyle plugin…

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

    I'm done with Nano, thanks!

  • @LupinxJigenTTV
    @LupinxJigenTTV Před 11 měsíci

    that's great but nothing beats the "Simplicity" of ed baby. KISS dude. This does look nice though, thanks for the video!

  • @pablodenapoli1667
    @pablodenapoli1667 Před 10 dny

    The best condole ediror is joe. Is fast. It can mimic the key bindings of many othres (the default mimics Wordstar/Borlaand IDE). It has great block operatiions, etc.

  • @Tala2n
    @Tala2n Před 10 měsíci +1

    I use graphical editors, except i'm in a pure tty, when I installed Alpine the first package I installed was Micro, so I continued installation in a slightly less hostile environment.

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

    It's cool. Is this have auto indentation plugin?

  • @native-nature-video
    @native-nature-video Před 9 měsíci +1

    Thank you

  • @corycaserta748
    @corycaserta748 Před rokem +1

    Hello, all;
    I had tried Micro in Android Termux a few months ago, installed Oh-My-ZSH for a change in shells, and now Micro hard-freezes on open - with any file or just a blank buffer - I tried CHSH back to default Bash, but it still freezes. I don't know how many files/apps I've insatlled since then, so I'm adverse to restarting Termux from scratch just to get Micro running again. Is there a settings file I could put in Micro .config to set up a 'safe mode' to get Micro running again?
    Thanks for reading this;
    Cory

    • @PlanetLinuxChannel
      @PlanetLinuxChannel Před 9 měsíci

      Hi Cory. Apologies for the late response; hopefully you’ve had some luck.
      You could try deleting Micro’s config file, which is located at ~/.config/micro/settings.json
      Alternatively you could rename that file to something else if you want to keep it as a backup to use again later. In either case, if micro doesn’t see that file anymore, it’ll start with default settings (other than key bindings which are a different file).
      Someone said they thought you could start micro with a no-plugins flag to disable all plugins “micro -no-plugins” but I don’t recall this being a thing, so you’d have to try it and see.
      Good luck!

  • @BrettSurenne
    @BrettSurenne Před rokem +1

    vi is the only editor I've found in every Unix version I've had to use. I had to learn it for configuration files etc. I thought pico was a godsend though. 😂

    • @PlanetLinuxChannel
      @PlanetLinuxChannel Před 9 měsíci

      Very true. Vi is everywhere! Haven’t messed with pico myself.

  • @EmaryTegan
    @EmaryTegan Před 9 měsíci

    Does micro allow for the use of vim commands?

  • @mikedoth
    @mikedoth Před 7 dny

    How do you resize the splits?

  • @Heroselohim
    @Heroselohim Před 11 měsíci

    Thanks man for micro suggestion! Amazing 🙌
    If you have the time, can you show me how do you switch the file to be edited in the terminal (link?) ?
    You enter "micro " and then you start switching the file to be edited without typing. Looks like it

    • @PlanetLinuxChannel
      @PlanetLinuxChannel Před 9 měsíci +1

      At one point in the video, I believe I was allowing up through previous commands I had entered to find one I already typed before. But after you type micro, you can begin typing the path to the file and press Tab to autocomplete the name of the folder or file (pressing Tab twice will display a list of all possible autocompletions based on what you’ve typed so far).

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

    Ya, I really love the keybinds with standard hotkeys like ctrl-c copy ctril-v paste. Only best things about nano is it a tiny bit smaller. Another IDE Text editor is Geany. But I still find NeoVIM or EMACS a bit complicate or annoying to use; and weird hotkey bindings.
    Question regarding about Micro editor: Anyone have a good config for basic C compiling for it? I don't know much about LUA, something I have to learn, but read it is fairly powerful. Thanks for the video and about VSplit and HSplit.

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

      Copy/Paste into bindings.json in ~/.config/micro/ directory
      "Alt-p": "command:pwd",
      "Alt-z": "command:set wordwrap off,command:set softwrap off",
      "Alt-Z": "command:set wordwrap on,command:set softwrap on",

  • @educhibs3994
    @educhibs3994 Před rokem

    Wonderfull

  • @shimmysham8725
    @shimmysham8725 Před rokem +2

    228 hours of battery life remaining? Are you Nikola Tesla himself?

    • @PlanetLinuxChannel
      @PlanetLinuxChannel Před rokem +1

      OhI’nothing that amazing. You should just see the size of the laptop! 0-i2--prod-dailystar-co-uk-0.cdn.ampproject.org/ii/w820/s/i2-prod.dailystar.co.uk/incoming/article29303423.ece/ALTERNATES/s615/0_Image.jpg

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

    [Nano has Ctrl-X for eXit] “This is weird.”
    [Emacs has Ctrl-K S for save] “This is fine.”

  • @muchamadyja
    @muchamadyja Před rokem

    how to use the snippets plugin, i just struggle to using this plug.

    • @PlanetLinuxChannel
      @PlanetLinuxChannel Před 2 měsíci

      I’d have to look into it. I’m not familiar with it myself.

  • @cromm6145
    @cromm6145 Před 2 měsíci

    It doesn't have syntax highlighting for *.conf-files, which are commonly used under Linux, but for *.ini-files. Why?????

    • @PlanetLinuxChannel
      @PlanetLinuxChannel Před 2 měsíci

      I actually thought it did have it for .conf files. Maybe it would be because conf files often have drastically varying formatting; like, not a standard for how they’re laid out?

  • @mitchtell6806
    @mitchtell6806 Před 2 měsíci

    Well I attempted to try Micro but almost immediately ran into a problem. I am a MacOS user and I use iTerm2 as my terminal software. When I ssh into a remote system that has nano installed, if I load a document and want to copy text all I need to do is highlight it with my mouse, and the text gets copied to my Mac clipboard. It could not be any easier. But in Micro, not only does highlighting the text not copy it to the clipboard, but even if you try to manually copy the text it does not seem to work, in fact I could not find ANY way to copy text from Micro. The other issue is the line numbers at the left; in some cases they are distracting and I don't see any way to toggle that display on and off. So I guess I will stick with Nano - I could probably live with the line numbers if I had to, but not the inability to copy text (again this is using iTerm2 over a ssh connection to another system; it may work locally or it may work using a different terminal program, but if so that's irrelevant).

    • @PlanetLinuxChannel
      @PlanetLinuxChannel Před 2 měsíci

      Hmm, that’s an interesting one that I hadn’t considered. I’m not sure about copying text to the local machine in that case.
      I believe that Ctrl+R will toggle the line numbers, though I can’t test this to verify at the moment.

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

    micro! cheers

  • @rektleet
    @rektleet Před rokem

    nano is something i would just use for a quick patch and easy one liner, everything else i would just use a code editor lol

    • @PlanetLinuxChannel
      @PlanetLinuxChannel Před 9 měsíci +1

      That’s fair enough! I guess I figure micro is so easy to install and use instead tho I rather use it for all those one liners. A couple seconds saved over a hundred times is…well, admittedly only a few minutes. But hey, at least it has colourful syntax highlighting OOTB!

  • @CaribouDataScience
    @CaribouDataScience Před 9 měsíci +1

    Hey, what about JOE or JED?

    • @PlanetLinuxChannel
      @PlanetLinuxChannel Před 9 měsíci +1

      It looks pretty interesting. I’ll have to check it out!

  • @stevejohnson1321
    @stevejohnson1321 Před rokem

    I'm not in the terminal so much, so it's usually mousepad or leafpad for me.

  • @tjn6278
    @tjn6278 Před 11 měsíci

    Why use vi, nano or micro? i just use gedit. There's supposed to be some reason not to use gedit, but ive never had issues.

    • @PlanetLinuxChannel
      @PlanetLinuxChannel Před 11 měsíci +1

      Honestly there’s nothing wrong with that. Terminal text editors can be convenient when you’re already in the terminal and of course they’re desktop-agnostic, so people often get used to using the same utility across distros and desktops, or even with no graphical desktop at all.
      Still, nothing wrong with using gedit. It’s a decent text editor that works well and is easy and straightforward.

  • @pyepye-io4vu
    @pyepye-io4vu Před 11 měsíci

    You should make a video "Cat sucks! Use Bat instead!"

  • @Skelterbane69
    @Skelterbane69 Před rokem +1

    Me, who only ever uses text editors for config files:
    But why?

    • @PlanetLinuxChannel
      @PlanetLinuxChannel Před 11 měsíci

      That’s a fair point, and which editor probably doesn’t matter as much in that case.
      But, even with config files, where you may often have to access them from the terminal, it can be convenient for it to open directly in the terminal window in a text editor that makes it easy to copy and paste or has the syntax of the file highlighted.
      Then again, that may not matter to you for quick edits. 🙂

    • @Skelterbane69
      @Skelterbane69 Před 11 měsíci

      @@PlanetLinuxChannel I don't really know what syntax highlighting does lol I just use nano for quick editing and saving

    • @PlanetLinuxChannel
      @PlanetLinuxChannel Před 11 měsíci

      By syntax highlighting I mean that it will colour-code the different pieces of text based on what they do / mean. It’s really useful for programming, but sometimes works in config files as well.

  • @TheChadWork2001
    @TheChadWork2001 Před rokem +13

    While I thank you for your video, I disagree with you. Nano is popular because it's simple, and includes the command bar at the bottom. All you need to know to start using it is ^ = CTRL. I start Micro and I have no idea how to use it. All that text at the bottom is meaningless, except CTRL-g. If I type that, how do i get rid of the screen that pops up? ESC doesn't work, CTRL-q doesn't work. It's not intuitive. I would say micro is harder than Nano but easier than VI. Therefore I don't see it replacing Nano for these reasons. Micro is better for Nerds but not newbs.

    • @PlanetLinuxChannel
      @PlanetLinuxChannel Před 2 měsíci +1

      That’s certainly a reasonable opinion. I’ve personally found Micro to be fairly easy to use, yet more feature-rich than Nano; an ideal balance / compromise in my opinion. But that’s the real benefit of having so many great and varied options. We don’t all have to use the same things, and there’s an option out there that works well for just about everyone.
      I will admit that, for quick edits on a system where I haven’t installed Micro, Nano absolutely does the trick in a pinch.

  • @bramfran4326
    @bramfran4326 Před rokem +1

    The features you showed are enough for me to never use nano again and use micro instead.

    • @PlanetLinuxChannel
      @PlanetLinuxChannel Před rokem +1

      Glad to hear it; that was my goal. 🙂 Micro does have even more functionality if you need it, like recording and running macros or passing a selection of text through another shell command and adding its output to the file (like running selected text through the “sort” command to sort lines alphabetically.
      It’s quite powerful if you need it to be, but also just way easier to use than most other command-line editors.

  • @user-xv8xh2ib6p
    @user-xv8xh2ib6p Před 12 dny

    Nano is fine. If you need something more use Vim, Emacs, or even better; an actual code editor! Like VS Code or Kate.

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

    anyone use joe here? :(

  • @undergroundnews_dk
    @undergroundnews_dk Před rokem +1

    i use joe

    • @PlanetLinuxChannel
      @PlanetLinuxChannel Před rokem

      That’s cool! I certainly hadn’t heard of it until looking it up just now, but it seems pretty capable. Doesn’t sound the most intuitive to me, but if you’re used to it, then I imagine it’s pretty efficient (the same could be said for editors like vim or emacs).

    • @undergroundnews_dk
      @undergroundnews_dk Před rokem

      @@PlanetLinuxChannel its because its like a old wordprocesssor editor on CP/M-80 wordstar compatible keys thats why I use it and it can do cut/paste - replace text locate strings words

    • @PlanetLinuxChannel
      @PlanetLinuxChannel Před rokem

      Makes sense. That’s pretty cool!

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

    🫵🇧🇷✌️

  • @vandorlokronika9581
    @vandorlokronika9581 Před 11 měsíci

    Just use a GUI based text, code editor such as VS code, Geany, Notepadqq etc. on desktop. Terminal editors only need it on servers or when you install linux and need to edit very basic things.

    • @PlanetLinuxChannel
      @PlanetLinuxChannel Před 9 měsíci

      There are plenty of great graphical editors. And for frequent or large-scale use, a lot of people would prefer them. But, terminal editors can be a quick and lightweight resource for the occasional need to edit a text (or similar) file.

  • @valso
    @valso Před 6 měsíci +1

    I've never done anything that someone says "you should do this instead of that" and I'm not gonna start now, just because someone dislikes nano. I'm only using nano for specific cases, like when I do changes to the filesystems and I forget to edit fstab to reflect those changes and naturally the system refuses to start after the reboot bc it can't find the old UUIDs. When that happens, I use nano for simply commenting the other filesystems, boot the system, use a GUI editor to fix the UUIDs and then reboot again. I have no other use for nano or any other cli text edtor. Nano's controls might be non-intuitive but at least it shows them right there on the screen in front of me, I don't have to be a fortune teller in order to guess what controls the non-nano program might have. And once the desktop starts, I use GUI editors, so why would I use a cli editor in desktop mode? That's ridiculous.

    • @PlanetLinuxChannel
      @PlanetLinuxChannel Před 6 měsíci +3

      Everyone certainly has their specific use cases. Nano (along with most any other editor) is perfectly sufficient for those things; I’ve just found Micro to be a more intuitive alternative and wanted to share it because it didn’t seem to be as well known.
      I do believe you can get a controls sheet similar to Nano’s with a keypress (I think Ctrl-g or Ctrl-Shift-G).

    • @valso
      @valso Před 6 měsíci +2

      @@PlanetLinuxChannel Sharing is a good thing. But saying "you shold use Micro instead of Nano" is not a good idea, it sounds like you're trying to impose it on us. It would be better if you had put it this way: "This is why I like Micro compared to Nano" and let the viewer decide whether they should use it or not.

  • @heinrichschiller4673
    @heinrichschiller4673 Před 8 měsíci

    Visual Studio Code ist the best Editor🎉

    • @PlanetLinuxChannel
      @PlanetLinuxChannel Před 8 měsíci

      Well I don’t personally use it, but I know plenty of people that like it. So I’m sure it’s got some great features!

  • @wiretracecompany
    @wiretracecompany Před 2 měsíci

    It uses lua, thats it, I'm using micro from now on.

  • @stefandriesner5026
    @stefandriesner5026 Před rokem +1

    It is possible to highlight 'micro' as a more fully featured alternative without crapping on 'nano'. Did you do any research as to *why* nano has it's unique key bindings or has so few features? Every tool is designed to meet a particular need, and until you write your own fully featured text editor, I would approach these videos with a bit more humility.

    • @PlanetLinuxChannel
      @PlanetLinuxChannel Před 2 měsíci

      That is a valid point, and I do appreciate you bringing that up. I failed to recognize that nano (its developers) has a reason for the decisions that were made and being how it is. Upon a bit more research, I can certainly appreciate the workflows that nano enables.
      I do stand by the out-of-the-box features that Micro has, but recognize that I need to do a better job of researching every aspect of what I cover, and understanding why things are the way they are. Thank you for bringing that to my attention.

  • @janlochman1985
    @janlochman1985 Před 10 měsíci

    No, it isn't, as a copypaste doesn't work. Do you have something else?

  • @t0menlegam890
    @t0menlegam890 Před 11 měsíci

    used what u like..dont condem others..

    • @bhavyakukkar
      @bhavyakukkar Před 10 měsíci

      it's called clickbait

    • @PlanetLinuxChannel
      @PlanetLinuxChannel Před 10 měsíci +1

      Oh absolutely! I just know that a lot of people haven’t heard of Micro or haven’t considered anything other than the default (usually Nano) so I wanted to cover how this could be a better option for some users.
      And yes, there is some element of trying to get people’s attention with the title and thumbnail.

  • @benezen
    @benezen Před rokem

    no nano is better.
    micro devs never fix bug about korean font in search menu.
    so i dont like micro and never use

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

      The GitHub seems relatively active in terms of development, but I imagine that would be pretty frustrating to have long-standing bugs!

  • @Bekon241
    @Bekon241 Před 8 měsíci

    If you write book not coding Nano is much better then vim stop talk shit, PICO old dos editor is Nano now this apps is awesome not that lovely like Wordstar 4.0 on dos but still awesome! Micro suck!

    • @PlanetLinuxChannel
      @PlanetLinuxChannel Před 8 měsíci

      Nano has its place, and everyone has their preferences. But I would argue that Micro is just as good an option as Nano for that scenario.