The Best Editor

  Рет қаралды 98,639

Chris Titus Tech

Chris Titus Tech

Күн бұрын

After years of switching IDE’s and editors, then trying dozens of vim configurations… I HAVE FOUND THE PERFECT EDITOR! My Neovim configuration I have tweaked to perfection.
Kickstart nvim: github.com/nvim-lua/kickstart...
Chapters
00:00 Why Neovim
01:11 Things I wish I knew sooner
02:37 Starting Out with Kickstart
05:12 Saving TONs of Time
07:29 Why Vim instead of Nano .
►► Digital Downloads ➜ www.cttstore.com
►► Reddit ➜ / christitustech
►► Titus Tech Talk ➜ / titustechtalk
►► Twitch ➜ / christitustech

Пікірлер: 162
@ChrisTitusTech
@ChrisTitusTech 6 ай бұрын
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 6 ай бұрын
The Primeagen will definitely love this vid.
@TheVertical92
@TheVertical92 6 ай бұрын
haha true
@erosdevs
@erosdevs 6 ай бұрын
Definitely buddy😊😂
@grandparick3176
@grandparick3176 6 ай бұрын
who is better Primeagen or chris?
@erosdevs
@erosdevs 6 ай бұрын
@@grandparick3176 They do different content, I think their both extremely good, Stop making comparisons 💀
@christianarzu
@christianarzu 6 ай бұрын
Let's go! Got'em
@Kalasklister1337
@Kalasklister1337 6 ай бұрын
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.
@n0kodoko143
@n0kodoko143 6 ай бұрын
Enjoy the journey! Love your vids, I've been watching for many years.
@m___pryor
@m___pryor 6 ай бұрын
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!
@lucasteo5015
@lucasteo5015 6 ай бұрын
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 6 ай бұрын
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.
@BudaSuyasa
@BudaSuyasa 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.
@ehtrude
@ehtrude 6 ай бұрын
I like micro on servers, just for the simplicity of it.
@SparxNet
@SparxNet 6 ай бұрын
^This. A balance between decent features and "normal" n00b shortcut keys.
@fredrikhansen75
@fredrikhansen75 6 ай бұрын
You da man! Another good video! Thanks and keep up the good work!
@matthewstott3493
@matthewstott3493 6 ай бұрын
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 6 ай бұрын
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 6 ай бұрын
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.
@danielstellmon5330
@danielstellmon5330 6 ай бұрын
I recomend trying all the big Nvim add on packs to see what is out there, then build your own.
@japhethjay4880
@japhethjay4880 6 ай бұрын
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 😅😊
@herrerkan
@herrerkan 6 ай бұрын
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 ❤
@benia1908
@benia1908 6 ай бұрын
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 6 ай бұрын
You guys code? 🤕
@victornecromancer
@victornecromancer 6 ай бұрын
That's why i'm happy using Helix and VSCode 😅
@_jaime.
@_jaime. 6 ай бұрын
It's never late to get back to coding
@FrankJonen
@FrankJonen 6 ай бұрын
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.
@miezekatze3536
@miezekatze3536 6 ай бұрын
using Emacs btw
@ChrisTitusTech
@ChrisTitusTech 6 ай бұрын
BANNED for Blasphemy! 😂Just kidding, org mode is pretty awesome.
@b1zzler
@b1zzler 6 ай бұрын
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 6 ай бұрын
Doom emacs btw 😂
@deviantsemicolon618
@deviantsemicolon618 6 ай бұрын
​​@@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 6 ай бұрын
@@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
@wetfloo
@wetfloo 6 ай бұрын
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 6 ай бұрын
As long as you use evil mode, it's not too bad lol
@digitalspecter
@digitalspecter 6 ай бұрын
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 4 ай бұрын
join us :p
@superbaby8799
@superbaby8799 6 ай бұрын
titus show the gains
@TownspersonB
@TownspersonB 6 ай бұрын
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 6 ай бұрын
add Harpoon to the list and you basically have my perfect set up
@ismbks
@ismbks 6 ай бұрын
or just use emacs at this point
@jd4rce
@jd4rce 6 ай бұрын
​@@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)
@OOO-mn1ds
@OOO-mn1ds 6 ай бұрын
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
@georgebals5170
@georgebals5170 6 ай бұрын
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 6 ай бұрын
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 29 күн бұрын
What do you mean almost the same movements? nvim should have all the movements
@Alex-bm3vo
@Alex-bm3vo 6 ай бұрын
Hey Chris, is there a tool you use to update your drivers in windows 10.
@barryobrien1890
@barryobrien1890 6 ай бұрын
Thanks. Great content
@le0nz
@le0nz 6 ай бұрын
Great video. 😊
@RandyHanley
@RandyHanley 6 ай бұрын
"had to grow a beard just to make this video". Greatest intro ever. haha!
@TheFurrry
@TheFurrry 6 ай бұрын
Hi Chris, any chance of doing a video tutorial on how to embed the intel RST drivers into a windows 10\11 install disk, its so anoying trying to manually find the correct RST driver for m.2 disks that dont show up when re installing windows on more modern laptops with M.2 drives
@Otakubro6
@Otakubro6 6 ай бұрын
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
@rollinkendal8130
@rollinkendal8130 6 ай бұрын
i have 600 files open in notepad++
@Nimitz_oceo
@Nimitz_oceo 4 ай бұрын
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 29 күн бұрын
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.
@Shorts-n-Stuff-sc9hm
@Shorts-n-Stuff-sc9hm 6 ай бұрын
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
@muddyexport5639
@muddyexport5639 6 ай бұрын
Thanks!
@user-ze5eu5gm1p
@user-ze5eu5gm1p 6 ай бұрын
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!
@diabeticnomad
@diabeticnomad 6 ай бұрын
been wanting to make the switch
@jonphinguyen
@jonphinguyen 6 ай бұрын
Helix is my favorite
@leiner6X
@leiner6X 6 ай бұрын
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
@jimdeadlock
@jimdeadlock 6 ай бұрын
You can CTRL-R to import a file in nano
@ChrisTitusTech
@ChrisTitusTech 6 ай бұрын
import a cat of blkid to grab uuid's in nano ;)
@Mxntal...
@Mxntal... 6 ай бұрын
chris can ya help me is there anyway to remove a tweak ive done in the past
@user-gi2vi2rq4c
@user-gi2vi2rq4c 4 ай бұрын
what's your terminal theme, it looks awesome
@_-martin-_
@_-martin-_ 6 ай бұрын
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 5 ай бұрын
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.
@minminxb
@minminxb 6 ай бұрын
What os are you using in the video?
@AmeebaBoi
@AmeebaBoi 6 ай бұрын
yoo, what was that clipboard tool you used at 6:30?? That looks awesome
@juisemonk
@juisemonk 6 ай бұрын
That is Flameshot, it's a tool for screenshots
@lukazaur2518
@lukazaur2518 6 ай бұрын
vi vi vi editor of the beast
@gjermundification
@gjermundification 5 ай бұрын
3:56 Not to mention that Bram Moolenaar is no longer with us; vim was his project, neovim is a community effort.
@glidersuzuki5572
@glidersuzuki5572 29 күн бұрын
now vim is a community project too
@gjermundification
@gjermundification 29 күн бұрын
@@glidersuzuki5572 I like neovim 0.9, the 0.10 has a weird folding of :CheckHealth or was it :HealthCheck?
@gjermundification
@gjermundification 29 күн бұрын
@@glidersuzuki5572 What do you reckon is the edge of vim today?
@lanceareadbhar
@lanceareadbhar 6 ай бұрын
Still mostly using vim for system maintenance.
@baba.o
@baba.o 6 ай бұрын
i use neovim btw.
@batboy49
@batboy49 6 ай бұрын
Using Nano is like slogging through a marsh wearing lead waders....
@DanWalshTV
@DanWalshTV 6 ай бұрын
Helix is really cool too
@zehph
@zehph 5 ай бұрын
🧬 deez 🔩 🔩 😂😂😂😂
@Artcam87
@Artcam87 6 ай бұрын
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 5 ай бұрын
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.
@krtirtho
@krtirtho 6 ай бұрын
The best editor is the one you know the most
@juanmacias5922
@juanmacias5922 6 ай бұрын
Neovim
@MichaelWilliams-lr4mb
@MichaelWilliams-lr4mb 6 ай бұрын
Neovim is cool and all, but have you tried Helix?
@zehph
@zehph 5 ай бұрын
Helix deez 🌰🥜 😂😂😂
@fartzerelli1385
@fartzerelli1385 6 ай бұрын
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!
@gapollo411
@gapollo411 6 ай бұрын
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 5 ай бұрын
Debian is notoriously known for having out of date packages, its part of their schtick for being a super stable distribution.
@zgoaq
@zgoaq 6 ай бұрын
dude your traps became bigger, congrats
@nathannjh
@nathannjh 6 ай бұрын
I wish there was kickstart for emacs. Space/doom do too much, and starting from scratch it extremely daunting.
@CheeseChuckie
@CheeseChuckie 6 ай бұрын
Fine I'll make one...
@deadlock_problem
@deadlock_problem Ай бұрын
Anything that isn't vscode is an acceptable alternative, couldn't imagine using that shit.
@nalusan
@nalusan 6 ай бұрын
why use that since there are desktop editors?
@owlenderg
@owlenderg 6 ай бұрын
I read the thumbnail as Meowim and now I'm sad ...Time to make a fork of it called Meowim
@ChrisTitusTech
@ChrisTitusTech 6 ай бұрын
missed opportunity for sure!
@jmbuhr
@jmbuhr 6 ай бұрын
Or at least a plugin that makes a cool welcome screen with random ascii-art cats
@bertblankenstein3738
@bertblankenstein3738 6 ай бұрын
I was going to say "vim" jokingly based on the thumbnail. And i wasn't too far off, ha!
@dianaalyssa8726
@dianaalyssa8726 6 ай бұрын
Cool
@MW-mn1el
@MW-mn1el 6 ай бұрын
The best terminal editor is Helix.
@Ar1yan824
@Ar1yan824 3 ай бұрын
Using spacevim btw ;)
@notorious3875
@notorious3875 6 ай бұрын
what about helix
@YOSHELF
@YOSHELF 6 ай бұрын
When I use your tool my whole explorer gets turned off, my back screen for my desktop and my taskbar.
@erictrinque6513
@erictrinque6513 6 ай бұрын
The TitusAgen
@tamtonaquib
@tamtonaquib 6 ай бұрын
mj was the original author of kickstart, too bad he went away and tj took it up
@ChrisTitusTech
@ChrisTitusTech 6 ай бұрын
Thanks for the correction.
@Fred2-123
@Fred2-123 6 ай бұрын
Emacs for the primary editor. Nano for simplicity.
@whoman0385
@whoman0385 6 ай бұрын
I use micro as my daily editor
@mtsurov
@mtsurov 5 ай бұрын
But does it have copilot?
@makkar.ankush
@makkar.ankush 6 ай бұрын
I'm a 3 year student and still didn't understand this ✨
@CommanDOH-JKU
@CommanDOH-JKU 6 ай бұрын
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 6 ай бұрын
but you use windows...
@tostadorafuriosa69
@tostadorafuriosa69 6 ай бұрын
@@dongct2504vscodium is on flathub
@TOMYL27
@TOMYL27 6 ай бұрын
Tu préfère Windows ou Linux ?
@MichaelJHathaway
@MichaelJHathaway 6 ай бұрын
Neo-Euw...
@ogen87
@ogen87 6 ай бұрын
Hello Chris, New AltasOS v0.3.1 is out, can u check it for us? Thx! Ecellent content as always!
@ChrisTitusTech
@ChrisTitusTech 6 ай бұрын
Yeah I'll check it out. I've been meaning to revisit the project.
@fatalistiys
@fatalistiys 6 ай бұрын
Ага, и всё сохранённое время ты потратиш на конфигурирование NeoVim-а )))
@blade8880
@blade8880 6 ай бұрын
finally an emacs video
@AuroraPixel6
@AuroraPixel6 6 ай бұрын
Hi, please make a Bitcoin Update video ❤
@smaplessmap5355
@smaplessmap5355 4 ай бұрын
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!
@windows99
@windows99 6 ай бұрын
Beginners should start with NeoVim Kickstart project
@gsestream
@gsestream 6 ай бұрын
omg ubuntu 23.10 software update tool destroys usb stick live boot data partition
@MrElciupacabra
@MrElciupacabra 6 ай бұрын
any tool is great as long as you know it well
@vanjastojiljkovic4494
@vanjastojiljkovic4494 6 ай бұрын
Nisi ti kriv.
@IncomingLegend
@IncomingLegend 6 ай бұрын
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...
@aneeshprasobhan
@aneeshprasobhan 6 ай бұрын
emacs >
@KaloyanNachev1994
@KaloyanNachev1994 2 ай бұрын
If it contains "vim" in the title, then it's not the best.😀😀
@harmez7
@harmez7 6 ай бұрын
no thanks I'll stick to vscode lol
@mdelim3128
@mdelim3128 6 ай бұрын
editor is not to much important if you dont know how to program and make code like professional programmers lol
@dgm3985
@dgm3985 6 ай бұрын
I opened the video thinking I was going to see a wonderful mansplaining about Emacs (the true and only superior editor)
@upendownlinker
@upendownlinker 6 ай бұрын
emacs is the best os not vim
@yassinrian292
@yassinrian292 6 ай бұрын
Emacs is better ...period !
@StoutPika
@StoutPika 6 ай бұрын
nano is superior
@JasonShi-xc7nu
@JasonShi-xc7nu 6 ай бұрын
emacs better
@creepr524
@creepr524 6 ай бұрын
You clearly never tried emacs and learned lisp
@ChrisTitusTech
@ChrisTitusTech 6 ай бұрын
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.
@WaynoGur
@WaynoGur 6 ай бұрын
Vim is overly complicated with esoteric command structures. nano and gedit work well with almost a zero learning curve. Hard pass.
@zehph
@zehph 5 ай бұрын
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.
@dongct2504
@dongct2504 6 ай бұрын
stick with vscode and nano...
@gillesjr2
@gillesjr2 6 ай бұрын
Kick Start
@hodicha
@hodicha 6 ай бұрын
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.
Stop using the CD Command
9:01
Chris Titus Tech
Рет қаралды 32 М.
Microsoft Screenshots EVERYTHING Using Copilot
9:46
Chris Titus Tech
Рет қаралды 86 М.
Последний Закат Кота Макса...
00:21
Глеб Рандалайнен
Рет қаралды 6 МЛН
Cute Barbie gadgets 🩷💛
01:00
TheSoul Music Family
Рет қаралды 10 МЛН
Follow @karina-kola please 🙏🥺
00:21
Andrey Grechka
Рет қаралды 23 МЛН
ENME 435: Remote Sensing, Spring 2024
6:58
OneShell UMD
Рет қаралды 3
Vim vs NeoVim, What's the Difference?  Which Should You Use?
10:29
Mental Outlaw
Рет қаралды 308 М.
Windows Utility Improved for 2024
17:56
Chris Titus Tech
Рет қаралды 178 М.
How to transfer files in Windows using Robocopy
3:25
Sean Simz Tech
Рет қаралды 10 М.
Tmux has forever changed the way I write code.
13:30
Dreams of Code
Рет қаралды 889 М.
Custom Phone ROMs in 2024
9:20
Chris Titus Tech
Рет қаралды 65 М.
Vim Motions for absolute beginners!!!
7:25
Dispatch
Рет қаралды 120 М.
Fedora vs Debian and Arch Linux
17:32
Chris Titus Tech
Рет қаралды 481 М.
VPN Tier List of 2024
8:05
Chris Titus Tech
Рет қаралды 93 М.
Effective Neovim: Instant IDE
16:16
TJ DeVries
Рет қаралды 763 М.
Я Создал Новый Айфон!
0:59
FLV
Рет қаралды 4 МЛН
Обманет ли МЕНЯ компьютерный мастер?
20:48
Харчевников
Рет қаралды 180 М.
Very Best And Good Price Smart Phone
0:42
SDC Editing Zone 9K
Рет қаралды 216 М.
🤔Почему Samsung ПОМОГАЕТ Apple?
0:48
Technodeus
Рет қаралды 307 М.
3D printed Nintendo Switch Game Carousel
0:14
Bambu Lab
Рет қаралды 4,1 МЛН