The Best Editor

  Рет қаралды 102,168

Chris Titus Tech

Chris Titus Tech

Күн бұрын

Пікірлер: 162
@ChrisTitusTech
@ChrisTitusTech 9 ай бұрын
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 9 ай бұрын
The Primeagen will definitely love this vid.
@TheVertical92
@TheVertical92 9 ай бұрын
haha true
@erosdevs
@erosdevs 9 ай бұрын
Definitely buddy😊😂
@grandparick3176
@grandparick3176 9 ай бұрын
who is better Primeagen or chris?
@erosdevs
@erosdevs 9 ай бұрын
@@grandparick3176 They do different content, I think their both extremely good, Stop making comparisons 💀
@christianarzu
@christianarzu 9 ай бұрын
Let's go! Got'em
@Kalasklister1337
@Kalasklister1337 9 ай бұрын
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.
@ehtrude
@ehtrude 9 ай бұрын
I like micro on servers, just for the simplicity of it.
@SparxNet
@SparxNet 9 ай бұрын
^This. A balance between decent features and "normal" n00b shortcut keys.
@m___pryor
@m___pryor 9 ай бұрын
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!
@matthewstott3493
@matthewstott3493 9 ай бұрын
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 9 ай бұрын
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 9 ай бұрын
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.
@BudaSuyasa
@BudaSuyasa 9 ай бұрын
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.
@benia1908
@benia1908 9 ай бұрын
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 9 ай бұрын
You guys code? 🤕
@victornecromancer
@victornecromancer 9 ай бұрын
That's why i'm happy using Helix and VSCode 😅
@_jaime.
@_jaime. 9 ай бұрын
It's never late to get back to coding
@miezekatze3536
@miezekatze3536 9 ай бұрын
using Emacs btw
@ChrisTitusTech
@ChrisTitusTech 9 ай бұрын
BANNED for Blasphemy! 😂Just kidding, org mode is pretty awesome.
@b1zzler
@b1zzler 9 ай бұрын
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 9 ай бұрын
Doom emacs btw 😂
@deviantsemicolon618
@deviantsemicolon618 9 ай бұрын
​​@@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 9 ай бұрын
@@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
@TownspersonB
@TownspersonB 9 ай бұрын
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 9 ай бұрын
add Harpoon to the list and you basically have my perfect set up
@ismbks
@ismbks 9 ай бұрын
or just use emacs at this point
@jd4rce
@jd4rce 9 ай бұрын
​@@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)
@georgebals5170
@georgebals5170 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 9 ай бұрын
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 3 ай бұрын
What do you mean almost the same movements? nvim should have all the movements
@superbaby8799
@superbaby8799 9 ай бұрын
titus show the gains
@lucasteo5015
@lucasteo5015 9 ай бұрын
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 9 ай бұрын
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.
@danielstellmon5330
@danielstellmon5330 9 ай бұрын
I recomend trying all the big Nvim add on packs to see what is out there, then build your own.
@RandyHanley
@RandyHanley 9 ай бұрын
"had to grow a beard just to make this video". Greatest intro ever. haha!
@rollinkendal8130
@rollinkendal8130 9 ай бұрын
i have 600 files open in notepad++
@herrerkan
@herrerkan 9 ай бұрын
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 ❤
@n0kodoko143
@n0kodoko143 9 ай бұрын
Enjoy the journey! Love your vids, I've been watching for many years.
@japhethjay4880
@japhethjay4880 9 ай бұрын
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 😅😊
@baba.o
@baba.o 9 ай бұрын
i use neovim btw.
@jonphinguyen
@jonphinguyen 9 ай бұрын
Helix is my favorite
@jimdeadlock
@jimdeadlock 9 ай бұрын
You can CTRL-R to import a file in nano
@ChrisTitusTech
@ChrisTitusTech 9 ай бұрын
import a cat of blkid to grab uuid's in nano ;)
@wetfloo
@wetfloo 9 ай бұрын
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 9 ай бұрын
As long as you use evil mode, it's not too bad lol
@digitalspecter
@digitalspecter 9 ай бұрын
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 7 ай бұрын
join us :p
@_-martin-_
@_-martin-_ 9 ай бұрын
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 8 ай бұрын
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.
@lukazaur2518
@lukazaur2518 9 ай бұрын
vi vi vi editor of the beast
@MichaelWilliams-lr4mb
@MichaelWilliams-lr4mb 9 ай бұрын
Neovim is cool and all, but have you tried Helix?
@zehph
@zehph 8 ай бұрын
Helix deez 🌰🥜 😂😂😂
@gjermundification
@gjermundification 8 ай бұрын
3:56 Not to mention that Bram Moolenaar is no longer with us; vim was his project, neovim is a community effort.
@glidersuzuki5572
@glidersuzuki5572 3 ай бұрын
now vim is a community project too
@gjermundification
@gjermundification 3 ай бұрын
@@glidersuzuki5572 I like neovim 0.9, the 0.10 has a weird folding of :CheckHealth or was it :HealthCheck?
@gjermundification
@gjermundification 3 ай бұрын
@@glidersuzuki5572 What do you reckon is the edge of vim today?
@FrankJonen
@FrankJonen 9 ай бұрын
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.
@krtirtho
@krtirtho 9 ай бұрын
The best editor is the one you know the most
@fredrikhansen75
@fredrikhansen75 9 ай бұрын
You da man! Another good video! Thanks and keep up the good work!
@batboy49
@batboy49 9 ай бұрын
Using Nano is like slogging through a marsh wearing lead waders....
@lanceareadbhar
@lanceareadbhar 9 ай бұрын
Still mostly using vim for system maintenance.
@notorious3875
@notorious3875 9 ай бұрын
what about helix
@fartzerelli1385
@fartzerelli1385 9 ай бұрын
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!
@Alex-bm3vo
@Alex-bm3vo 9 ай бұрын
Hey Chris, is there a tool you use to update your drivers in windows 10.
@deadlock_problem
@deadlock_problem 4 ай бұрын
Anything that isn't vscode is an acceptable alternative, couldn't imagine using that shit.
@Artcam87
@Artcam87 8 ай бұрын
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 8 ай бұрын
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.
@叵
@叵 Ай бұрын
helix*
@le0nz
@le0nz 9 ай бұрын
Great video. 😊
@zgoaq
@zgoaq 9 ай бұрын
dude your traps became bigger, congrats
@MW-mn1el
@MW-mn1el 9 ай бұрын
The best terminal editor is Helix.
@owlenderg
@owlenderg 9 ай бұрын
I read the thumbnail as Meowim and now I'm sad ...Time to make a fork of it called Meowim
@ChrisTitusTech
@ChrisTitusTech 9 ай бұрын
missed opportunity for sure!
@jmbuhr
@jmbuhr 9 ай бұрын
Or at least a plugin that makes a cool welcome screen with random ascii-art cats
@OOO-mn1ds
@OOO-mn1ds 9 ай бұрын
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
@bertblankenstein3738
@bertblankenstein3738 9 ай бұрын
I was going to say "vim" jokingly based on the thumbnail. And i wasn't too far off, ha!
@user-gi2vi2rq4c
@user-gi2vi2rq4c 7 ай бұрын
what's your terminal theme, it looks awesome
@barryobrien1890
@barryobrien1890 9 ай бұрын
Thanks. Great content
@Shorts-n-Stuff-sc9hm
@Shorts-n-Stuff-sc9hm 9 ай бұрын
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
@Nimitz_oceo
@Nimitz_oceo 7 ай бұрын
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 3 ай бұрын
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.
@erictrinque6513
@erictrinque6513 9 ай бұрын
The TitusAgen
@CommanDOH-JKU
@CommanDOH-JKU 9 ай бұрын
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 9 ай бұрын
but you use windows...
@tostadorafuriosa69
@tostadorafuriosa69 9 ай бұрын
@@dongct2504vscodium is on flathub
@Ar1yan824
@Ar1yan824 6 ай бұрын
Using spacevim btw ;)
@nalusan
@nalusan 9 ай бұрын
why use that since there are desktop editors?
@DanWalshTV
@DanWalshTV 9 ай бұрын
Helix is really cool too
@zehph
@zehph 8 ай бұрын
🧬 deez 🔩 🔩 😂😂😂😂
@leiner6X
@leiner6X 9 ай бұрын
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
@YOSHELF
@YOSHELF 9 ай бұрын
When I use your tool my whole explorer gets turned off, my back screen for my desktop and my taskbar.
@diabeticnomad
@diabeticnomad 9 ай бұрын
been wanting to make the switch
@juanmacias5922
@juanmacias5922 9 ай бұрын
Neovim
@Mxntal...
@Mxntal... 9 ай бұрын
chris can ya help me is there anyway to remove a tweak ive done in the past
@user-ze5eu5gm1p
@user-ze5eu5gm1p 9 ай бұрын
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!
@muddyexport5639
@muddyexport5639 9 ай бұрын
Thanks!
@AmeebaBoi
@AmeebaBoi 9 ай бұрын
yoo, what was that clipboard tool you used at 6:30?? That looks awesome
@juisemonk
@juisemonk 9 ай бұрын
That is Flameshot, it's a tool for screenshots
@Otakubro6
@Otakubro6 9 ай бұрын
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
@nathannjh
@nathannjh 9 ай бұрын
I wish there was kickstart for emacs. Space/doom do too much, and starting from scratch it extremely daunting.
@CheeseChuckie
@CheeseChuckie 9 ай бұрын
Fine I'll make one...
@makkar.ankush
@makkar.ankush 9 ай бұрын
I'm a 3 year student and still didn't understand this ✨
@minminxb
@minminxb 9 ай бұрын
What os are you using in the video?
@mtsurov
@mtsurov 8 ай бұрын
But does it have copilot?
@Fred2-123
@Fred2-123 9 ай бұрын
Emacs for the primary editor. Nano for simplicity.
@blade8880
@blade8880 9 ай бұрын
finally an emacs video
@tamtonaquib
@tamtonaquib 9 ай бұрын
mj was the original author of kickstart, too bad he went away and tj took it up
@ChrisTitusTech
@ChrisTitusTech 9 ай бұрын
Thanks for the correction.
@whoman0385
@whoman0385 9 ай бұрын
I use micro as my daily editor
@TOMYL27
@TOMYL27 9 ай бұрын
Tu préfère Windows ou Linux ?
@MichaelJHathaway
@MichaelJHathaway 9 ай бұрын
Neo-Euw...
@windows99
@windows99 9 ай бұрын
Beginners should start with NeoVim Kickstart project
@dianaalyssa8726
@dianaalyssa8726 9 ай бұрын
Cool
@fatalistiys
@fatalistiys 9 ай бұрын
Ага, и всё сохранённое время ты потратиш на конфигурирование NeoVim-а )))
@gsestream
@gsestream 9 ай бұрын
omg ubuntu 23.10 software update tool destroys usb stick live boot data partition
@IncomingLegend
@IncomingLegend 9 ай бұрын
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...
@gapollo411
@gapollo411 9 ай бұрын
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 8 ай бұрын
Debian is notoriously known for having out of date packages, its part of their schtick for being a super stable distribution.
@vanjastojiljkovic4494
@vanjastojiljkovic4494 9 ай бұрын
Nisi ti kriv.
@AuroraPixel6
@AuroraPixel6 9 ай бұрын
Hi, please make a Bitcoin Update video ❤
@KaloyanNachev1994
@KaloyanNachev1994 5 ай бұрын
If it contains "vim" in the title, then it's not the best.😀😀
@aneeshprasobhan
@aneeshprasobhan 9 ай бұрын
emacs >
@gillesjr2
@gillesjr2 9 ай бұрын
Kick Start
@ogen87
@ogen87 9 ай бұрын
Hello Chris, New AltasOS v0.3.1 is out, can u check it for us? Thx! Ecellent content as always!
@ChrisTitusTech
@ChrisTitusTech 9 ай бұрын
Yeah I'll check it out. I've been meaning to revisit the project.
@MrElciupacabra
@MrElciupacabra 9 ай бұрын
any tool is great as long as you know it well
@harmez7
@harmez7 9 ай бұрын
no thanks I'll stick to vscode lol
@StoutPika
@StoutPika 9 ай бұрын
nano is superior
@mdelim3128
@mdelim3128 9 ай бұрын
editor is not to much important if you dont know how to program and make code like professional programmers lol
@smaplessmap5355
@smaplessmap5355 7 ай бұрын
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!
@upendownlinker
@upendownlinker 9 ай бұрын
emacs is the best os not vim
@yassinrian292
@yassinrian292 9 ай бұрын
Emacs is better ...period !
@WaynoGur
@WaynoGur 9 ай бұрын
Vim is overly complicated with esoteric command structures. nano and gedit work well with almost a zero learning curve. Hard pass.
@zehph
@zehph 8 ай бұрын
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 9 ай бұрын
emacs better
@dgm3985
@dgm3985 9 ай бұрын
I opened the video thinking I was going to see a wonderful mansplaining about Emacs (the true and only superior editor)
@dongct2504
@dongct2504 9 ай бұрын
stick with vscode and nano...
@creepr524
@creepr524 9 ай бұрын
You clearly never tried emacs and learned lisp
@ChrisTitusTech
@ChrisTitusTech 9 ай бұрын
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.
@hodicha
@hodicha 9 ай бұрын
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
Рет қаралды 37 М.
Why I Cant Stand IDE's After Using VIM | Prime Reacts
17:51
ThePrimeTime
Рет қаралды 294 М.
طردت النملة من المنزل😡 ماذا فعل؟🥲
00:25
Cool Tool SHORTS Arabic
Рет қаралды 10 МЛН
If Barbie came to life! 💝
00:37
Meow-some! Reacts
Рет қаралды 67 МЛН
Titus Reacts to Linus Tech Tips Linux Daily Drive Challenge
20:21
Chris Titus Tech
Рет қаралды 743 М.
Neovim is Better
27:56
Chris Titus Tech
Рет қаралды 114 М.
The Linux Tier List
27:34
Chris Titus Tech
Рет қаралды 1 МЛН
The Holy Grail of Neovim Note Taking
14:38
DevOps Toolbox
Рет қаралды 324 М.
Fedora vs Debian and Arch Linux
17:32
Chris Titus Tech
Рет қаралды 509 М.
30 Vim commands you NEED TO KNOW (in just 10 minutes)
10:27
typecraft
Рет қаралды 83 М.
Why Vim Experts Do THIS Instead of Using Tabs...
7:55
DevOps Toolbox
Рет қаралды 131 М.
AMD Fires Back: Zen 5 Gaming Performance Still In Dispute
21:54
Hardware Unboxed
Рет қаралды 56 М.
Tmux has forever changed the way I write code.
13:30
Dreams of Code
Рет қаралды 965 М.
NixOS is Mindblowing
12:02
Chris Titus Tech
Рет қаралды 690 М.
ПС 110/10. Кто то подключил "левак" 110000 вольт!?
0:34
Советы электрика
Рет қаралды 1,2 МЛН
Как бесплатно замутить iphone 15 pro max
0:59
ЖЕЛЕЗНЫЙ КОРОЛЬ
Рет қаралды 9 МЛН