The Best Editor

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 ต.ค. 2024

ความคิดเห็น • 162

  • @ChrisTitusTech
    @ChrisTitusTech  11 หลายเดือนก่อน +67

    For windows, linux, and Mac users... if you want to open file from your "file explorer" in vim or nvim, you need to check out neovide. Sorry I didn't include that in the video, but a game changer for when you aren't in terminal and need that neovim hotness.

  • @GTSilvano
    @GTSilvano 11 หลายเดือนก่อน +106

    The Primeagen will definitely love this vid.

    • @TheVertical92
      @TheVertical92 11 หลายเดือนก่อน

      haha true

    • @erosdevs
      @erosdevs 11 หลายเดือนก่อน

      Definitely buddy😊😂

    • @grandparick3176
      @grandparick3176 11 หลายเดือนก่อน

      who is better Primeagen or chris?

    • @erosdevs
      @erosdevs 11 หลายเดือนก่อน +13

      @@grandparick3176 They do different content, I think their both extremely good, Stop making comparisons 💀

    • @christianarzu
      @christianarzu 11 หลายเดือนก่อน +1

      Let's go!
      Got'em

  • @Kalasklister1337
    @Kalasklister1337 11 หลายเดือนก่อน +11

    random thing that came to mind when mentioning differences between titus kickstart and standard: To perform a diff of the files and see the changes, all you need is "nvim -d file1 file2" to get a nice diff in split view. For total newbies, you can hop between different windows using Ctrl+w followed by the hjkl direction you want to go. When you get used to vim it becomes quite natural to have 4 or more splits this way.

  • @matthewstott3493
    @matthewstott3493 11 หลายเดือนก่อน +10

    The editor wars are a waste of time. One editor to rule them all is a fallacy. An editor is a tool and having more than one tool in your tool belt is completely normal. It is wise to become familiar with different tools because you never know when you will hit some obstacle and you are able to pull a rabbit out of your hat because you decided to use the right tool for the job at hand. I use a variety of editors depending on the work I am doing. Sometimes its just more appropriate to use Neovim. If I am coding Powershell, it will be VS Code. If it's a database, then JetBrains DataGrip.
    I happen to prefer Emacs as my primary editor because I use org-mode extensively all day long for organizing, taking engineering notes, writing documentation. The other advantages of Emacs are Tramp / Dired which can ssh to a host and allow one to edit files with or without su / sudo in an Emacs buffer. With Neovim / Tmux you don't have your dotfile configuration on the remote hosts. But with Emacs you are editing remote files locally. You always have your Emacs config for all your remote hosts. The remote hosts for cloud typically are minimized and missing vi / ViM / Neovim / nano, etc. Using Emacs, I don't need to worry about that.

    • @aleclowry7654
      @aleclowry7654 11 หลายเดือนก่อน +1

      Well you can use scp or sshfs for editing remote files locally.
      I have no experience with Emacs but I imagine it's doing similar under the hood

    • @RuiPalmeira
      @RuiPalmeira 11 หลายเดือนก่อน

      very well put, to add, sometimes you have to remote into an unknown host or provide support to one physically, so you have to work with whatever said system has. you won't be able to install "your tool of choice" or pull any configs.

  • @ehtrude
    @ehtrude 11 หลายเดือนก่อน +16

    I like micro on servers, just for the simplicity of it.

    • @SparxNet
      @SparxNet 11 หลายเดือนก่อน +3

      ^This. A balance between decent features and "normal" n00b shortcut keys.

  • @BudaSuyasa
    @BudaSuyasa 11 หลายเดือนก่อน +6

    Lunarvim is great starting point for me. It's simple and comes with common plugin as default. I will not use neovim for heavy development right now (Intellij for that), but for code reviews or configs editing, neovim is unbeatable.

  • @lucasteo5015
    @lucasteo5015 11 หลายเดือนก่อน +8

    I have Visual Studio, Intellij, VScode all vim motionized. and of course along with neovim setup as well. Coding with these setups over a year now, still learning and feels awesome.

    • @lucasteo5015
      @lucasteo5015 11 หลายเดือนก่อน +2

      one thing that annoys me a little is that in wsl neovim copy pasting is slower, there's a overhead there and you can improve it but not get rid of it.

  • @benia1908
    @benia1908 11 หลายเดือนก่อน +10

    Ah, finally the perfect editor, I hope I didn't spend so many hours searching for the perfect editor instead of actually coding, I'd maybe still code as of now

    • @ordinarryalien
      @ordinarryalien 11 หลายเดือนก่อน +4

      You guys code? 🤕

    • @victornecromancer
      @victornecromancer 11 หลายเดือนก่อน

      That's why i'm happy using Helix and VSCode 😅

    • @_jaime.
      @_jaime. 11 หลายเดือนก่อน

      It's never late to get back to coding

  • @m___pryor
    @m___pryor 11 หลายเดือนก่อน +4

    I was feeling overwhelmed with all of the configuration of NvChad and was frustrated trying to customize something I wanted. Maybe Kickstart was what I was missing. I appreciate the knowledge!

  • @georgebals5170
    @georgebals5170 11 หลายเดือนก่อน +9

    While I love (neo)vim, I'd grown more and more onto helix. It's stupidly simple to setup and has almost the same movements as vim.

    • @alfie8778
      @alfie8778 11 หลายเดือนก่อน +2

      Helix gives all the ‘feels’ of neovim, but at the end of the week you’ve actually done work instead of just endlessly tweaking your config.

    • @glidersuzuki5572
      @glidersuzuki5572 6 หลายเดือนก่อน

      What do you mean almost the same movements? nvim should have all the movements

  • @n0kodoko143
    @n0kodoko143 11 หลายเดือนก่อน

    Enjoy the journey! Love your vids, I've been watching for many years.

  • @TownspersonB
    @TownspersonB 11 หลายเดือนก่อน +23

    With the LSP, sessions, Telescope, Neorg, Treesitter, Mason, Oil, and complete customizability, I just don't feel as comfortable in anything else. Lately, I've been trying out Neogit as well, although Lazygit is hard to beat.

    • @DarkAxi0m
      @DarkAxi0m 11 หลายเดือนก่อน +4

      add Harpoon to the list and you basically have my perfect set up

    • @ismbks
      @ismbks 11 หลายเดือนก่อน +1

      or just use emacs at this point

    • @jd4rce
      @jd4rce 11 หลายเดือนก่อน

      ​@@ismbks I'm trying emacs just for sake of test, elisp is kinda hard to grasp for me, idk maybe with more time I can get used to it (any recommendation)

  • @RandyHanley
    @RandyHanley 11 หลายเดือนก่อน +4

    "had to grow a beard just to make this video". Greatest intro ever. haha!

  • @miezekatze3536
    @miezekatze3536 11 หลายเดือนก่อน +65

    using Emacs btw

    • @ChrisTitusTech
      @ChrisTitusTech  11 หลายเดือนก่อน +18

      BANNED for Blasphemy! 😂Just kidding, org mode is pretty awesome.

    • @b1zzler
      @b1zzler 11 หลายเดือนก่อน

      never got the appeal of using a modal editor on anything other than a laptop, but emacs does have some pretty cool inline markup features

    • @rynn_3988
      @rynn_3988 11 หลายเดือนก่อน +4

      Doom emacs btw 😂

    • @deviantsemicolon618
      @deviantsemicolon618 11 หลายเดือนก่อน +3

      ​​@@b1zzlerI have extremely short fingers that aren't designed for spanning multiple keys at once, so Neovim is useful for me in that respect. I just find it gives me a faster workflow. Also I like how it's configurable in Lua

    • @b1zzler
      @b1zzler 11 หลายเดือนก่อน

      @@deviantsemicolon618 totally valid use case 👍
      I mean, simply "liking vim" is also a valid use case 😂at the end of the day, the only opinion on what editor you use that actually matters is your own opinion

  • @herrerkan
    @herrerkan 11 หลายเดือนก่อน +2

    The new Microsoft 365 Loop component took alot of inspiration from neovim. You can use / to create objects like tables, insert images and such stuff. But still CLI is in my heart ❤

  • @japhethjay4880
    @japhethjay4880 11 หลายเดือนก่อน +1

    This is exactly how I work, got intellij, visual studio code sometimes, but mostly just lunarvim, plus did I mention all the other editors have vim keybindings and comic code font 😅😊

  • @danielstellmon5330
    @danielstellmon5330 11 หลายเดือนก่อน +2

    I recomend trying all the big Nvim add on packs to see what is out there, then build your own.

  • @_-martin-_
    @_-martin-_ 11 หลายเดือนก่อน +2

    This is such a classic path... first one makes a neovim configuration from scratch which is a lot of work... then one realizes someone else did a better job such as kickstart so you start using that but it is still a lot of work... finally one jumps to a proper fully featured neovim configuration such as AstroNvim and you get rid of the maintenance burden.

    • @zehph
      @zehph 10 หลายเดือนก่อน

      Only works if the way it is setup is absolutely perfect for you, which can happen, but not the norm…
      I did the same rounds but after getting pissed with how distros set up stuff I used the 0 to LSP video from the Primeagen to build my config, now that I took the time to setup and understand everything already did some refactoring and switched to Lazy instead of packer and setup some other niceties on top.

  • @superbaby8799
    @superbaby8799 11 หลายเดือนก่อน +2

    titus show the gains

  • @Shorts-n-Stuff-sc9hm
    @Shorts-n-Stuff-sc9hm 11 หลายเดือนก่อน

    after using your "chris titus winutil" selecting "desktop" for the tweaks and applying then restarting now my android phone does not show on system tray as connected? so i undid the changes and still wont connect and is not seen in explorer? there must be some service switched off? no idea what, HELP. Tks

  • @rollinkendal8130
    @rollinkendal8130 11 หลายเดือนก่อน +8

    i have 600 files open in notepad++

  • @ȘtefanBîrzoeș
    @ȘtefanBîrzoeș 11 หลายเดือนก่อน

    Hi, sorry for the wrong topic, but I have a question, maybe you can help me, bcs I cant find a solution, so i have a laptop with dynamic refresh rate 60hz and 120hz, it has a 13500h and 3050 rtx, if I change from dynamic refresh rate to 120hz it stays dynamic, nothing changes, any clue? I doubt it but maybe when i runned the debloat utility maybe something from there changed? Thanks!

  • @inertia_dagger
    @inertia_dagger 11 หลายเดือนก่อน +2

    I really like the idea of learning different tools and seeing what you like instead of sticking to just one. Gotta try emacs at some point

    • @thescroogemcduck
      @thescroogemcduck 11 หลายเดือนก่อน +1

      As long as you use evil mode, it's not too bad lol

    • @digitalspecter
      @digitalspecter 11 หลายเดือนก่อน +1

      I've used Doom Emacs for a few years now and it is what I always return to. Although, these days I'm actually running it with meow instead of evil. Anyway, it's really well put together "distro" of emacs that's still quite easy to customize. Great motion keys, magit, org-mode, etc. are just so good once you get comfortable with them and find the workflow that suits you.. highly recommend giving it an honest try :)

    • @dipperpines2793
      @dipperpines2793 10 หลายเดือนก่อน

      join us :p

  • @leiner6X
    @leiner6X 11 หลายเดือนก่อน

    Hey man, I have an issue with the Winutil, on a fresh install(debloated), whenever i want to install something a popup tellsme its done, but nothing is installed

  • @Artcam87
    @Artcam87 11 หลายเดือนก่อน +2

    If you rather start using Helix (awesome vim alternative) instead of neovim you notice that you don't have to install plugins and also not config anything. All the best default are included and set up for you. You only need to make sure you have the language servers you need installed (if you haven't already). Command structure is not an afterthough and you don't need to figure them out yourself. The commands are beautifully structured and available from the start. And it is fast! Written in rust and scheme.

    • @zehph
      @zehph 10 หลายเดือนก่อน

      Tried to make kakoune work for me a few years ago, couldn’t get used to the motion before verb thing so Helix wouldn’t be for me, specially considering that it is its bespoke thing, not even 100 consistent with kakoune bindings.
      Seems like a lot of effort for such a niche inside a niche…
      Feels like a bad Neovim distro to me.

  • @FrankJonen
    @FrankJonen 11 หลายเดือนก่อน

    Oh yes. I've build my MacVim config over several years and wanted a shortcut to NeoVim by going NvChad. Pretty and cool loading features set up, but adding stuff to it is an atrocious experience. I definitely need to go the same route as I did with MacVim, from scratch. Which sucks too, because of the time it'll take. I still haven't even re-built my Spacemacs environment after switching to Doom.

  • @gjermundification
    @gjermundification 11 หลายเดือนก่อน +1

    3:56 Not to mention that Bram Moolenaar is no longer with us; vim was his project, neovim is a community effort.

    • @glidersuzuki5572
      @glidersuzuki5572 6 หลายเดือนก่อน

      now vim is a community project too

    • @gjermundification
      @gjermundification 6 หลายเดือนก่อน

      @@glidersuzuki5572 I like neovim 0.9, the 0.10 has a weird folding of :CheckHealth or was it :HealthCheck?

    • @gjermundification
      @gjermundification 6 หลายเดือนก่อน

      @@glidersuzuki5572 What do you reckon is the edge of vim today?

  • @baba.o
    @baba.o 11 หลายเดือนก่อน +7

    i use neovim btw.

  • @universaltoons
    @universaltoons 3 หลายเดือนก่อน

    helix*

  • @jimdeadlock
    @jimdeadlock 11 หลายเดือนก่อน +3

    You can CTRL-R to import a file in nano

    • @ChrisTitusTech
      @ChrisTitusTech  11 หลายเดือนก่อน +3

      import a cat of blkid to grab uuid's in nano ;)

  • @Alex-bm3vo
    @Alex-bm3vo 11 หลายเดือนก่อน +1

    Hey Chris, is there a tool you use to update your drivers in windows 10.

  • @batboy49
    @batboy49 11 หลายเดือนก่อน +2

    Using Nano is like slogging through a marsh wearing lead waders....

  • @jonphinguyen
    @jonphinguyen 11 หลายเดือนก่อน +1

    Helix is my favorite

  • @Mxntal...
    @Mxntal... 11 หลายเดือนก่อน

    chris can ya help me is there anyway to remove a tweak ive done in the past

  • @Otakubro6
    @Otakubro6 11 หลายเดือนก่อน

    Hi Chris I have a Asus tuf gaming laptop and was wondering what would be the best linux alternative to armory crate as it doesn't support Linux and need applications to control fan speed, performance and battery power performance etc to optimize my laptop for fedora Linux

  • @fartzerelli1385
    @fartzerelli1385 11 หลายเดือนก่อน +1

    I noticed you have the same dreaded "cursor stops blinking" issue after some time after you stop typing. What's the deal with flashing cursors in Linux that stop flashing???!!! Super annoying!

  • @Nimitz_oceo
    @Nimitz_oceo 9 หลายเดือนก่อน

    Hi Chris, great video… my only problem is that I already a vim setup with a tone of configs, plugins and so on. I just can’t drop all that. The question: can I configure neovim to work side by side with my existing vim? So that I can switch, like for old projects use vim and new projects use neovim ?

    • @glidersuzuki5572
      @glidersuzuki5572 6 หลายเดือนก่อน

      Your vim config will also work with nvim. However, if you have a working and effective vim config, thre's really no point in switching to nvim. The advantage you get might be little to none.

  • @fredrikhansen75
    @fredrikhansen75 11 หลายเดือนก่อน

    You da man! Another good video! Thanks and keep up the good work!

  • @krtirtho
    @krtirtho 11 หลายเดือนก่อน +2

    The best editor is the one you know the most

  • @owlenderg
    @owlenderg 11 หลายเดือนก่อน +1

    I read the thumbnail as Meowim and now I'm sad
    ...Time to make a fork of it called Meowim

    • @ChrisTitusTech
      @ChrisTitusTech  11 หลายเดือนก่อน

      missed opportunity for sure!

    • @jmbuhr
      @jmbuhr 11 หลายเดือนก่อน +2

      Or at least a plugin that makes a cool welcome screen with random ascii-art cats

  • @CommanDOH-JKU
    @CommanDOH-JKU 11 หลายเดือนก่อน +5

    Thanks for the Content, but I'm a hardcore VSCodium user. All the benefits of VS Code, without the Micro$oft, call home, and spy data...

    • @dongct2504
      @dongct2504 11 หลายเดือนก่อน

      but you use windows...

    • @tostadorafuriosa69
      @tostadorafuriosa69 11 หลายเดือนก่อน

      @@dongct2504vscodium is on flathub

  • @lukazaur2518
    @lukazaur2518 11 หลายเดือนก่อน +2

    vi vi vi editor of the beast

  • @MichaelWilliams-lr4mb
    @MichaelWilliams-lr4mb 11 หลายเดือนก่อน +2

    Neovim is cool and all, but have you tried Helix?

    • @zehph
      @zehph 10 หลายเดือนก่อน

      Helix deez 🌰🥜
      😂😂😂

  • @minoislive
    @minoislive 11 หลายเดือนก่อน

    What os are you using in the video?

  • @bertblankenstein3738
    @bertblankenstein3738 11 หลายเดือนก่อน

    I was going to say "vim" jokingly based on the thumbnail. And i wasn't too far off, ha!

  • @YOSHELF
    @YOSHELF 11 หลายเดือนก่อน

    When I use your tool my whole explorer gets turned off, my back screen for my desktop and my taskbar.

  • @lanceareadbhar
    @lanceareadbhar 11 หลายเดือนก่อน +2

    Still mostly using vim for system maintenance.

  • @OOO-mn1ds
    @OOO-mn1ds 11 หลายเดือนก่อน

    Hey Chris I like your channel and I specially like your arch one line installer and I was wondering if you plan to add an option for xfce desktop? It is my favourite DE and it is still one of the most popular.
    I use your server install and just add it later, but it'd be cool to see it as an option

  • @AmeebaBoi
    @AmeebaBoi 11 หลายเดือนก่อน

    yoo, what was that clipboard tool you used at 6:30?? That looks awesome

    • @juisemonk
      @juisemonk 11 หลายเดือนก่อน +1

      That is Flameshot, it's a tool for screenshots

  • @zgoaq
    @zgoaq 11 หลายเดือนก่อน

    dude your traps became bigger, congrats

  • @zittykitty-i1s
    @zittykitty-i1s 9 หลายเดือนก่อน

    what's your terminal theme, it looks awesome

  • @deadlock_problem
    @deadlock_problem 6 หลายเดือนก่อน

    Anything that isn't vscode is an acceptable alternative, couldn't imagine using that shit.

  • @nalusan
    @nalusan 11 หลายเดือนก่อน

    why use that since there are desktop editors?

  • @MW-mn1el
    @MW-mn1el 11 หลายเดือนก่อน +1

    The best terminal editor is Helix.

  • @Fred2-123
    @Fred2-123 11 หลายเดือนก่อน +2

    Emacs for the primary editor. Nano for simplicity.

  • @barryobrien1890
    @barryobrien1890 11 หลายเดือนก่อน

    Thanks. Great content

  • @muddyexport5639
    @muddyexport5639 11 หลายเดือนก่อน

    Thanks!

  • @DanWalshTV
    @DanWalshTV 11 หลายเดือนก่อน

    Helix is really cool too

    • @zehph
      @zehph 10 หลายเดือนก่อน

      🧬 deez 🔩 🔩
      😂😂😂😂

  • @tamtonaquib
    @tamtonaquib 11 หลายเดือนก่อน +1

    mj was the original author of kickstart, too bad he went away and tj took it up

    • @ChrisTitusTech
      @ChrisTitusTech  11 หลายเดือนก่อน

      Thanks for the correction.

  • @nathannjh
    @nathannjh 11 หลายเดือนก่อน

    I wish there was kickstart for emacs. Space/doom do too much, and starting from scratch it extremely daunting.

    • @CheeseChuckie
      @CheeseChuckie 11 หลายเดือนก่อน +2

      Fine I'll make one...

  • @notorious3875
    @notorious3875 11 หลายเดือนก่อน +1

    what about helix

  • @makkar.ankush
    @makkar.ankush 11 หลายเดือนก่อน +1

    I'm a 3 year student and still didn't understand this ✨

  • @le0nz
    @le0nz 11 หลายเดือนก่อน

    Great video. 😊

  • @diabeticnomad
    @diabeticnomad 11 หลายเดือนก่อน

    been wanting to make the switch

  • @mtsurov
    @mtsurov 11 หลายเดือนก่อน

    But does it have copilot?

  • @TOMYL27
    @TOMYL27 11 หลายเดือนก่อน

    Tu préfère Windows ou Linux ?

  • @Ar1yan824
    @Ar1yan824 8 หลายเดือนก่อน

    Using spacevim btw ;)

  • @erictrinque6513
    @erictrinque6513 11 หลายเดือนก่อน

    The TitusAgen

  • @whoman0385
    @whoman0385 11 หลายเดือนก่อน

    I use micro as my daily editor

  • @fatalistiys
    @fatalistiys 11 หลายเดือนก่อน

    Ага, и всё сохранённое время ты потратиш на конфигурирование NeoVim-а )))

  • @juanmacias5922
    @juanmacias5922 11 หลายเดือนก่อน

    Neovim

  • @gsestream
    @gsestream 11 หลายเดือนก่อน

    omg ubuntu 23.10 software update tool destroys usb stick live boot data partition

  • @windows99
    @windows99 11 หลายเดือนก่อน

    Beginners should start with NeoVim Kickstart project

  • @gapollo411
    @gapollo411 11 หลายเดือนก่อน

    I wanted to try it out now as I am always confused by vim. Well, I am not a pro in Linux at all but have some VMs running and few 3dPrinters with Debian . On Debian 12, neovim 0.7.4 is in the repos. I tried the installation script and the first thing it says LUA requires neovim >0.8.0. That is very frustrating and the main reason why Linux is still not mainstream. Many things do not "just work". This is frustrating. Very often, trying somthing out "quickly" as I saw it in a youtube tutorial ends in hours of fiddling around with settings, dependencies and stuff. Windows, no matter which version, might not be as mighty as linux, or as fancy as Linux, but it "just works". As long as there are literally hundreds of different Linux distributions and each one does something different than the other, Linux will never gain big market shares and will stay a niche product. Linux distributions are not competing against Windows or MacOS, they are mainly competing against other Linux distributions. Sorry for this comment, but I got very frustrated at the moment.

    • @empty3102
      @empty3102 10 หลายเดือนก่อน

      Debian is notoriously known for having out of date packages, its part of their schtick for being a super stable distribution.

  • @dianaalyssa8726
    @dianaalyssa8726 11 หลายเดือนก่อน

    Cool

  • @MrElciupacabra
    @MrElciupacabra 11 หลายเดือนก่อน

    any tool is great as long as you know it well

  • @blade8880
    @blade8880 11 หลายเดือนก่อน +2

    finally an emacs video

  • @smaplessmap5355
    @smaplessmap5355 10 หลายเดือนก่อน +1

    Everything arounnd neovim is cumbersom!!! As a seriouse dev. You wouldnt waste your time with it. You need a solid ecosystem and not a thing you struggle around half the time to config it insteat to dev. And i m rly sad to tell while im searching to get rid of microsoft stuff. But atm. There are no srs competitor to vscode!

  • @vanjastojiljkovic4494
    @vanjastojiljkovic4494 11 หลายเดือนก่อน +1

    Nisi ti kriv.

  • @MichaelJHathaway
    @MichaelJHathaway 11 หลายเดือนก่อน

    Neo-Euw...

  • @IncomingLegend
    @IncomingLegend 11 หลายเดือนก่อน +2

    nah, bro... Imma stick with my vscode since things usually work out of the box and I don't have to write config files in Lua... there are plenty of shortcuts, keybindings and even keymappers so that you can use even vim commands or whatever...

  • @ogen87
    @ogen87 11 หลายเดือนก่อน

    Hello Chris, New AltasOS v0.3.1 is out, can u check it for us? Thx! Ecellent content as always!

    • @ChrisTitusTech
      @ChrisTitusTech  11 หลายเดือนก่อน +1

      Yeah I'll check it out. I've been meaning to revisit the project.

  • @AuroraPixel6
    @AuroraPixel6 11 หลายเดือนก่อน

    Hi, please make a Bitcoin Update video ❤

  • @KaloyanNachev1994
    @KaloyanNachev1994 7 หลายเดือนก่อน

    If it contains "vim" in the title, then it's not the best.😀😀

  • @aneeshprasobhan
    @aneeshprasobhan 11 หลายเดือนก่อน

    emacs >

  • @dgm3985
    @dgm3985 11 หลายเดือนก่อน +1

    I opened the video thinking I was going to see a wonderful mansplaining about Emacs (the true and only superior editor)

  • @mdelim3128
    @mdelim3128 11 หลายเดือนก่อน

    editor is not to much important if you dont know how to program and make code like professional programmers lol

  • @harmez7
    @harmez7 11 หลายเดือนก่อน

    no thanks I'll stick to vscode lol

  • @yassinrian292
    @yassinrian292 11 หลายเดือนก่อน

    Emacs is better ...period !

  • @upendownlinker
    @upendownlinker 11 หลายเดือนก่อน

    emacs is the best os not vim

  • @StoutPika
    @StoutPika 11 หลายเดือนก่อน

    nano is superior

  • @WaynoGur
    @WaynoGur 11 หลายเดือนก่อน +3

    Vim is overly complicated with esoteric command structures. nano and gedit work well with almost a zero learning curve. Hard pass.

    • @zehph
      @zehph 10 หลายเดือนก่อน

      It is not complicated for the sake of it, it is a better and faster experience to edit after learning the basic motions.
      Don’t even need to switch to vim to get 70-80 percent of the benefits of it, just need to learn vim motions.

  • @JasonShi-xc7nu
    @JasonShi-xc7nu 11 หลายเดือนก่อน +4

    emacs better

  • @dongct2504
    @dongct2504 11 หลายเดือนก่อน +1

    stick with vscode and nano...

  • @creepr524
    @creepr524 11 หลายเดือนก่อน

    You clearly never tried emacs and learned lisp

    • @ChrisTitusTech
      @ChrisTitusTech  11 หลายเดือนก่อน

      One does not simply "try emacs" hehe. I've messed around a bit with org mode and few things, but haven't taken the full plunge yet.

  • @gillesjr2
    @gillesjr2 11 หลายเดือนก่อน

    Kick Start

  • @hodicha
    @hodicha 11 หลายเดือนก่อน +2

    I wish there was a neovim based on JavaScript and not Lua. Even python would do it. It’s just no one wants to learn useless language and waste so much time.