Why Vim Experts Do THIS Instead of Using Tabs...

Поделиться
HTML-код
  • Опубликовано: 24 май 2024
  • One of the recent (and long due) "aha" moments I had with Vim, is understanding buffers.
    I just couldn't get what it was, and was using tabs like any IDE.
    Once I got the grasp of it, not only Vim became lighter and swifter to handle, I felt WAY more confident with understanding Vim's file managment, memory allocation and how copies are shared, handled, saved etc.
    In this video I explain tabs, windows and buffers, how they relate and my preference of work, together with the plugin I use to handle it all.
    Best ways to support this channel:
    🎓 My course: learn.omerxx.com/courses/seco...
    📰 Become a better engineer in just 3 minutes a week: newsletter.omerxx.com
    ⌨️ Tech I use: kit.co/omerxx/my-battle-station
    LINKS
    ▶ Lua line plugin! - github.com/nvim-lualine/luali...
    ▶ Wezterm - wezfurlong.org/wezterm/
    ▶ My dotfiles - github.com/omerxx/dotfiles
    ⏱ Timestamps
    00:00 - Intro
    00:28 - Buffers
    02:39 - Wezterm
    03:23 - WIndows
    04:26 - Loading multiple buffers
    04:44 - Tabs
    06:08 - Lualine
    07:24 - Checkout Vim basics!
    #neovim #productivity #devops #terminal #tmux #system #sysadmin #cloud #cli #dev #ops #ricing #linux #macos #commandline #asmr #typing #keyboard #tutorial #beginner
  • НаукаНаука

