Vim Can Save You Hours Of Work

Поділитися
Вставка
  • Опубліковано 29 сер 2024

КОМЕНТАРІ • 814

  • @klimenkodr123
    @klimenkodr123 3 роки тому +449

    > Has relative line numbers enabled
    > Still does the math to calculate lines

  • @almosthelpless9374
    @almosthelpless9374 3 роки тому +402

    Not having to touch your mouse to use a text editor is underrated. Vim is great for laptops!

    • @AlessandroBottoni
      @AlessandroBottoni 3 роки тому +38

      You can also use most, if not all, of the existing GUI-based editors and IDEs without touching the mouse: most of them support a large, powerful and configurable set of keyboard shortcuts (that I do not use...).

    • @ashwin372
      @ashwin372 3 роки тому

      Its good for desktops too.

    • @woouinluigh
      @woouinluigh 3 роки тому

      It was a nightmare on smartphones though...
      still, not much worse than anything else on a smartphone

    • @matthewstott3493
      @matthewstott3493 3 роки тому

      @@woouinluigh Well unless you have a bluetooth keyboard paired with a tablet or smartphone. Which I've used with tmux / vim a great deal. Actually Mosh + iOS Blink works very well with an unstable cellular connection while on a train. Mosh replaces SSH and provides a much more responsive feel on poor connections. mosh.org simple roaming with session state sync with extremely low latency and local echo so you are not waiting on SSH to catch up.

    • @phillipmartin3910
      @phillipmartin3910 3 роки тому +3

      @@peterjansen4826 Graphical text editors and ide's have been feature equal with Vim and Emacs for decades. There's no feature reason to use Vim over Sublime, Atom, Geany or Kwrite.

  • @caleb.39
    @caleb.39 3 роки тому +45

    I like how genuine dt is, when he makes a mistake he doesn´t edit it out, he shows himself learning it along with us

    • @windows99
      @windows99 Рік тому

      What mistake?

    • @samuelitooooo
      @samuelitooooo Рік тому

      I appreciate the genuineness, but it does create friction as I absorb and learn

  • @myview9923
    @myview9923 3 роки тому +524

    I think learning a new programming language is easier than using the editor

    • @scoutbro9034
      @scoutbro9034 3 роки тому +8

      False I need to go bathroom, lol

    • @myview9923
      @myview9923 3 роки тому +7

      @@scoutbro9034 of course you can execute a macro and go to bathroom..

    • @myview9923
      @myview9923 3 роки тому +4

      @Myungsoo Ya.. they must make a vim OS. Being an editor is a shame..

    • @radioactivebob1
      @radioactivebob1 3 роки тому +20

      the fact you have to learn and reseach how to use this editor is a big killer for me, just not worth it.

    • @heroe1486
      @heroe1486 3 роки тому +29

      @@radioactivebob1 You're not required to use 100/100 of vim key bindings and commands. You're still be more productive with the basics than nothing.
      + Taking some time to learn something that will save you time/gives you advantages afterward is an investment, that's what you've probably done when switching from windows/macOs to GNU/Linux or from a DE to a minimal tiling windows manager

  • @kaosfang6907
    @kaosfang6907 3 роки тому +44

    How have I been using Vim keybindings for almost 2 years and i didn't know about :ab that would have been beyond useful many times.
    Amazing video DT keep up the amazing content.

  • @balmar3
    @balmar3 3 роки тому +44

    11:22 At that point you can just hit I" and that will do the job. Similarly, to add to the end of each line select in block visual mode, then hit $ and A". No need for all that command mode then normal mode trickery.

    • @MrLaysoun
      @MrLaysoun 3 роки тому +6

      you can also use block visual mode with ctrl+v and then hit shift+i and it will insert everywhere

    • @satibel
      @satibel 3 роки тому

      you can also use a regex.

    • @conceptrat
      @conceptrat 3 роки тому

      That same method could've been used to delete (x) the ” at the end of the line with a comma.

  • @rogerpenrose1368
    @rogerpenrose1368 3 роки тому +56

    I use just vim, but everytime I see someone speaking of advantages of vim, clearly they haven't spend a second loooking up the documentation of other editors.
    Every code editor has a lot of features like those of vim.

    • @tanmaydeshpande
      @tanmaydeshpande 3 роки тому +2

      I mean not really. I use neovim on a daily basis as part of my school classes.
      I've run macros more times than I can count and features like that are simply unavailable in other editors.
      Sure there are extensions to do stuff like that but then the other editors are already so painfully slow in starting up

    • @rogerpenrose1368
      @rogerpenrose1368 3 роки тому +5

      @@tanmaydeshpande Yeah, I mean, "a lot" of features, not all. Like, all (or most of) the stuff showed in this video can easily be done in vscode or sublime. But, for example, the integration between vim and the shell is something unique. Vim is awesome for a lot of reasons, but not because you can jump to a line or delete 3 words with a few keystrokes.

    • @tanmaydeshpande
      @tanmaydeshpande 3 роки тому +1

      @@rogerpenrose1368 eh I think vim is powerful for that as well. Like in normal editors, you can scroll using the mouse or the pgup or pgdn buttons.
      In vim you don't need to touch anything apart from your home row for navigation.
      Simply press number+j or k and you jump so many lines at once.
      And with relative numbering it's even more easy to do stuff like that

    • @rogerpenrose1368
      @rogerpenrose1368 3 роки тому +1

      ​ @Tanmay Deshpande Yeah... this is an advantage...

    • @vaibhavppandey
      @vaibhavppandey 3 роки тому

      @@tanmaydeshpande bruh you are the same guy on some other channel saying "I don't know What is this fuss about Vim" lol

  • @andrewfeldman6764
    @andrewfeldman6764 3 роки тому +196

    Of all the examples that were given, I’d either never use it, or I can do it faster in sublime. I used Vim for 6 months and I still went back to Sublime. I think it just comes down to personal workflow preference

    • @paolo.iulita
      @paolo.iulita 3 роки тому +28

      Copy / Pasting a piece of my comment: "IMHO with the introduction of multi-cursor editors it's time to move on."

    • @johannesberger8641
      @johannesberger8641 3 роки тому +10

      ​@@paolo.iulita Uh, vim can do that. So.

    • @shreym03
      @shreym03 3 роки тому +4

      I think a mix of vim and Sublime could actually be a very good workflow. I do that with VSCode and I know there's a vim extension for Sublime. Why don't you give it a try

    • @tzimmermann
      @tzimmermann 3 роки тому +19

      That's what I was going to say. Each time someone gives me an example supposed to show me Vim's superiority, I can come up with a simpler way to do the same thing in Sublime without having to memorize tons of keybindings and switch mode a bunch of times, and often it happens to be faster.

    • @ricardo_valerio
      @ricardo_valerio 3 роки тому

      same

  • @zomakaja
    @zomakaja 3 роки тому +61

    Most vim videos have the same info. But I actually learned something new in the video

    • @jacksonsingleton
      @jacksonsingleton 3 роки тому +2

      There's so much to it. There's always more to learn!

    • @dipi71
      @dipi71 3 роки тому +2

      Clouldn't agree more. Just discovered diff-mode editing, visual-block editing, macros, built-in functions like strchars() and getline() in custom mappings and the power of "very" magic regular expressions during the recent decade. For example, removing/adding those quote marks would be one thing I'd use regexp's for, rather than macros.

    • @GooogleGoglee
      @GooogleGoglee 3 роки тому

      After all it is all you need...

    • @xSferQx
      @xSferQx 3 роки тому +2

      When you have to go through many videos to learn how to edit text

    • @jacksonsingleton
      @jacksonsingleton 3 роки тому

      @@xSferQx optimization baaabyyyy

  • @jenowin7269
    @jenowin7269 3 роки тому +6

    nnoremap :move +1
    nnoremap :move -2
    alt+up/down to move the current line vertically in a classic way
    vnoremap :move '>+1gv=gv
    vnoremap :move '

  • @Simi3x
    @Simi3x 3 роки тому +46

    Honestly the IDE's I'm using are all capable of selecting multiple rows, replacing words and swapping lines. If you're comparing Windows Editor to vim, it's obviously more capable of doing stuff. Haven't yet found a feature convincing me to learn vim.

    • @wuppi
      @wuppi 3 роки тому +4

      I mainly just like vim's keybinds, they're quick and easy to access. Often you have the same editing power in your IDE of choice with vim bindings as in vim itself (some extensions even use vim as a backend).

    • @nomathic7672
      @nomathic7672 3 роки тому +5

      You can define more robust keybind and commands with vim than any other editor.
      IDEs are only more useful when you're using their features like debugging with realtime memory information graphs.
      If you're just editing code then there's literally no reason to use an IDE.

    • @iskamag
      @iskamag 2 роки тому +1

      Can your IDE edit multiple configurations from one?

    • @christophernuzzi2780
      @christophernuzzi2780 2 роки тому +3

      @@iskamag Who cares?

    • @iskamag
      @iskamag 2 роки тому +7

      @@christophernuzzi2780 I do, it makes my life so much easier.

  • @migue7490
    @migue7490 3 роки тому +34

    I feel so comfortable using Vim and I realized that I know only 0.01% of its features.
    To delete ending " instead of macros I prefer %s/"$//g, and I instead of doing "norm" in block mode I use "I", or "A" directly, I don't know if what I do works in all cases. Great vid!

    • @umka7536
      @umka7536 3 роки тому +2

      :11,+25 norm 0x$x

    • @phillipmartin3910
      @phillipmartin3910 3 роки тому +2

      That's why I don't understand why guys spend all this time learning Vim when they're never going to use most of it's features. It obvious most are just following the heard and doing what's cool. It's like the sudden popularity of tiling widow managers, it's a fad that will fade.

    • @jacderida
      @jacderida 3 роки тому +11

      @@phillipmartin3910 Vim will be 30 years old this year, and vi goes back to the 70s. That's a pretty long fad.
      I've been using it as my main editor now for 6 years.

    • @umka7536
      @umka7536 3 роки тому +2

      @@phillipmartin3910 Because you want to be efficient and non-distracted. VIM boosts my productivity.

    • @CristiNeagu
      @CristiNeagu 3 роки тому +3

      @@umka7536 Ah yes. I so hate when VS Code makes me press End to move all my cursors to the end of the line. Typing in %s/"$//g is so much faster and makes so much more sense.

  • @Biggybi
    @Biggybi 3 роки тому +6

    A few notes:
    - `g;` goes back to the last modification, while `` would be the last cursor position
    - to indent a paragraph, you can use `>ap` (`ap` is the paragraph text object)
    - to remove the `"` in this context : `vap :s/"//g` (select around paragraph then replace '"' with nothing, `g` to get every match in the line)
    Good work though, looking forward for more Vim vids !

  • @GooogleGoglee
    @GooogleGoglee 3 роки тому +184

    The right title should be "Vim can save you seconds of works in a day"

    • @neeko319
      @neeko319 3 роки тому +17

      @Henrique Borges aka other text editors save you much more than a couple hours.

    • @johannesberger8641
      @johannesberger8641 3 роки тому +6

      @@alexisk1615 Only in the first months. Then it pays off immeasurably

    • @CristiNeagu
      @CristiNeagu 3 роки тому

      ... if you're coming from Notepad.

    • @CristiNeagu
      @CristiNeagu 3 роки тому +2

      @Henrique Borges True. Vim wasn't made for me. It was made for incredibly old and outdated operating systems, with weird and convoluted control schemes, and primitive input methods. As for me, i prefer efficiency and ease of use over stubborn nostalgia against all reason.

    • @CristiNeagu
      @CristiNeagu 3 роки тому +3

      @Henrique Borges As expected, you're still living in 2010. We have VS Codium here in 2021.

  • @neoplumes
    @neoplumes 3 роки тому +11

    Vs code can do cutting/pasting lines, moving lines up/down, navigating to the end/beginning of the document, selecting multiple lines at once, and regex search/replace. All without the mouse... I knew VIM had a hardcore following. It's good to know I'm not missing out with these specific examples of why it's so powerful.

    • @kevinfromthebase1335
      @kevinfromthebase1335 3 роки тому +2

      He didn't seem to touch on text objects, which is a very powerful vim feature. The power of vim is also in its ubiquity; its gonna be there on any machine you ssh into and any container you enter into. VScode is excellent but I think the main advantages it has over pure vim is the built in debugger and some of the refactoring tools. You can pimp out vim to do pretty much everything vscode does, but the lack of the debugger is an issue

    • @heroe1486
      @heroe1486 3 роки тому +2

      Sorry man but that's not the case . He's just showing a few percentage of vim capabilities on this video, he would need 10 hours to show what you can do with vim.
      It's not still one of the most popular text editor along devs ( 25/100 according to SO ) for nothing even in the GUI age.
      With coc.nvim we don't even need vscode anymore.

  • @cerocero2817
    @cerocero2817 3 роки тому +2

    I will probably end up learning vim anyway, but I find it a bit discoursging how almost everytime someone comes telling how vim is so superior to other programs and it will save you thousands of hours they end up giving some examples that could essily be done in typical programs just as fast, like the example about deleting the double quotes, I could do that in a couple seconds in any editor with multicursor, faster than using a macro.
    They are just as ignorant about standard editors as we are about Vim.

  • @Simi3x
    @Simi3x 3 роки тому +73

    Feels like learning Regex with extra steps.

  • @bobwright8000
    @bobwright8000 3 роки тому +3

    Thanks DT. Vim is a powerful editor; I have used it for years. The better you know it, the more time you can save. Great job on the video.

  • @IlyesSem
    @IlyesSem 3 роки тому +6

    Hi !
    A few more tips :
    Going back to the last cursor place - g; -
    but you can also browse your location stack with - C^O - (backward) and - C^I - (forward)
    Indent a whole paragraph (in your case here) : - >ip -
    (no need to count, and you can stay in normal mode - even less painful !)
    Adding quotes for each line :
    select lines, go in command mode and type - norm yss" - (which relies on tpope's vim-surround plugin)
    (6 less seconds wasted !)
    For the sudo trick, if you can't remeber it there's chrisbra's SudoEdit plugin which does this great - :SudoWrite -
    You can edit multiple files (vim file2 file2 file3), record macro like DT did here and apply it to each file ( - w | n - in command mode to write and go to the next file)
    With a shell you also can record your macro and do this :
    # for i in file1 file2 file3; do vim $i -c "norm @o" -c "wq"; done # (o is the name of my macro here)
    Thank's DT for these tips ! I hope mine are helping you too !

    • @miallo
      @miallo 3 роки тому +1

      There is no need to reselect the same block again if you want to perform another command, '< and '> will remember the last selected region. And if you really want to select the same region again, just type gv and for changing the `o`ther end of the selection to fine-tune it, just press o
      If there was whitespace after the last character and you wanted to move the cursor there instead of the very end, there is also g_

  • @ManthaarJanyaro
    @ManthaarJanyaro 3 роки тому +67

    I see no reason why I should change my text editor...

  • @AlessandroBottoni
    @AlessandroBottoni 3 роки тому +9

    After having developed software for more than twenty years, and after having used all of the existing editor and IDEs (including Eclipse, NetBeans, SublimeText, Visual Studio Code, Code::Blocks, Qt Creator, Visual Studio, Atom, etc.), I still CANNOT understand what people see in VI and VIM (That I know and used). History declared a winner a long time ago and it was GUI-based software: it does not make any sense using your memory to store the keyboard shortcuts of CLI-oriented programs when you can have a menu and a sophisticated GUI at your fingertip. I do not even use line editors for configuring servers from remote, anymore. I just use the various "control panels" supplied by the host.

  • @foxhoundz1x92
    @foxhoundz1x92 3 роки тому +5

    VSCode does everything mentioned in this video plus a ton more. That being said, I appreciate people that still use and maintain 30 year old software (40+ if you count vi).

    • @someonehere4380
      @someonehere4380 3 роки тому +1

      "plus a ton more" as if he mentioned everything you can do in vim

  • @jandrews377
    @jandrews377 3 роки тому +12

    Hi Derek, love your work. I am fully sold on 'vim', however, I think its a bit disingenuous suggesting that find-replace can take minutes or hours. Even the most basic text editors provide find/replace. The macros feature is definitely a time-saver though. Good vid.

  • @mattrobinson513
    @mattrobinson513 3 роки тому +18

    Why use vim when you can use feature rich nano.

    • @alephanull1953
      @alephanull1953 3 роки тому +1

      Why use nano when you can use minimal Ed

    • @tanmaydeshpande
      @tanmaydeshpande 3 роки тому +1

      @@alephanull1953 why use ed when you can simply write code in binary on paper

  • @zeocamo
    @zeocamo 3 роки тому +5

    20:04 if you do this a lot you can add it to your init.vim or vimrc just add the following "cmap w!! w !sudo tee > /dev/null %"
    and if you write :w!! and enter it will run this command, it has been in my config for many many years now and it just save me.

  • @it_is_ni
    @it_is_ni 3 роки тому +15

    I've used Vim for a couple year, now using VSCode.
    Vim is great for navigating, selecting and manipulating text.
    Deep configuration and extending Vim was hard, even after a couple years.
    VSCode is very comfortable. Extensions mostly "just work". I really love the command palette.

    • @heroe1486
      @heroe1486 3 роки тому +1

      coc.nvim make things "just works" ( even if I don't like that expression) too, without abandoning all the vim goodness not present on vscode ( even with VscodeVim )

    • @ddotmars
      @ddotmars Рік тому

      @@heroe1486 only issue coc.nvim is slow as hell because it uses node :( such a shame

    • @vikingthedude
      @vikingthedude 11 місяців тому

      We got LSP and treesitter boys. The future is bright

  • @timoteostation
    @timoteostation 3 роки тому +5

    One of the most useful tricks I like in vim is the ":%" function. I can search and replace portions of text using regular expressions. Example:
    :%s/apple/orange/g
    It will replaces all instances of "apple" for "orange" on the entire document. If you are expert in regular expressions, you can do a lot of things with this feature.

    • @user-lb1ib8rz4h
      @user-lb1ib8rz4h 2 роки тому

      fyi, it's the s doing the heavy lifting, not %
      % is not a substitution function, it is a range specifying the entire file. you can use line numbers too for the range. s means substitute, and g means globally within a line (part of regex syntax)
      so for example to remove all quotes from lines 10-43:
      :10,43s/"//g

    • @timoteostation
      @timoteostation 2 роки тому

      @@user-lb1ib8rz4h another trick that I like to use is to remove specific line using a pattern.
      :%/apple/d
      It removes any line containing the "apple" pattern.
      Sadly I'm not so good with regular expressions, but the :% function in vim is very useful.

  • @atps
    @atps 3 роки тому +12

    I'm a relatively new vim user. I've passed the initial shock (that's my first modal editor) and the more I use it, the more I like it. On the positive side I love the combination between the vim + vimv in the case of bulk renaming. On the negative side I have a lot more to learn in order to properly use it with another keyboard layouts, which is not very easy if not configured correctly.

    • @Lennyp4
      @Lennyp4 Рік тому +1

      i’ve been using vim for years on a dvorak layout pretty much stock. by sheer nature of using vim as long as i have my vimrc has ballooned to be probably a couple hundred lines long but i try not to mess with the default bindings too much!

  • @Omikronik
    @Omikronik 3 роки тому +2

    My favourite vim commands are o and O. I hated having to hold left or right arrow key and press enter to open a new line above or below.

    • @SoundToxin
      @SoundToxin 3 роки тому

      Yes, I love how many actions can work from anywhere. Same with dd instead of having to go to the start or end of the line and then doing shift-home or shift-end and backspace.

  • @luck3949
    @luck3949 3 роки тому +23

    Vim can save you hours of work*
    *After spending tens of hours on configuring and learning vim.

    • @nomathic7672
      @nomathic7672 3 роки тому +5

      Well yeah, that's literally with everything. You can save hours of getting from point A to B by driving instead of walking but that would mean you have to spend more time learning how to drive and making money to pay for the car. It doesn't mean it still isn't fast.
      Learning vim isn't difficult if you are above 8 years old.

    • @luck3949
      @luck3949 3 роки тому

      @@nomathic7672 or you can just use jetbrains IDEs that are intuitive and work out of the box just fine.

    • @farpsy
      @farpsy 3 роки тому

      more like hundreds thousands

    • @nomathic7672
      @nomathic7672 3 роки тому +2

      @@luck3949 I never said that wasn't true. I'm saying that anything that increases efficiency can take time but that doesn't make it inefficient.
      Does that make sense to you?

    • @nomathic7672
      @nomathic7672 3 роки тому +1

      Honestly, developers that can't even understand their own points scare me.

  • @Chiny_w_Pigulce
    @Chiny_w_Pigulce 3 роки тому +20

    You can easily swap lines in VSCode with alt+arrow key

    • @maybeanonymous6846
      @maybeanonymous6846 2 роки тому

      i have that shortcut on my vim config

    • @radol
      @radol 2 роки тому

      You can also select multiple lines holding alt and press end to move cursors to end of each line. I don't know how recording macros to do this is supposed to be superior

    • @hil449
      @hil449 2 роки тому

      @@radol oh really? How about selecting 2000 lines? Trust me, I've done that in sublime a couple years ago lmao if only I had knew vim

    • @harshpanchal5878
      @harshpanchal5878 2 роки тому

      @@maybeanonymous6846 how?? 🤔

    • @nodge9671
      @nodge9671 2 роки тому

      @@hil449 to select all of them hold alt then press page down.

  • @AssemblyWizard
    @AssemblyWizard 3 роки тому +8

    It just sounds like DT hasn't spent any time in any modern text editor. I'd really like to have a faceoff between Vim and Subilme/VSCode where we are given an editing task and are timed, to debunk those false "vim saves hours of work" claims. I think 8:59 best proves my point, but any of the examples in this video are easier and faster to do in a modern text editor than in vim.
    Do yourself a favor and learn modern text editors which aren't notepad or notepad++. You'll save hours of work compared to vim.
    (yes I know vim including advanced features. yes I am subscribed)

    • @skaruts
      @skaruts 3 роки тому

      Sublime really lives up to its name. Been using it for years and never looked back. The only times I use VSCode is when I need proper code completion (e.g. when learning a new language or framework), since that's where sublime is a kinda lacking, in my experience, and it's usually pretty damn good in VSCode.
      SublimeMerge also seems pretty damn good, I might add. Haven't used it much yet, but it's been impressing me.
      (Also, SublimeText and SublimeMerge have surprisingly low memory and CPU footprints. This is great if you're on a potato, like I am.)

    • @thetreeofclues
      @thetreeofclues 3 роки тому +2

      @@skaruts The problem is Sublime is proprietary garbage.

    • @skaruts
      @skaruts 3 роки тому

      @@thetreeofclues not a problem to me. It's not an OS, it's just a text editor.

    • @thetreeofclues
      @thetreeofclues 3 роки тому

      @@skaruts don't see why the scope of the program matters lol

    • @ac0rpbg
      @ac0rpbg 3 роки тому

      The problem with the above tools mentioned is they are not included by default everywhere. The reason vi/vim is so important. At my work we have many systems with many different OSes most of the systems are closed so no internet access/no permission to install anything. So vi/vim is what you use. For example we had DEC ALPHA with Tru64 with FDDI network. It has vi so does RHEL and most if not all linux distros.

  • @poopcatapult2623
    @poopcatapult2623 3 роки тому +2

    12:00 easier way to enter insert mode after marking a visual block is to press shift + I.
    Great tips in here, thanks!

  • @kylestubblefield3404
    @kylestubblefield3404 3 роки тому +3

    We received a 6000 page document that was supposed to be a spreadsheet, but it was sent in PDF. Worse that it was "Printed to PDF" which broke the columns up onto 3 different pages. it was a mess. I used a vim macro to solve this. It took me about 45 minutes create the macro and edit this document. learned something new here, I will have to use that !sudo tee % trick

  • @mohityadav21
    @mohityadav21 2 роки тому +1

    It takes more time/keystrokes and remembering than simple vs-code multi-cursor approach. But it seems more powerful.

  • @AFKay-wh6qh
    @AFKay-wh6qh 3 роки тому +22

    The way you pronounce "Vim" is amazing

  • @yiyatsen
    @yiyatsen 3 роки тому +13

    To move a line, I use alt+arrow key
    I don’t think VIM is any faster

    • @tsukiiiiiii
      @tsukiiiiiii 3 роки тому

      You can just use the arrow key, no problem. Or the traditional "h, j, k, l" key.

  • @pikzel
    @pikzel 3 роки тому +10

    As a text editor, vim is great. But I save much more time with an IDE like the ones from Jetbrains when it comes to safe refactoring, debugging, code analysis, etc. I never have to leave the IDE to do anything. And you can even use vim key bindings in them.

  • @neeko319
    @neeko319 3 роки тому +9

    Every single one of these functions work at least twice as fast on vscode though..
    - Having to be the line above the one you're looking for sounds like a great feature!
    - Moving a line up or down would be faster but not with the example you gave. In vscode you can simple Alt + Arrow key to move it up or down one line at a time, this works with entire selections too. Having to write a line to move it one line is not faster at all. if it was 15-20+ lines then I'd maybe agree but simple cutting and pasting is faster.
    - Inserting or removing text from multiple lines. In vscode you simply Ctrl (shift on linux) + Alt + Arrow Key.
    Or even better, you can put a cursor at the end of each line by selecting the text you want to edit and simply press Alt + Shift + I (hit the Home key after if you want it to be at the start, or End to go back to the end of each line. ). No need to write your own scripts/macros and reinvent the wheel.
    The same way by having multiple cursors you can type in each of the lines, both at the start and the end, no need for a command.
    - Searching and Replacing text. A whole line of commands on Vim, Ctrl + Shift + H on vscode and simply press Shift + Enter afterwards to replace every instance of the search query, which both accept Regex aswell.
    - Creating abbreviations I have to agree is faster since you have to write it in json in vscode.
    But.. rather than pressing space, you press enter in vscode so it doesn't interfere with what you're writing and no need for a shortcut to NOT expand it.
    - VScode has an integrated terminal and you can open as many instances as you want, no need to enter command mode.
    tl;dr If you had to write your code inside the terminal then sure Vim is your best friend, but since you tried to throw shade on vscode at the end of the video, Vim has no chance. Every other text editor is much, faster and easier to learn.

    • @red-switch
      @red-switch 2 роки тому +1

      Also the indenting can be done by selecting text, and pressing tab.
      I think his examples were a bit poor. I can see myself using a VSCode extension to emulate some of the VIM keybindings (there is also the NeoVim VSCode integration), so that I can easily select text without having to use my mouse or constantly press control+shift+(right or left arrow) to select a bit of text. In Vim Mode, you would use v to enter visual mode, f and then the character you want to select it to, pressing semicolon as many times as necessary. In normal text editors, holding down control and shift while pressing the arrow keys is quite onerous to select text.
      Most editors are implementing Vim-like key bindings. There is PSReadline for PowerShell, Obsidian, VSCode as I mentioned earlier through a popular extension, Emacs through Evil mode (Spacemacs too), event Sublime has an extension for it.
      The problem I see with normal text editors is that as soon as you start shift-selecting text, you cannot search for text that you want end the selection with. Vim (and its variants) has an insert and normal mode to get around this, and in Emacs you can set a mark and then move the cursor to the desired position.

  • @somnvm37
    @somnvm37 2 роки тому

    (vscode)
    1. moving lines of text
    well, you can use alt+up/down for moving lines, ctrl+shift+arrow to select a word shift+alt+up(or down) would make another cursor abve, then you can ctrl+l to select a line. And now you 10 lines with 12 keystrokes.
    2. looking for text and then moving: ctrl+f and alt+arrow. If you want to grab the next line also alt+shift+up(down)

  • @phyzix_phyzix
    @phyzix_phyzix 3 роки тому

    That quote remove example in most editors: Drag select lines you want to remove quotes from. Use find/replace in selection quote with empty character. Hit enter. Literally takes 2 seconds. No need for a macro there.

  • @carstenschlegel6975
    @carstenschlegel6975 4 місяці тому

    Multiple Runs of a Macro (21@2) has two problems:
    First, if an error occurs (e.g. fxx - Find x, delete it - and there is no x in the line, e.g. with an empty line). The complete execution is terminated.
    The second problem: the macro must go to the next line manually (0j or similar).
    The "norm" command also helps here.
    The same macro WITHOUT going to the next line. Select all lines (or enter the line number e.g. line 10 to 20 with :10,20)
    And then :norm @2 (displayed :'

  • @JoePerkins666
    @JoePerkins666 Рік тому

    When you edit the array contents, half of the time you don't need to enter command mode, just press I and you can add the " at the start for example.

  • @nevoyu
    @nevoyu 3 роки тому +2

    Ok DT, next time we have a patron talk I now have a new thing to task about besides the Gnome desktop, Defaults Matter, and Microsoft Windows. Because I really don't like Vim for my creative writing.

  • @vitiok78
    @vitiok78 3 роки тому +6

    I think instead of learning these new strange bindings I can just learn regular expressions syntax that is used almost everywhere, so I won't forget it, and with the help of these expressions I can do almost all these tricks in good regular text editor

    • @lawrencedoliveiro9104
      @lawrencedoliveiro9104 3 роки тому +3

      Quoth Jamie Zawinski: “A programmer has a problem, and thinks: “I know-I’ll use a regular expression to solve it”. Now they have _two_ problems.”

    • @vitiok78
      @vitiok78 3 роки тому

      @@lawrencedoliveiro9104 Actually, simple regular expressions are very easy. My point is that I as a programmer already know them at the level needed for searching in the text editor. I don't need to learn more vim's spells

    • @lawrencedoliveiro9104
      @lawrencedoliveiro9104 3 роки тому

      @@vitiok78 It’s not either/or.

    • @user-lb1ib8rz4h
      @user-lb1ib8rz4h 2 роки тому

      @@vitiok78 you can use regex in vim too lol
      :10,43s/"//g
      would've removed all the quotes in those specified lines too

  • @gasparfreak
    @gasparfreak 3 роки тому +15

    Used Vim for a long time, but vscode is just better for my work. Best thing microsoft did.

    • @estring69
      @estring69 2 роки тому +3

      You can emulate Vim in vscode. So definite win there....

  • @luisprado1539
    @luisprado1539 3 роки тому +38

    This man does not know find and replace (available even on gedit)

  • @sergeykolesnik1171
    @sergeykolesnik1171 5 місяців тому

    The double quote staff can be easily done with any editor (notepad++, for example) with multiple cursor support. That includes almost every ide.

  • @txemaotero3250
    @txemaotero3250 2 роки тому

    After so many years using vim I don't know how but I am still learning new stuffs, amazing. I didn't know about abbreviations. Thank you for the content DT! Keep going!!

  • @matheuslemos1288
    @matheuslemos1288 3 роки тому +9

    that last command will save me hours of editing /etc config files, thanks dt

    • @magnusanderson6681
      @magnusanderson6681 3 роки тому +1

      What I have done is save it as a random file under /temp, then sudo mv. But yeah thats a much better solution
      Actually thats what I did in nano, I don't know how to save a file as something in vim. Time to duck it

  • @nathanmiddleton1478
    @nathanmiddleton1478 2 роки тому +1

    Switching text editors is such a pain to retrain the muscle memory. There is so much inertia behind the use of VIM for people coming to Linux today it's really the only good choice. When I started using Solaris back in the very early 90s Emacs was in more common use in my part of the country (before UA-cam of course). Now Emacs doesn't seem to have the steam it used to.
    Personally the Joe editor has been my bread and butter for such a very long time. I've curated my own way of doing things and tried several times to join the VIM tribe and just can't because of muscle memory and a lack of will to fight against it, lol. :)

    • @nihancj
      @nihancj 2 роки тому

      Hmm.. interesting

  • @polgzz
    @polgzz Рік тому

    11:15 DT, that is actually even easier than you did it. You can directly hit "I" (so, shift + i) when visually selecting various lines, and when you do it, even if it SEEMS that what you type next is only being applied to the first line, actually, when you hit escape it will apply it to EVERY line that you had selected!
    So, no need for ": norm I". Just "I" after selecting and directly type or delete what you want to change at the beginning of those lines!

  • @fabrice9848
    @fabrice9848 Рік тому

    If you use WSL, use ctrl+q instead of ctrl+v to prevent the abbreviation from expanding.

  • @noferblatz
    @noferblatz 3 роки тому +1

    Maybe I don't understand what you're doing, but you don't need to type colon before slash to search. In normal mode, you can simply type the slash key. Done this way, it will search from the beginning of the document.

  • @javierdediegoguzman
    @javierdediegoguzman 3 роки тому +2

    What I think about vim is that, the time it saves doesn't matter as much as the "flow" it gives u, allowing u to do as u think, and not fight the program.

  • @samu-1337
    @samu-1337 3 роки тому +10

    Vim is the way too go, use it full time now, learning new things all the time. I think vim + terminal is the real strength, no way vscode/webstorm can compete then.

    • @katech6020
      @katech6020 3 роки тому +2

      I am using vim extensions for vscode so I have the best in both worlds, neovim features and vscode features at the same time, and I will probably switch to this when it is ready: onivim.io/

    • @samu-1337
      @samu-1337 3 роки тому

      @@katech6020 do you have the tmux experience? Can you executive terminal commands inside vscode? Can you modify git aliases? And how "light" is your vscode?

    • @enricosevenfoldism
      @enricosevenfoldism 3 роки тому

      I really wanna use neovim or vim but its to difficult to config and the docs is seems like they assume u to have knowledge in programming language already, and im beginner so i use vscode with neovim keybind extension,

    • @samu-1337
      @samu-1337 3 роки тому

      @@enricosevenfoldism I'm 30 and have been in the "insert" mode everyday between 6 year's of age and 30, ofc it feels "easier" initially, but that's only a reflection of practiceed time, you need too switch your mindset to vim. Make it you'r way of life, i.e. add the vimium plugin to your browser..

    • @katech6020
      @katech6020 3 роки тому

      @@samu-1337 I use code-oss and it has an integrated terminal for commands, for extension I just have ones that make me work faster or improve things, I installed around 12. for light it is an electron app so you know what to expect. for git, it has a lot of features that I use a lot since I am a front end web dev, and I need to work with other devs many times and push code and manage conflicts...

  • @sundarbe
    @sundarbe 3 роки тому +2

    I’ve been using vim for past 20 years and never used abbreviations command! Vim multiple files opened as buffers can do wonders.

  • @f23anone82
    @f23anone82 3 роки тому +1

    What I love the most about VIM, is that is has unlimited depth. Literally every video I saw on VIM has this minor tips and tricks which you can incorporate into own workflow

    • @heroe1486
      @heroe1486 3 роки тому

      Meh " but [nano,atom,sublime] can do EVERYTHING vim does faster and in a more intuitive way "

  • @daringcuteseal
    @daringcuteseal 3 роки тому +1

    "Can your editor compete with vim?"
    Me: Well yeah! my vim is great too. Of course it could compete with yours

  • @LeCockroach
    @LeCockroach 3 роки тому

    I love the idea and power of VIM and vim clones, and I tried them at least 5 times in the past and in the end went back to my previous editor or whatever. It feels like you need a lifetime to learn the basics and then you discover a plugin that possibly improves your workflow and you need to relearn everything again.
    But it's true that you can (once you master it) do almost anything very fast.
    Useful video!!

  • @CryptoDefender
    @CryptoDefender 3 роки тому

    Must be one of the most practical and easy to watch overviews of Vim out there on UA-cam! Great content as usual DT. Many thanks.

  • @atimholt
    @atimholt 3 роки тому +7

    I don't find macros to be nearly as useful as :global (“:g”) and :substitute (“:s”). To get rid of all the quotation marks, it's just :'

    • @kardashevr
      @kardashevr 3 роки тому

      yea, but what if you don't want to delete ALL quotation marks, but on a specific range of lines?

    • @atimholt
      @atimholt 3 роки тому

      @@kardashevr I usually use visual mode for that.

    • @kardashevr
      @kardashevr 3 роки тому

      @@atimholt cool!

    • @ChrisCox-wv7oo
      @ChrisCox-wv7oo Рік тому

      @@kardashevr:start_n,stop_ns///[modifiers]
      .,+5s will sub from current line to next 5
      -5,+5s will sub from prev 5 to next 5

  • @igorordecha
    @igorordecha 3 роки тому +2

    10:26 you can do that easily in vscode using multicursor.
    Just go to the beginning of line 11 and then shift+Alt+LMB on the beginning of line 42. Now press Del to remove all opening quotes. To remove closing quotes just press End Backspace. End key just moves every cursor to its end of line.
    I started learning vim today to maybeeee replace vscode in the future but this feature is so good and I use it so often I might not switch to vim as my main editor ever.

    • @Dizzle0318
      @Dizzle0318 3 роки тому +1

      Whatever works for you the best mate. That was not the fastest way to make that edit. Just a simple example. The vim way of doing that is different than the vs code way but I prefer the vim way and it's very fast. Also I can edit my macro with a few key strokes and reuse it for something else without having to do the other selections again. And if your really in love with that there is a vim plugin for it. But again it's personal preference and the vim way is still faster. That being said. Vscode users who knows there keybindings can also get it done. Less the tool and more the person. Whatever works 🎩👍 code on!

    • @pabloraindogarcia8107
      @pabloraindogarcia8107 Рік тому

      There is also multicursor for vim

  • @LeCockroach
    @LeCockroach 3 роки тому

    IMO you can use Atom editor and have all those features and more, without learning to do Mortal Kombat fatality for a really simple line editing...
    Atom: select the text you want to edit at the end, or at the beggining, or after the first word or whatever; Press ctrl + L to enter line mode; Press home to jump to start of all the lines; Press del; Press end to jump to the end; Press backspace. Done in 1 second tops. I do this all the time.

    • @heroe1486
      @heroe1486 3 роки тому

      You'd have the time to finish rewrite the Linux kernel in rust in Vim before Atom even launched to be honest

  • @tarpan360
    @tarpan360 3 роки тому +10

    The downside is that you have to remember a ton of shortcuts. It's not a problem if you use them regularly, but the rare ones take time to recall - it's easier and faster in other text editors (you just do it with the mouse or right-click for a context menu).
    Besides, I really need a color-picker and I have never managed to make it work reliably in vim.

    • @vlatkosurlan545
      @vlatkosurlan545 11 місяців тому

      Mostly you don't remember anything. They're just mnemonics mostly:
      Delete Inside Word: diw (it will delete the word where the cursor is inside)
      Select To

  • @sumitrawat3742
    @sumitrawat3742 3 роки тому +7

    13:05 you can use gv to use the last selection again

  • @kevincortez6227
    @kevincortez6227 3 роки тому +1

    it's silly comparing vim to a standard text editor, cause no one would use a standard text editor to create/edit code. Everything shown here I can do just as fast in any other IDE, but I don't have to remember hotkeys that seem to have been created before any sort of standard was created for them.
    If you don't already use vim, don't bother learning/using vim

  • @DieguitoJohnson
    @DieguitoJohnson 3 роки тому +1

    Almost every editor nowadays are super customizable. After using VIM for a time i only found that if you get used to not touching the mouse it can become very usefull and comfortable, but also if i wanted to i can customize VS Code in a way that i dont need the mice too.
    I think it comes to a personal opinion of what you like most. Anyways knowing a bit of VIM comes very handy when working on multiple remote linux machines and you need to edit.

    • @heroe1486
      @heroe1486 3 роки тому

      Remote + basically knowing vim key bindings gives you the ability to use any editor because most have vim extensions. Today Vscode is the hot product, a week ago it was atom, a month ago it was Sublime. You never know what the next "hot" thing would be, it's far more handy to know vim.
      + If you really dive into vim real capabilities no other text editor can compare tbh.
      Edit : And it's way faster than any Electron app, Vscode with large projects/files isn't close to neovim speed

  • @praetorxyn
    @praetorxyn 3 роки тому +2

    I prefer using a graphical editor like Sublime Text or Visual Studio Code / Code OSS but with vim key bindings enabled. This way I can use the mouse when I feel like it, most importantly have a project explorer I can select files with using the mouse, and can still browse around within one file just like I was using vim.
    Though, a lot of what you're doing here I wou ld handle with regex find / replace. e.g., to remove the double quotes, I'd just replace:
    ^"(\w+)"$
    with
    \1 or $1 depending on what editor I'm using, an expression to replace it with the value of the first capture group.

  • @comraq3637
    @comraq3637 2 роки тому

    "set -o vi"
    After learning this, I realized that I want vi bindings in everything that involves typing text.

  • @SwarangaSarma
    @SwarangaSarma 2 роки тому +2

    Good video on vim, but I feel most vim power users do not realize how powerful the normal editors today are. I am going to take the example of Intellij because that is what I use.
    1. Moving lines around: Is that something you do in programming? Moving individual lines around. That would mess with your variable declarations etc. Anyway, this is still very easy in Intellij. I can do it using Ctrl+Shift and up/down arrow. But many times, I am actually moving entire functions around (sometimes you want all your public functions together and want to move that one private function down after all the other public methods. Even there, just take your cursor to the function declaration, and use the same Ctrl+Shift and up/down arrow to move the entire functions around. Much easier. How can that be done in vim? What extra plugins or macros do you need for that?
    2. removing the quotes from the start and end: This one is embarrassingly easy; in fact easier than his macro. Just go to column selection mode using Alt+Shift+Insert and move the cursor t all the lines with leading quotes (just like he did in the visual mode_ and press Delete. Now removing the end quotes is even easier and you don't need any weird macros. Just press End and the cursor will go to the end of each line and then press Backspace. Boom, done in 2 seconds versus his 10 seconds and either he has never used any other editor in his life or you are being disingenuous when you say it will take minutes. Lol.
    3. Adding the double quote at the start of every line: Notice how he uses a completely different set of commands to do that. In Intellij it is the same consistent column mode - go to Ctrl+Shift+Insert, move the cursor to the lines and then simply type ". Adding the ending quote seemed painful because he has to type that command again. But in Intellij, you do not lose the column editor mode, if you use it one. You remain in that mode and just press End to get to the end of each line. Time saved vs vim.
    4. Find replace but being able to choose a different word every time: Neat trick. I have to find out how to do that in Intellij. You can certainly do that by replacing the "replace" text in Find+Replace every-time but I think it will be more tedious that the vim example. But this seems like a really contrived example, In my 12 years of programming in the industry, I have never had to use it like this. Most time I want to do a simpler find and replace (example variable names, method names). These things are of course very easy in Intellij with its much superior refactoring support across multiple files, modules etc. It will even suggest if I want to update the name of the test methods if applicable and in most cases I do need to. Good example, but never needed to do this.
    5. Abbreviations: this is just Intellij macros. Like typing "sout" and then Ctrl+Space to expand this into System.out.println. Even better because you get auto-complete when you type "so". And you can also add your own more complex macros but I have rarely needed to as the default ones are powerful enough.
    6. Shell commands: Intellij comes with a terminal that you can launch right below the main editor.
    7. Change writable status: This one requires a mouse (File -> File properties -> Make File Writable, I will give you that. But most of the times I am working on a project directory and all files are writable. I guess you encounter this more in vim because we use it to change random one-off files in some server. That makes more sense to me.
    Overall, not powerful enough or compelling enough to overcome the learning curve for software development IMO.
    I completed 12 years of programming in my job and I have mostly done Java. In these 12 years, I think I have really tried learning vim at east 3 times spending at least a month in each attempt. I have never managed to get over the hump of the initial learning curve mainly because I didn't see the value of the editor in my profession. I can do the basic stuff like search/replace, explore production logs etc but I still don't see why I would use this as my main IDE replacement. Even if I could get to a stage where I am a really good at editing text, for me, typing/editing has never been my main bottleneck. Most of the time I am staring at the code, mentally linking it to the rest of the project, thinking about the data structures, interfaces, seeing how if I change something breaks compilation in some other file/module etc.
    When it comes to changing text, I am never really editing text, I am refactoring, which is a big difference for me. For instance, I am never playing with lines/words - I am working with methods, expressions, classes and their hierarchy. A common refactoring would be to "move this method to its parent class" or something like "extract this expression that I am passing to a method call into a local variable and also replace it with the new local variable in the two other places where I am reevaluating the same expression needlessly; oh and also assign a good name for the variable based on the type/expression context and also immediately give me the control back so I can simply type a different variable name if I feel the default you assigned is not good enough" - this entire refactoring is one command Ctrl+Alt+V in Intellij. How will I do these simple refactoring tasks in vim which does not have such deep understanding of what the text represents?
    Things that I like about vim: it is everywhere. It is really performant and I never have trouble opening GBs of log files in vim. No IDE I know will handle that.
    I am not trying to insult anyone; in fact I do want to learn vim and get really better at it. Why wouldn't I if it helps me be more effective in my job? I am not married to any IDE nor do I hold any stock of any IDE company. I really admire the folks which have shown the dedication to learn this tool and get so much better at it but I could never convince myself if it is for me and is worth the effort to spend months learning it.

  • @jumpyjacko
    @jumpyjacko 3 роки тому +4

    i learnt vim just little back. very good editor

  • @laurensweyn
    @laurensweyn 3 роки тому +1

    Honestly not convinced. To play devil's advocate, Comparing this to my favorite text editor (IDEA):
    - Line shifts are done with holding ALT-shift, then tapping up/down to shift. CTRL-shift would also do contextual shifts (keeping indentation correct, lines of code will 'jump' to the next valid point line between methods instead of in the middle of a method def etc.), something I don't see VIM doing
    - Blindly search for a line and perform operations on it... Interesting, but I could see me messing that up or spending more time crafting the expression than just doing it in discrete steps. Like, how am I supposed to know where in the document the line should go without seeing both the source and target lines (and then calculating the line number diff), at which point I could've done the shift myself.
    -There are, of course, keyboard shortcuts for top of document and end of document. There's also browser-style back/forward (seperate from undo/redo) for line positions, and also a view of your recent cursor positions in a menu at CTRL-shift-E.
    - indenting multiple lines, like most GUI editors, select all and tab/shift-tab. CTRL-W will also do contextual select to avoid the task of finding the line numbers (each tap of 'W' increases selection range. First tap is word, then to first 'punctuation', then to edges of first pair of brackets, then to the next set of braces etc.)
    - 'Visual mode' (column selection mode/multi-cursor) is just alt-shift-ins. In addition, removing the quotes at the end of the line wouldn't even need a macro in IDEA: just select the line range, and hit 'end' to move each cursor to the end of each respective line. Then one 'backspace' will delete the quotes. Macros work too of course. 'Visual mode' inserts are also much more intuitive (select, home, quote, end, quote)
    (Cont. in reply)

    • @laurensweyn
      @laurensweyn 3 роки тому

      -Find-replace, including individual inspections before replacement is pretty standard even in basic graphical editors.
      -Abbreviations are admittedly not as easy to set up, but certainly doable with templates and such, I know some are defined by default. Personally I'd probably forget to hit that shortcut to not expand it in vim but I guess that's nitpicking. I personally use paste history for that (CTRL-shift-V) if I need multiple text blocks in different places.
      - The shell is accessible via a UI tab (ALT-F12), admittedly not as heavily integrated as it is in vim. The file is saved as soon as the focus switches, and reloaded on another focus switch so e.g. sort/grep would still take effect quickly.
      Note none of these require mouse interaction even with default keybindings. Any actions that may need the mouse can be searched for with CTRL-shift-A, and bound to a key instead of executing with alt-enter. This UI also doubles as a keybind reference. There's also more intuitive but slower alternatives to most actions so it's all much easier to get into.

  • @RichM1967
    @RichM1967 3 роки тому

    To remove the double quotes from the end of the line can be done like this :10,42s/"$//g $ means end of line. For the beginning of the line, use ^. To add a quote to the begining of lines 10-42. :10,42s/^/"/g. The Ending is :10,42s/$/"/g

  • @hellNo116
    @hellNo116 3 роки тому +9

    ok, most of what you did could be done in sublime text as well fairly easily. i feel that the most important thing is to learn one capable text editor well enough. also sublime text doesn't have such a steep learning curve and i can recommend it to normal ppl. don't get me wrong i like vim, but i mainly use sublime text instead just because i don't have to mess around of how it works. it works well enough for me without touching it. i mess around with vim when i have time and i want to tinker with sth.

    • @shail0124
      @shail0124 2 роки тому

      I just wanted to ask how you would have done that usnig sublime. I know you can use multi cursor but that is very slow. If you have 500 lines instead of 10 then your process will take much longer but in case of vim time consumption would be same. I guess there is another method to do that in sublime which is faster.
      If you there is any then please let me know

    • @JoePerkins666
      @JoePerkins666 Рік тому

      The video does a terrible job showing what's useful in Vim, to be honest. This guy seems to like writing weird commands, when I barely use those. Vim takes a lot of time to get used to it (and let's not even talk about configuring it, pure nightmare), but it's very satisfying to use once you get it. I would suggest VSCode with the vim extension, specially in Windows.

    • @hellNo116
      @hellNo116 Рік тому

      @@JoePerkins666 I have gave up on windows. I hope I don't have to use for programming ever again. I have build a custom keyboard that gives me mode like navigation in while using my pc. I must say it is enough and because it is not limited to the text editor makes a lot of my navigation better.

  • @skaruts
    @skaruts 3 роки тому +1

    Personally I didn't find Vim any advantageous. In part because I don't have an american keyboard, so there's a few default key bindings that don't work, and then having to type ':' before a hotkey or command all the time doesn't seem that handy to me, but especially since my keyboard requires a shift or alt modifier for brackets and (semi-)colons, which makes matters worse. European keyboards aren't as handy for programming as american keyboards are, that's for sure (this is because accents (à, ü, etc) take up the place of brackets and colons in US keyboards).
    But then, I use Sublime, and my workflow is pretty productive with it, and I don't recall ever seeing people in videos being any more productive using Vim. I can do pretty much the same stuff easily, or in some cases even more easily, in Sublime. I followed some Vim tutorials (some of them yours), but it just kept feeling like taking a step backward or at least not forward, and too much of an investment to learn, with little (if any) bang for the buck. Contrary to most other editors, Vim stalls your productivity down to a crawl at the beginning, with no clear light at the end of the tunnel. Vim movement keys (HJKL) also don't make sense to me (IJKL would), and having to switch modes seems a bit more like a hindrance than not...
    So yea, to each his own, but personally, I'm still quite unconvinced.

  • @TheAnffer
    @TheAnffer 3 роки тому

    I've been using vim for maybe 3 months with a couple of plugins and it is awesome! This video added a couple of tools to my toolbox. Good video DT

  • @distant6606
    @distant6606 2 роки тому +1

    Learning vim is like going to the gym. You start off knowing it wont give you immediate results and its not gonna be a fun thing, but the more u use it the more effective/fast you re gonna be.

  • @MrLotrus
    @MrLotrus Рік тому

    Last two weeks I spent around 30 hours customizing my neovim, zsh and tmux setup. Very efficient))

  • @Sofoslav
    @Sofoslav 3 роки тому +14

    From my experience Vim is just another editor. It has some powerful editing mechanisms, but most of them (or maybe all of them) are present in other editors which are much easier to use.

  • @lucasrfma
    @lucasrfma 3 роки тому +1

    Its interesting, but having watched up to 16:14 the only thing that I actually thing was faster than, say, notepad++ was the adding " to beginnings and endings. All the rest arent as bad as you make it out to be on normal text editors... You are either being disingenuous or you simply never heard of either ctr+f or ctr+h. You dont need to go line by line to remove the " from the selection: just select the portion of the text where you want to make that change, ctr+h, put the " on the find box and leave replace empty, enter, done. Hell, you can find and replace throughout multiple files at once on npp... I think it's actually faster than what you did there, and also much simpler, no need to really think to do this. Change one word? So you are at the word, want to delete it and write on top? Press ctr shift with your left hand and right arrow button. Dont see how the vim way is much quicker...

  • @michaelgraflmusic
    @michaelgraflmusic Рік тому

    As a programmer who doesn't work on prototypes but real software, I use my editor mostly for reading code and making small changes every now and then. I need a 'jump to definition' and a token search feature. VSCode is fine for that. I've used Vim for years, but since I'm working in a visual OS using a mouse and need to switch between my editor and other software a lot, not using the mouse in my editor is actually a drawback. The truth hurts, but it made my work a lot easier when I admitted that to myself.

  • @g3mint446
    @g3mint446 11 місяців тому

    You can do all this in vscode without touching a mouse. And I find it more intuitive. Haven't tried VIM much because I've never found a reason to. I definitely want to edit fast, but I still don't find how VIM can help me with that.
    Greate video. Thank you.

  • @yogxoth1959
    @yogxoth1959 3 роки тому +2

    Haven't watched your channel in awhile but that beard looks great on you!

  • @anzerupnik1442
    @anzerupnik1442 2 роки тому

    Why is everyone talking about vim saving time when the best feature I see is the reduced lag between the idea and implementation of the idea. It's not about how much time you waste searching for a mouse, it's about being able to write what you think within a second and not clog your thought flow.

  • @dtkedtyjrtyj
    @dtkedtyjrtyj 3 роки тому +1

    Had I begun with Linux five to ten years earlier I suspect I'd have been a hardcore vimmer. But today I don't have the time, interest or reason to learn a new text editor.
    I got some advice years ago: "Choose one text editor and learn it really, really well." _That_ is what will save hours of work. Vim is _one_ editor you can learn well, as is the JetBrains suite or probably emacs.

  • @wallawalla4405
    @wallawalla4405 3 роки тому +61

    Bill gates: the best text editor for programming is “notepad”

    • @arianitonline8748
      @arianitonline8748 3 роки тому

      paper and pen. take it or leave it

    • @CristiNeagu
      @CristiNeagu 3 роки тому

      You do know that Microsoft makes Visual Studio, right? The most feature packed code editor anyone could ever want. That thing has all the features you could ever need, then about 5 times as many features you will never use. So... no.

    • @arianitonline8748
      @arianitonline8748 3 роки тому +5

      @@CristiNeagu still no comparison to notepad

    • @timatidoon995
      @timatidoon995 3 роки тому

      Jet brains code editors, for instance intellij idea for Java or pycharm for python are by far the best editors, much better then VS code, however it's good also

    • @CristiNeagu
      @CristiNeagu 3 роки тому

      @@timatidoon995
      1. Is there anything PyCharm does that VS Code doesn't?
      2. You need to buy PyCharm to use it at work, so you will most likely have to use a different editor professionally. You can use VS Code anywhere.

  • @frostrune
    @frostrune 3 роки тому +5

    I still use Sublime Text. It fulfils all my needs and is VERY lightweight compared to electron stuff. Vim is ok but it takes a lot to get used to especially if you have used standard editors your whole life.

  • @bellybooma
    @bellybooma 2 роки тому

    I still remember before I knew Vim doing archaic things like like highlighting text with the mouse, using the narrow keys to slowly navigate, etc.
    With Vim it's a completely new experience to text editing. And the best part about it, it's future proof. Vim has been around since the early 90s and Vim along with it's variants are still growing. Most modern text editors including sublime text, VSCode, Atom, etc. all have Vim plugins and/or packages.
    I'm still fairly new to Vim (been using it moderately for about 1 year) and still learning new tricks and shortcuts every day. Bonus points cause usually when peers see you use vim they are impressed or surprised.
    Cheers to Vim and all the Vim users out there!

  • @SandboxGeneral
    @SandboxGeneral 3 роки тому +4

    Sweet. Need more VIM videos, please!

    • @magnusanderson6681
      @magnusanderson6681 3 роки тому

      See ua-cam.com/video/XA2WjJbmmoM/v-deo.html I need to rewatch that now that I actually use vim

  • @satibel
    @satibel 3 роки тому

    tbf, I'd just search and replace "(.*)" with \1 in my standard editor in that example.(using non line ending matching ., else you just add
    on each search.)
    select the block, ctrl+h, "(.*)" tab \1 tab space(to select the selection only) alt (whatever letter is underlined in replace all)
    though vim can do it slightly faster.
    for the other way around, just swap the "" in each block.
    I'd argue it's not really about vim, more about knowing your editor.

  • @ad_sidera_virgines
    @ad_sidera_virgines 3 роки тому +4

    10:44 : adding quotes at the begining and the ending of each line
    I would've done this with regular expressions (I 💗 regexp !!!):
    :10,42s/^/"/g
    :10,42s/$/"/g
    and same for deleting them :
    :10,42s/^"//g
    :10,42s/"$//g
    It's simpler and more efficient ;)

    • @mustyhead
      @mustyhead 3 роки тому

      TIMTOWDI FTW!

    • @adrianbool4568
      @adrianbool4568 3 роки тому

      Or just :10,42s/"//g and get rid of both in one go (given there are no other quotes on these lines we want to keep...

  • @heroe1486
    @heroe1486 3 роки тому +1

    I like how DT's videos on tiling windows manager and vim/Emacs get hundreds of comments from frustrated users that don't want to get out from their comfort zone and learn new things.
    If you don't think learning vim of whatever is worth because you don't type that much it's COMPLETELY FINE.
    But don't try to find excuses like "I don't see anything that [insert text editor] can't do" or " 1000 hours to learn vim ", that's just ridiculous.

  • @matidfk5171
    @matidfk5171 2 роки тому

    For removing all those quotes you could do something like select the range, find " and replace with nothing

  • @Imaltont
    @Imaltont 3 роки тому +1

    One of my personal favorites that I use pretty much every day at work is vim's grep integration (or ripgrep in my case). Navigating large codebases is super fast if you just have a few keywords/patterns to feed into grep from vim and let it do it's magic, and then just have all the results in the quick fix list for easy access to the files/locations in the file(s).

  • @marioolofo
    @marioolofo 3 роки тому

    Just some more simple ways to do some repetitive processing:
    To add " to the list just do qqC""Pq31@q
    To remove, just do qqdi"VPq31@q
    Another way is to use the search and replace, as you know the lines you need to change:
    To add the " -> :11,42s/\(.*/)/"\1"/
    To remove -> :11,42s/"\(.*\)"/\1/
    Must have some simpler ways to do this, but it would be my choice as it's intuitive for me.

  • @coreosg4635
    @coreosg4635 3 роки тому +5

    i can't even do the tutorial
    2nd part: press esc
    -proceeds to press esc
    'nothing happens'

    • @SoundToxin
      @SoundToxin 3 роки тому +1

      You were probably already in normal mode. Just move along.

    • @coreosg4635
      @coreosg4635 3 роки тому

      @@SoundToxin nope I couldn't do anything, I tried the vscode plugin and it worked

  • @FordExplorer-rm6ew
    @FordExplorer-rm6ew 3 роки тому +2

    This is kind of where I'm at right now. ( As newer user becoming more comfortable ) Having to edit a ton of configs for sublime for different languages.
    I'm a fast typer, might as well try this out. Know a few people who use it already

    • @magnusanderson6681
      @magnusanderson6681 3 роки тому +1

      I spent a year looking at vim and wishing I knew how to do stuff in it. I uninstalled nano (my crutch) like 4 days ago and got faster than using nano like 2 days ago. It really is not hard.
      Pro tips: use caps lock as either an escape (broke, cause its useless except in vim) or as a control, but you have to learn to type ^[ (woke) (its really not that hard to type ^[ plus it finally got me to be able to start consistently typing parenthesis rather than looking at my blank keycaps every time and determining based on position lol.

  • @MadFrenzy582
    @MadFrenzy582 3 роки тому +2

    Always love vim tips and reminders. Vim is still my fav for text editing. So useful.

  • @catlord69
    @catlord69 3 роки тому

    Replacing lines in text is easy with sed as well. I often use this command
    :%s (for replacing words)
    Then you place a word (or a pattern) and specify the word to replace it with. And After that just say "do this globally, but let me check before you do ! " like this
    :%s/cat/kittie/gc
    This will find every "cat" word, highlight it and wait for you to press 'y' or 'n' (yes or no).
    Hint: When you're trying to replace words that include '/', simply use some other delimiter. For example
    :%s?/etc?/home?gc

    • @user-lb1ib8rz4h
      @user-lb1ib8rz4h 2 роки тому

      :s is for replacement, not :%s
      % is the range to replace on (entire file) but you can restrict it to only certain lines like :10-43s for example. there's other ranges mentioned in the docs