Пікірлер

  • @GodPuck-dw2vn
    @GodPuck-dw2vn2 күн бұрын

    Thank you so much, your situation was so relatable for me. I was looking for this! And good joke about light themes, btw.

  • @mikekellytech
    @mikekellytech2 күн бұрын

    So glad it was helpful for you! And yes, those light themes will get you!

  • @nandoflorestan
    @nandoflorestan22 күн бұрын

    The best thing about Linux Mint is to not be constantly interrupted by bad software with difficult questions. It leaves you alone to do your work.

  • @marcelo8690
    @marcelo869025 күн бұрын

    You can use lazyvim to make the configuration simpler

  • @cncptpr
    @cncptpr26 күн бұрын

    I can really recommend using hjkl instead of the arrow keys. After you get used to it the arrow keys feel so dirty and almost as far away as the mouse.

  • @borntodoit8744
    @borntodoit874429 күн бұрын

    Great share!loving the introduction to Linux.

  • @jordanmadick
    @jordanmadickАй бұрын

    new to Linux is Linux mint the best distro. how do drivers and updates work. day if I installed mint on usb and installing it in pc I could just connect to wireless and good to go while installing it it’ll detect my drivers

  • @xCheddarB0b42x
    @xCheddarB0b42xАй бұрын

    Great stuff Mike.

  • @CuriousSpy
    @CuriousSpyАй бұрын

    Exactly the video i was looking for.

  • @mikekellytech
    @mikekellytechАй бұрын

    Excellent! I'm glad you found it useful!

  • @aristotlesimone4773
    @aristotlesimone47732 ай бұрын

    Sublime is a fantastic editor to consider using as well. Its technically modeless, but you can add key bindings to create custom modes if you want a modal experience

  • @eidiazcas
    @eidiazcasАй бұрын

    sublime? 🤮

  • @1Lll_llllllLLLLllllll_llL1
    @1Lll_llllllLLLLllllll_llL12 ай бұрын

    does your setup do auto pair tags?

  • @mikekellytech
    @mikekellytech2 ай бұрын

    Yup! If you mean if you open a tag it will autocomplete the close tag, yes. Same with opening an if statement braces, it will add the close, etc

  • @amanuelmekashaw8738
    @amanuelmekashaw87382 ай бұрын

    ​@@mikekellytechhow did you do that can you make the config video i am struggling with writing html and php code

  • @paologaleotti8478
    @paologaleotti84782 ай бұрын

    You can set helix keybindings to also open commands or apps as a buffer! for example i have C-g to open lazygit. You can do that with yazi

  • @mikekellytech
    @mikekellytech2 ай бұрын

    Ohhh, can you share the command for that? I can't seem to find it in the docs. How to open a command in a buffer

  • @rossdafodil7931
    @rossdafodil79312 ай бұрын

    @@mikekellytech [keys.normal] C-g = [":new", ":insert-output lazygit", ":buffer-close!", ":redraw"] (from kzread.info/dash/bejne/omel2LWzZLWwpNY.html&ab_channel=SourceSyrup)

  • @user-zt3vr3hs7u
    @user-zt3vr3hs7u2 ай бұрын

    It's all cool but can it beat micro? 😄 Helix is pre configured out of the box but if you face any limitation no one can help you (while other editors have multiple extension for any use case). This is a big flaw in a long run.

  • @neilclay5835
    @neilclay58353 ай бұрын

    I've come to Helix from nvim because I'm tired of the faff. Also Helix is so responsive.

  • @code-island
    @code-island3 ай бұрын

    whats the point of an editor that as it bests, will looks like neovim?

  • @tubeincompetence
    @tubeincompetence3 ай бұрын

    Not half way through the video yet, but if he didn't feel he really got used to VIM and he gets used to Helix, why not? He didn't complain about the looks of VIM

  • @abra-k
    @abra-k2 ай бұрын

    just simpler to get into. There are also less things that could go wrong (!in my experience!) in comparison to vim. I like the keybindings more as well: instead of `dw` you would do `wd`, since it selects the word. Makes it a little easier to see the selection before you do an action. the obvious downside is: no plugin support, but it's being worked on. But honestly just use a vim plugin in vscode if you want to get things done xd. The largest ecosystem with great keybindings.

  • @recarsion
    @recarsion3 ай бұрын

    Helix is amazing. It's like neovim except much easier. But I honestly don't know if I'm going to stick with it yet, I'm really missing a few things like harpoon (we have the jumplist instead but honestly that thing is nearly unusable), lazygit integration and netrw, I mean sure you can work around these by just opening tabs or using tmux or whatever but it was really convenient to have these right inside neovim. Also, while the helix keybindings are pretty intuitive, in my mind vim keys are almost kind of an unspoken standard that so many programs have support for, so I'm not sure how I feel about gradually unlearning it as I get used to helix instead.

  • @Primeagen
    @Primeagen4 ай бұрын

    Using helix from vscode means: having helix experience in vscode, like vim extension for vim

  • @mikekellytech
    @mikekellytech3 ай бұрын

    I changed it to: Using Helix - Coming from VSCode (3 weeks in) Does that make more sense?

  • @Primeagen
    @Primeagen3 ай бұрын

    @@mikekellytech yes, now it's more appropriate and more catchy as well

  • @SpeculatorSeth
    @SpeculatorSeth4 ай бұрын

    In the file picker use tab and shift-tab to move up and down the list.

  • @mikekellytech
    @mikekellytech4 ай бұрын

    good tip! Thanks

  • @SMOKE3104
    @SMOKE31044 ай бұрын

    i would have been a Helix user but I am too dependent on vim motions. I do like the way it toggles to select text so when I made my most recent vim config, I added it to it. But now I am using Emacs with evil-mode because Vim wasn't enough, and emacs has a lot of the things available but you just need to enable it and Org-mode (my most favorite thing about emacs). If your up for it, you can use the Doom Emacs distribution. I uses vim keybindings (although some bindings does what it suppose to do but not in the way you expect it. Like when pasting text, in vim, lowercase p pastes text on the same line, I got it to paste on the line below, and Capital p, pastes it on the line above. Emacs copies it where ever the cursor is regardless if its a upper or lower. but besides that, all of the bindings I normally use work as intended.

  • @mikekellytech
    @mikekellytech3 ай бұрын

    yeah I get that. Lots of Vim users have that muscle memory. I'm "lucky" in that I didn't have that yet. So Helix is the muscle memory now.

  • @code-and-optimism
    @code-and-optimism4 ай бұрын

    Thanks Mike! Good video. I like how the fuzzy file-find shows the full path of the files before the file-name. It helps visualize the structure better. I wish VSCode worked the same way! BTW: VSCode has all that multi-cursor goodness. I love that feature.

  • @Beholden28
    @Beholden284 ай бұрын

    My advice having learned a modal text editor over the last year. I definitely recommend switching to hjkl asap. Don't try to be too original with your keybinds at first. Learn the program first, learn the commands, then change the keybinds. And always try to configure the editor to do what you need rather than resorting to plugins.

  • @teprox7690
    @teprox76904 ай бұрын

    Thank you for your introduction to Helix. ❤❤❤

  • @KrishnanshAgarwal
    @KrishnanshAgarwal4 ай бұрын

    I am having trouble with using it for html,css, js it works very fine with Go !Z

  • @heatherc1045
    @heatherc1045 Жыл бұрын

    Thank you!!!

  • @Mama_Starr777
    @Mama_Starr777 Жыл бұрын

    very informative, had no idea this even existed

  • @BertKrus
    @BertKrus Жыл бұрын

    You did very well! I don't miss anything. My friends have no idea what Linux is. I explain them, and I can hear their brain cracking. Not me, I love Linux Mint, it's my media computer. W10 is for work, and ChromeOS for news on the couch. I don't understand why most people are not curious about other operating systems. Maybe they are afraid or have a hard time adapting and learning.

  • @naomibeveridge2568
    @naomibeveridge25682 жыл бұрын

    Great introduction thank you

  • @monicavanthoff
    @monicavanthoff2 жыл бұрын

    Hi Mike, thanks for all these interviews. Mary Schiller has a great looking online academy but unfortunately the link doesn't allow me to see what it is shown in the video. Mike, would it be possible you update the link?. Many thanks in advance. Monica :)

  • @Addarios
    @Addarios2 жыл бұрын

    Hi Mike, we were thinking about using Member Vault to help train our employees. Would we be able to give them free access to certain training modules but not others? Also could this access be taken away if someone left the company? Thanks for your help and for the informative video!

  • @mikekellytech
    @mikekellytech2 жыл бұрын

    Thanks so much for the question! And yes, we have many accounts that do exactly this. They use MemberVault for internal training, documents, etc.. And while you can't divi up access by module, you can absolutely do it by "product". And yes, you can revoke access for any user to any product if you need to. Would 100% work!

  • @Addarios
    @Addarios2 жыл бұрын

    @@mikekellytech Thanks for the response! We sincerely appreciate the help :)

  • @TheLadyGiles
    @TheLadyGiles2 жыл бұрын

    What about LIVE workshops?

  • @mikekellytech
    @mikekellytech2 жыл бұрын

    Live workshops from us at MemberVault, or you hosting your own workshops? In short, we have weekly "office hours" live workshops for our users. And if you want to embed a live workshop in your account, you're also free to do so. We're not the video host, but you can embed whatever you like!

  • @phoenixesrisingacademy
    @phoenixesrisingacademy2 жыл бұрын

    I'm sorry but I'm a coach starting online courses and I find this site to be way too busy and not enough detail on how to upload course material. There's no option for a course. The landing page has a lot of so-called information that you can't tap into. The dashboard has nothing of relevance if you can't upload course materials for clients. I thought there was finally something but it was an "invisible" template that wouldn't show up! You can't get into the Facebook group and what should be intuitive isn't. I went back to Thinkific. Better templates and intuitive. I don't have to deal with someone's mental chaos.

  • @mikekellytech
    @mikekellytech2 жыл бұрын

    Thank you for giving us a try, but i'm sorry you had a rough time getting set up. We're a small team doing our best here, and we're constantly updating the platform to make it easier while still being flexible and powerful. We're actually only a couple weeks away from a complete admin redesign that is much cleaner and easier to navigate. Some users say that MV was the easiest thing they've set up, others (like you) have a hard time of it. What would make it better? The dashboard is FULL of great data, but you need content and engagement in there to actually fill out the graphs. Getting content loaded in there should be pretty straight forward once you understand everything is just a product. The facebook group accepts everyone, and i'm puzzled why you couldn't get in. At the end of the day though, platforms like Thinkgific will always be easier to just throw your course up really quick, because it's very limited in flexibility and functionality. It's more "fill in the blank". At MemberVault, our goal is to help you run a smarter business, the flexibility of the platform paired with things like tracking, tagging, and actions, MV can help you sell, test, manage your content and business. It's more than just putting up a course. But please let us know what we could do better and please check out out later after we make some updates!

  • @shehaamsauls820
    @shehaamsauls8203 жыл бұрын

    Is there a feature for blog post? im not sure if i missed this in the video?

  • @campusalter
    @campusalter3 жыл бұрын

    How can I do that "Sign Up" Process, timestamp 10:57? I just recently signed up for a free account in MV to test it before subscribing to a paid plan. I hope there's a tutorial on how to do that exactly. Thanks in advance! :)

  • @TeraGreene1
    @TeraGreene13 жыл бұрын

    I wish Katrina was given more opportunity to speak... and complete thoughts. She seems knowledgeable, too! Other than that, great information. Thank you.

  • @mikekellytech
    @mikekellytech3 жыл бұрын

    Katrina isn't just knowledgeable.. she's a MV Rockstar! I apologize if it seemed she was getting cut off at points. I know we're both very excited and chatty, but also trying to keep it tight and on target. If Katrina and I had no time limit, this thing would be 3 hours! But also know that Katrina is the one who does weekly office hours, is the lead support person, and she will be the one that really handles any incoming questions. So please reach out to our support or show up for a weekly office hours if you want more of her :)

  • @TeraGreene1
    @TeraGreene13 жыл бұрын

    @@mikekellytech Thanks for the reply, Mike! Yes, I TOTALLY see your enthusiasm... that's not a question. And, rightly so. I'm just new to MV, but you and Erin(?) have co-created something quite lovely... I mean, I've not already used it yet, but already have one client signed up to use MV because I see the potential. HOpefully, there's an affiliate/partner program, because I desire to tell as many folks about MV as possible! RE: Katrina. That's great to hear! I look forward to getting more connecting with the community and using the service. I've consumed as many videos so far, just to rap my head around the power, and I'm very excited. THANKS for being rockstars and being disruptive in the online space!

  • @TheMentalHealthToolbox
    @TheMentalHealthToolbox3 жыл бұрын

    Thank you! I was referred to you by Courtney Foster Donahue; i am taking her course course.

  • @EthanKingTV
    @EthanKingTV3 жыл бұрын

    Can the user upload attachments in the quiz section?

  • @mikekellytech
    @mikekellytech3 жыл бұрын

    Great question! At this moment, no.. However, we have that feature planned for Q1 of 2021. So in a few months you will be able to!

  • @katelinromick8148
    @katelinromick81483 жыл бұрын

    Thanks, Matt! This was VERY informative and an excellent crash course! I loved the use of examples. It gave me some great ideas.

  • @mikekellytech
    @mikekellytech3 жыл бұрын

    Excellent! Thanks so much for checking it out and let us know if you have any questions as you get set up!

  • @veronicacortes8624
    @veronicacortes86243 жыл бұрын

    Hi can I would like to have an interactive class where students can ask questions screen can ve shared, like zoom platform, but also where students can have access to a recorded class and content to access later, does member vault does that?

  • @ashleybrenda___
    @ashleybrenda___3 жыл бұрын

    So great do you guys will work on having email automation directly into the the platform? And what about webinar?

  • @mikekellytech
    @mikekellytech3 жыл бұрын

    Hey Ashley! Thanks for the reply. Honestly, we have no immediate plans to build email into the platform because that's a WHOLE OTHER BUSINESS! We believe companies that try and do the "all in one" are unable to do them all well. We WILL however, continue to make it easier to integrate and use your email platform so it's easy and painless. Same deal with webinar. You can already embed a webinar from anywhere you want. And most people use MV for more evergreen and reply webinar videos, which works fine. But you're best to use an actual webinar platform to host a live webinar, but use MV to bring them to after or during for the rest of your content and services!

  • @ashleybrenda___
    @ashleybrenda___3 жыл бұрын

    @@mikekellytech ok thank you! 😊

  • @laurar.4831
    @laurar.48314 жыл бұрын

    Great explanation! I'm your first viewer that's so cool :) I lost the last 3 days trying to figure out how I was going to manage the courses and assets that I have on my funnels, I'm so glad I found you guys so now I don't need to waste more time with pluggings!

  • @Reneecbull
    @Reneecbull4 жыл бұрын

    awesome, I never heard of this platform! Thank you!

  • @anythingva1472
    @anythingva14724 жыл бұрын

    just wondering why my welcome area says "unlocks soon" ?

  • @mikekellytech
    @mikekellytech4 жыл бұрын

    Because it's in beta and being tested. It should unlock for everyone in a day or two!

  • @jeremymorris570
    @jeremymorris5704 жыл бұрын

    This looks amazing! Being a little OCD on my end, it would be great if all the product boxes had some option to limit description to a certain number of words or characters with a sign up learn more buttons so all the boxes could be the same size and uniform. Just adding my 2 cents, which is all it's worth lol

  • @DelylaDesign
    @DelylaDesign4 жыл бұрын

    I am literally creating images for my new MV account now. When will we be aware of the best image sizes for the new rollout? Thanks and happy to get in while you are making these beautiful changes!!!

  • @mikekellytech
    @mikekellytech4 жыл бұрын

    Thanks so much for the encouragement! We're really excited too. This design is fully responsive, so there ARE no incorrect image sizes. Aspect ratio is much more important. Making sure all of your images are the same size is the biggest key! But any size images will work here. And we're making sure that whatever images you upload now will work too

  • @DelylaDesign
    @DelylaDesign4 жыл бұрын

    Mike @ MemberVault awesome! I made all of my images the recommended size so I should be good to go!!!