Комментарии • 140

  • @Codigger-br2rt
    @Codigger-br2rt 2 месяца назад +7

    Those who have programming experience should know that when a file is read from disk to memory, a memory buffer is allocated in advance to store the contents of the read file, and vim does the same.
    When vim reads a file, it maps the contents of the disk to a buffer in memory through memory mapping. vim can open multiple files, each with an independent buffer. In order to manage these open files, vim has the concept of buffer lists, and also provides some accompanying commands to manipulate buffer lists.

  • @devopstoolbox
    @devopstoolbox  Год назад +1

    If you liked this video, you may find my Vim playlist interesting: ruclips.net/p/PLmcTCfaoOo_grgVqU7UbOx7_RG9kXPgEr
    Be sure to subscribe for more: www.youtube.com/@devopstoolbox?sub_confirmation=1

    • @SlexisSlacks
      @SlexisSlacks Год назад

      Hi! Thanks for the video!
      The playlist link is broken, there's an extra B at the end. Actual link: ruclips.net/p/PLmcTCfaoOo_grgVqU7UbOx7_RG9kXPgEr

    • @devopstoolbox
      @devopstoolbox  Год назад +1

      @@SlexisSlacks My man you are a life saver! Thank you! Glad you enjoyed 😉

  • @TesemOfficial
    @TesemOfficial Год назад +27

    empty keycaps + no arrow keys = real vim user

  • @typecraft_dev
    @typecraft_dev Год назад +8

    that pour over looks awesome. and hey, great vim skills too!

  • @junweilu4990
    @junweilu4990 Год назад +22

    I love how clearly you explain things.

    • @devopstoolbox
      @devopstoolbox  Год назад +1

      Thank you so much! 🙏🏿
      If there’s any you think / would like for me to improve I’d be really happy to apply anything that helps the viewer!

  • @javierneri81
    @javierneri81 Год назад +18

    Had to make sure I wasn't suddenly in a European Coffee Trip video haha. I recently switched to using neovim from VS Code and it was a rough mental shift for me to stop thinking of tabs so much. But after some practice, Telescope and Harpoon are hard to go away from now.

  • @felixkunze1463
    @felixkunze1463 Год назад +4

    Lovely V60 workflow

  • @MetalFortress14
    @MetalFortress14 3 месяца назад +3

    when I started using vim, I never liked the idea of buffers as I was coming from VSCode with tabs.
    Now I personally find buffers way better and I can't even say why. I think it focus me better on one file and I use splits whenever I need a second file to work on.
    But tabs can save the layouts so thats a plus !
    I really love Vim, it became my daily tool for everything - I love how small and fast it loads up.

    • @devopstoolbox
      @devopstoolbox  3 месяца назад

      I agree! I don't find myself needing the layouts saved, and buffers make so much sense...

  • @desuburinga
    @desuburinga Год назад

    Nice video and great explanation

  • @ericsnakey
    @ericsnakey Год назад +4

    how to hide the title bar of a window application? I see your terminal emulator does not have title bar(the bar with name of the window, min/max/close buttons etc). Is this feature from the terminal itself or a custom window manager? Btw, what linux distro are you using? Thanks a lot in advance.

    • @devopstoolbox
      @devopstoolbox  Год назад +2

      Hi! I’m using wezterm here that has th capability on its own. Same goes for other emulators like iterm and alacritty…
      I’m using Mac locally and daily many Linux distros but on servers mainly

  • @AndreaDragotta
    @AndreaDragotta Год назад +7

    Hi DevOps, thanks for the interesting video!
    In Neovim I usually use splits for showing multiple files (or different locations in the same file) and tabs when I have to open a new project, or some files that are not related to those already open. I know that they're all open buffers without any distinction, but I still find this helpful.
    Honestly, the only thing I couldn't understand from the video was why neovim users don't use tabs... Maybe I've missed it. It could be useful to do a short recap in the end which just focus on the point you tried to explain 🙂
    Thank you anyway and have a nice day

    • @devopstoolbox
      @devopstoolbox  Год назад +3

      Amazing feedback thanks mate! I’ll take your input into consideration on my next video.
      With regards to tabs - once you control buffers, the only need for tabs is for a constant window separation that’s not in a split. The idea is not “ignore tabs altogether” but - don’t use it like a normal IDE to keep files open (because it doesn’t). Once you understand the distinction than it’s less likely you’ll use them on a regular basis (that was my experience). I hope it makes sense and thanks again!

  • @spideybra
    @spideybra 3 месяца назад +4

    I use standard Vim, not Neovim, so perhaps the default keybindings changed, but you could use gt and gT in normal mode to navigate tabs instead of having to use command mode.

    • @devopstoolbox
      @devopstoolbox  3 месяца назад

      True. It feels awkward to me but that's the native way to go.

  • @Aucacoyan
    @Aucacoyan 3 месяца назад

    Thanks! That was very clear

  • @daxtheduck4686
    @daxtheduck4686 3 месяца назад +1

    Is that the 1ZPresso j-max I see (or one of the similar ones)? It can be a little acidic at times, but I have become quite fond of it :)

  • @d3lirious
    @d3lirious 6 месяцев назад

    Hi @Devops, love the videos, keep them coming!
    Question: I saw a video with very minimalistic lua line config somewhere. Was that you? If so, can you share it?

    • @devopstoolbox
      @devopstoolbox  6 месяцев назад

      Thanks man! I didn't do a video covering my config. I think I need to do it because I've been asked multiple times, and, I feel like I should go for the "from scratch" video to help beginners out.
      My configs are always open at dotfiles.omerxx.com
      LMK if you found what you were looking for!

  • @DenisovichDev
    @DenisovichDev Год назад

    I only started watching the video and I just wanna say I LOVE you for making the coffee

  • @uuu12343
    @uuu12343 Год назад

    Hi! Do you use the Lazy package manager?
    Im not sure why but recently after migrating my Packer configs to Lazy, the command mode's auto (tab) completion doesnt work anymore
    Not sure why

    • @devopstoolbox
      @devopstoolbox  Год назад

      Hey! I don’t actually, I use packer. Might do a video showing the setup

  • @0xjdion
    @0xjdion 3 месяца назад

    Nice grinder 👌

  • @alberteinstein7412
    @alberteinstein7412 Год назад +1

    while opened buffers do not take much memory is not a problem.
    Usually I'm working with no more than 3000 code lines buffers and very often I've at least 5 or 6 buffers and is not problem, but yes, for those who memory is a really problem, will approach so much your recomendations.

    • @devopstoolbox
      @devopstoolbox  Год назад +4

      I agree! With modern machines, where this becomes a problem is usually with plugins that deal with the entire set of open buffers and then you can start feeling some lag. If you're a complete vanilla user this is probably not a problem.
      That said, I think it's extremely important to understand the relation between buffers and windows, not only for resource consumption but for the workflow!

  • @SB-qm5wg
    @SB-qm5wg Год назад +3

    How do you remember all those keys!? I love vim. Have been using it for over 20 years but I can't even remember 15% of the shortcuts.

    • @devopstoolbox
      @devopstoolbox  Год назад +3

      Love the question :) For one, because I can link this: ruclips.net/video/HhZJ1kbzkj0/видео.html
      And beyond, I think it's a lot of muscle memory and years of customizing the environment to my needs and ability to remember. e.g.: leader+s till is for searching with telescope so "sf" for search+files, "sb" for buffers and so on. Same goes for git fugitive (another vid: ruclips.net/video/IyBAuDPzdFY/видео.html) starting with "g". This is how most of my configuration works.

  • @anakinsonone
    @anakinsonone 4 месяца назад +1

    What tool do you use for casting your keystrokes?

  • @elixirfun
    @elixirfun Год назад +1

    Never used tabs, but recently discovered that they are handy for running tests, especially in the background.

    • @devopstoolbox
      @devopstoolbox  Год назад +1

      Yes! They do of course make sense in many cases. Most users do the opposite and start from knowing only tabs

    • @SuperTintenfisch64
      @SuperTintenfisch64 4 месяца назад

      I didn’t really know about buffets and how they work, I am relatively new to vim and used tabs kinda like different workspaces for testing and whatnot

  • @gamezoid1234
    @gamezoid1234 Год назад +1

    Ah, a fellow v60 enjoyor, truly a man of taste.

  • @MrDasNiche
    @MrDasNiche 2 месяца назад +1

    Can someone explain the benefit of why the lines above and below the line number he has selected are both 123456etc...? And what the plugin is?

    • @devopstoolbox
      @devopstoolbox  2 месяца назад

      This is a native feature of vim - relative line numbers (set rnu)
      The benefit is knowing how many lines it takes to get somewhere. So I can perform any motion (delete yank or even run a macro) based on the number of lines the cursor is away from the target, up or down

  • @icephonex
    @icephonex Год назад +1

    which keyboard layout are you using? It looks way more efficient than qwerty

    • @devopstoolbox
      @devopstoolbox  Год назад

      This is actually querty!
      I thought about changing many times, but everyone else, including friends who love other layouts like Dvorak admit it doesn’t improve speed, only strain. I might pick up another one some day 🤷‍♀️

    • @icephonex
      @icephonex Год назад +1

      @@devopstoolbox i have rsi so I'm searching for a good layout to learn and use vim with

    • @devopstoolbox
      @devopstoolbox  Год назад

      @@icephonex In that case I think dvorak should do wonders!

    • @JamieAlban
      @JamieAlban 8 месяцев назад

      dvorak user here! while I like it, and there's a bit less key travel, I feel like it was a bit of a waste of time to learn since everything is qwerty centric including vim keys. I never used vim on qwerty, but I am a bit jealous that all the arrow motions are on one hand for example.

  • @nichohells
    @nichohells 3 месяца назад +1

    Hi brother, how do you get lualine to show your active buffers?

    • @nichohells
      @nichohells 3 месяца назад +1

      It was on
      sections = {
      lualine_a = {'mode', 'buffers'},

    • @devopstoolbox
      @devopstoolbox  3 месяца назад

      @@nichohells yep! And my dotfiles are always open here: dotfiles.omerxx.com

  • @lamhung4899
    @lamhung4899 Год назад

    How do you render the teminal inside video background ?

    • @devopstoolbox
      @devopstoolbox  Год назад +2

      Hey! There are a few options, easiest option is to capture the terminal and layer it on top when editting

  • @treywilkinson9989
    @treywilkinson9989 2 месяца назад

    I'm a self-declared vim expert. I use tabs as they are collections of window layouts. They should not be used to navigate buffers. For larger projects in particular, it's useful to save these window layouts.
    Edit: I use arch btw

  • @xthebumpx
    @xthebumpx Год назад

    What grinder is that? It looks a lot like mine.

    • @devopstoolbox
      @devopstoolbox  Год назад +1

      This is the 1zpresso K max!

    • @xthebumpx
      @xthebumpx Год назад

      @@devopstoolbox All the coffee RUclipsrs seem to love that one. Mine is the J max.

    • @devopstoolbox
      @devopstoolbox  Год назад

      @@xthebumpx I remember debating myself a long while with mine and the comandante and went for the 1z eventually. Isn’t yours more suitable for espresso?
      I’m using mine purely for filter. Got an electrical burr grinder for espresso

    • @xthebumpx
      @xthebumpx Год назад

      @@devopstoolbox Yep, was planning on getting a Flair or Robot for espresso at the time, but never ended up pulling the trigger. Still does a good job for my Moka pot.

  • @tee1532
    @tee1532 Год назад +3

    You didn't show the main point of tabs? To have different arrangements of windows in the same session. E.g. sometimes I have one buffer in one tab, and a vertical split of two buffers in another tab.

    • @devopstoolbox
      @devopstoolbox  Год назад +1

      I get your point. That's the point where I think most users tend to start addressing tabs as additional file memory slots instead of understanding they're just a viewing system. I mean, the cases where I'd need more tabs with different splits just for more buffers doesn't make sense when you understand the buffers are independent. Got me to the point I don't use tabs at all! I just change the splits based on need and change the buffers within them.
      I hope it makes sense!

    • @tee1532
      @tee1532 Год назад +1

      @@devopstoolbox So in one tab, I have a source file and its treesitter playground opened in a vertical split. In another tab, I have the treesitter query file I'm writing right now. It's very convenient to use tabs for this. How would you do this without tabs?

    • @lucastperez
      @lucastperez Год назад +1

      @@devopstoolbox What @Tee is saying is indeed the use case of vim tabs (as I understand it) and it definitelly makes sense! You may have a particular useful layout of windows, maybe with a test file and a implementation file with splits and a third or even fourth split with another file, a kind of layout that kinda takes time to recreate, but then you remember you actually have to tweak that other config file, maybe a Docker file, and you want to see it big. You can just create a new tab and open it, this way you can start editing that Docker file without having to touch the layout you took so long to create. When you're done, you can simply just delete that tab, even close the buffer with the Docker file, and that layout that took so long to create is still there, intact, waiting for you.
      Buffers are indeed independent, and windows are just a viewport to a buffer. And a tab is just a collection of windows, that is it.

    • @devopstoolbox
      @devopstoolbox  Год назад +1

      ​@@lucastperez I totally agree with everything you both mentioned!
      My point was, that workflows differ. One person's open tab with splits for config is the easiest path, while for me it can be Telescope fuzzy finding that specific file and opening the buffer in my current window / split. I'm in no way saying tabs are useless! Just that more often than not, users (including me) use them as buffers (one per file).
      As long as you understand the relation and what each is used for, your workflow is your own. This is, to me, the power of VIm :) You can customize the environment to your liking and you have all the power and utilities to do so!

    • @CPSPD
      @CPSPD 3 месяца назад

      @@devopstoolbox agreed about the workflows. i've recently changed mine to stop using NvimTree as a navigation tool and more as a "getting my bearings" tool. so i understand the folder structure better using NvimTree, but actually navigate using Telescope and Harpoon. if im working on two projects at once i like to have two different nvim instances open as well:O because then with "natecraddock/workspaces.nvim" i just open up a workspace in one nvim instance (fancy way to change directory), and know that im in the correct workspace path for all of my navigation needs. also the "require('telescope.builtin').buffers" view with "delete_buffer" bound lets you delete buffers through telescope which makes it really easy to sort out your current nvim instance.
      oh and i just read a comment about "natecraddock/sessions.nvim"! i forgot i had that installed. i should start using it more :P

  • @Danielo515
    @Danielo515 Год назад

    There are probably not enough videos in the internet explaining the differences between windows, buffers and tabs in Vim

    • @devopstoolbox
      @devopstoolbox  Год назад +1

      Not sure if sarcasm or not 😉

    • @Danielo515
      @Danielo515 Год назад

      @@devopstoolbox both things. RUclips is certainly filled with this topic, but people still get confused about it, so it's clearly not enough, despite it should. Thanks for spreading the word in any case

  • @starllama2149
    @starllama2149 6 месяцев назад +1

    I tend to use tabs for running terminals. I essentially use nvim as a multiplexer lmao

    • @devopstoolbox
      @devopstoolbox  6 месяцев назад

      Haha! Interesting take :) do you use the internal terminal in nvim or a floating one? In both I find the scrolling and manipulation + overall visual just subpar. I’ll use the floating terminal every once in a while but not beyond

  • @lmnts556
    @lmnts556 8 месяцев назад

    I prefer making tabs just so that I can see more, but I try to keep 2-3 tabs that I switch between. There might be other tabs but they will be mostly unused.

    • @devopstoolbox
      @devopstoolbox  8 месяцев назад

      I totally get it. Personally though, this changed how I handle open files and viewes. From time to time I still make use of tabs, they’re just no my go-to anymore

    • @lmnts556
      @lmnts556 8 месяцев назад

      @@devopstoolbox What do you do if you need maximum view size with 2 different files. Lets say you are jumping back/forth between 2 bigger files and you need to see a bigger scope of the code in both places?

    • @devopstoolbox
      @devopstoolbox  8 месяцев назад

      @@lmnts556 If a split isn't a solution then simply moving between buffers :) Just as you do with tabs! Instead of moving a tab left, you can move to the buffer "on the left". Lua line helps with that and can show you a presentation of open buffers.
      TBH thought, most of the time I do one of two things -
      1. Fuzzy find the file with telescope and jump there, OR
      2. Use Harpoon (I have a video on that as well) to move between saved marks
      These are my go to. I rarely use tabs

    • @lmnts556
      @lmnts556 8 месяцев назад +1

      @@devopstoolboxCool, yeah I use telescope 👍That is interesting tho. It's probably better as it does not create a new instance. I think the only downside is you can't :wq as it will shut down the whole thing while in tabs it will only remove that tab. So I guess I have to :w then ctrl w to close the buffer, which is what I use as a remap to close buffer window.

    • @lmnts556
      @lmnts556 3 месяца назад

      @@devopstoolbox Coming back to this I've switched to using buffers, bufferline and sessions, its much better 😂👍

  • @momology-gg
    @momology-gg Год назад +99

    Why not make the coffee before you start recording? Asking for a friend.

    • @playnteverynt1394
      @playnteverynt1394 Год назад +53

      Its pleasent to look at meanwhile he talks through introduction.

    • @devopstoolbox
      @devopstoolbox  Год назад +46

      Haha, I figured others will like the process just as I did ☺
      I'm assuming you're not a fan :) ?

    • @ErmandDurro
      @ErmandDurro Год назад +37

      I actually like it that he does that. It's nice to have something else at the beginning that is not just a screen. Maybe it's because I like coffee a lot as well 😄

    • @lian1238
      @lian1238 Год назад +4

      Can i copy your style? I have the same grinder and scale 😂

    • @devopstoolbox
      @devopstoolbox  Год назад +4

      @@lian1238 Best grinder on the market :) Sure ;)

  • @abrarmasumabir3809
    @abrarmasumabir3809 Год назад

    I am really a big fan HHKB keyboard though....but can't afford it! :(

    • @devopstoolbox
      @devopstoolbox  Год назад +1

      I can relate. It took my a long time to convince myself to go for it.
      I'll tell you what though - it's a lifetime purchase!
      I bought it 5 years ago, it completely transformed my productivity (with the enjoyment) of typing and working.
      Just lubed it recently and it's even nicer now!
      So look at it as investment for years!
      There's also a great second hand market for them, and, many affordable keybaords with the HHKB layout!

  • @ko-Daegu
    @ko-Daegu Год назад +1

    This reminds me with another RUclipsrs style
    The bubbles
    The keyboard writing
    Hmmmm

    • @devopstoolbox
      @devopstoolbox  Год назад

      I’m a huge fan of Takuya! It was his content that inspired me to start RUclips just with a different angle of content. I wish I’d someday get to his level of photography and editing but for now I’ll take your comment as a compliment for managing to reach a tiny fraction of his talent!

  • @lintaoamons5712
    @lintaoamons5712 Год назад +1

    I use wezterm to make CMD as option key

    • @devopstoolbox
      @devopstoolbox  Год назад

      Interesting, I'm actually using Karabiner to handle that for me globally try it out!

    • @lintaoamons5712
      @lintaoamons5712 Год назад

      @@devopstoolbox I use karabiner too, It has conditions that only has this modification when I'm focused on wezterm? Cuz other situation I don't need that

    • @devopstoolbox
      @devopstoolbox  Год назад

      @@lintaoamons5712 Not sure that it works per app 🤷

  • @_avr314
    @_avr314 Месяц назад

    I got rice coma while watching

  • @midhunmanu007
    @midhunmanu007 4 месяца назад +1

    You can also use harpoon

    • @devopstoolbox
      @devopstoolbox  4 месяца назад

      Yep! Made a video dedicated for harpoon as well 😉

  • @oddmerlin9797
    @oddmerlin9797 Год назад

    i tried nvim for a while, but i ended up using emacs as my main editor

    • @devopstoolbox
      @devopstoolbox  Год назад

      How do you find it?

    • @oddmerlin9797
      @oddmerlin9797 Год назад +1

      @@devopstoolbox i love it, been using it for over a year now. more specifically i like not having to conform to a specific editing style, rather i can tweak it and make it work the way i want it to. and i can slowly add and tweak things over time to make things easier as well. like recently ive been slowly introducing some modal editing features

    • @oddmerlin9797
      @oddmerlin9797 Год назад +1

      so rather than changing my workflow to fit my editor, i can build the editor to perfectly fit my workflow

    • @devopstoolbox
      @devopstoolbox  Год назад

      @@oddmerlin9797 I totally get that. I could argue that Vim can be tweaked to your liking but I do get your point.
      Vim’s old selling point was the fact that you had (still do) it everywhere, headless systems and servers, even lean containers.
      And if you know the basic motions almost every editor has a vim mode (like spacemacs), heck even the most expensive email client in the world uses vim motions 😅 (superhuman).
      I may be (very) biased, because I already took the time to learn it and it’s mostly muscle memory by now.
      I have friends enjoying eMacs with spacemacs just for the motions claiming this makes the perfect working environment. Maybe some day I’ll give it a go 😉

  • @VioletJewel1729
    @VioletJewel1729 Год назад

    you know you're too much of an oldschool vim user when you think that "tabs" refer to ASCII \t and not tab pages and keep forgetting that during the video after getting distracted because your pourover is still dripping... speaking of... brb. Really like the video though. I guess I'll have to subscwibe

    • @devopstoolbox
      @devopstoolbox  Год назад

      Made me smile throughout 😆
      Thank you so much!

  • @lucast2742
    @lucast2742 Год назад

    Guys, use harpoon for buffer managment

    • @devopstoolbox
      @devopstoolbox  Год назад

      Hey! Lots of people commented about Harpoon. TBH I gave it a shot and it sits somewhere between a mark and a jump list (another video I have). Not sure how this comes into buffers though..
      In anycase, maybe I should give it another go ;)

    • @lucast2742
      @lucast2742 2 месяца назад +1

      ​@@devopstoolboxit does in the sense it force you in the habit to only use one buffer at a time, no pane, no window no tab

  • @bkr_vids
    @bkr_vids Год назад

    This video alone = sub. Thanks 👍

    • @devopstoolbox
      @devopstoolbox  Год назад

      Yess! Thanks buddy! I hope you’ll gain even more value with the next ones!

  • @ayoubelmhamdi7920
    @ayoubelmhamdi7920 Год назад +3

    I dislike buffers because they can will hidden or will open it in another tab. Managing them is very difficult.
    Which is why many developers quit Vim/Nvim and reopen it multiple times.
    While it’s great that buffers can be hidden, I wish I could configure it to prevent opening in another tab,every tab had own buffers

    • @devopstoolbox
      @devopstoolbox  Год назад +5

      Hey Ayoub! I really think you should check the plugin I use together with Telescope. They do a great job in showing the buffers and helping you navigate. They shouldn't be hidden at all!
      I don't remember myself ever quitting vim because of too many tabs but I can see how people get there.
      Check out the flow in the Video if you havn't already but please do ask any questions and I'll do my best to help you with the flow!

  • @laughingvampire7555
    @laughingvampire7555 10 месяцев назад

    this tells me you don't really know how to use other editors/ides.
    Newsflash for you 1. ALL software has buffers. 2. ALL software that works with files uses buffers to keep the files in memory. 3. ALL software that displays a file in splits is using the same buffer in all those "windows"; the difference is that some software like vim/jedit/emacs and others lets you work with the buffers directly.
    More Newsflash for you, Emacs has all of those features of vim & more, why? because Emacs is a full blown programming runtime with a 2d text+graphic environment, it also has a server, so you can use emacs in server mode and then just open the client with your tiling window manager or even within a terminal/tmux/screen (the og tmux from gnu) Emacs is more like Electron than an a Text Editor.

    • @devopstoolbox
      @devopstoolbox  10 месяцев назад

      Hello there buddy, I hope everything’s ok!
      I’m doing my best trying to learn 😉
      The point of this video was the user perspective and you interact with open files rather the actual implementation but thank you for you important comment!
      Re emacs, nobody said anything bad about eMacs and I hope you keep having a blast using it!
      Bonne journee!

  • @hyperbolee1060
    @hyperbolee1060 2 месяца назад +2

    You do understand this video presented almost zero information?

    • @devopstoolbox
      @devopstoolbox  2 месяца назад

      Hi there, I'm sorry you feel that way, I can I help?

  • @joshua_lee732
    @joshua_lee732 4 месяца назад +1

    Ill stick to emacs

  • @hisheighnessthesupremebeing
    @hisheighnessthesupremebeing Год назад

    I still don't get the love people have for this editor.. it's stupid over complicated with a huge amount of commands you need to memorize for next to no gain.. the only thing is that it maybe makes it more difficult to replace you on the job since its difficult to finde another willing to endure the pain of vim

    • @devopstoolbox
      @devopstoolbox  Год назад

      Hi!
      I can suggest another POV: you learn it *with a system* not just by memorizing- (it’s not for nothing that you have every modern IDE and even mail client these days ship natively with many of these motions), what you get is productivity and FUN 🤩- which go hand in hand!
      Job security is actually not among its benefits as most people use GUI based IDEs and it’s almost never a job requirement!

  • @BrentMalice
    @BrentMalice 2 месяца назад

    couldn't make it past the douchey intro

  • @Nunya58294
    @Nunya58294 Год назад +1

    I ended up just using VS Code after a while haha. I could never fully master Vim
    Also, I subbed! I can use some good content on my recommendation

    • @devopstoolbox
      @devopstoolbox  Год назад

      I actually think you can if you want :)
      Thank you for that!
      If there's a specific type of content you feel that can make the difference for you please say it!

    • @dhanifudin
      @dhanifudin Год назад

      You can always use vim mode, whatever editor you use

    • @devopstoolbox
      @devopstoolbox  Год назад

      @@dhanifudin True. But it’s always only relevant to the motions and always subpar.

    • @SundaraRamanR
      @SundaraRamanR Год назад +1

      ​@@devopstoolbox with neovim embedding to make a real Vim backend available, it doesn't have to be "only motions". But I agree it's still kinda subpar, because now you have two editors clashing and wanting to do things their way.

  • @dixztube
    @dixztube 2 месяца назад

    I really enjoy wezterm also zed

  • @vanvothe4817
    @vanvothe4817 Год назад +1

    use :Buffers of fzf

    • @devopstoolbox
      @devopstoolbox  8 месяцев назад

      Another great option for the same :)