53
skein
7y

How do you know that a dev uses vim for coding? He tells you... Over and over and over again.

Comments
  • 2
    I use vim but only for messing with files on the server when I have to, I would never use it as my primary editor that's just crazy
  • 2
    Are you also vegan and do crossfit?
  • 3
    @d4ng3r0u5
    Vegan vim user here. Also use only Ubuntu and make sure to tell everyone + code on vim on my android phone in the Linux subsystem. Only use open source software and will spend hours trying to get windows apps working in Ubuntu even if it only part works, instead of switching to windoes partition
  • 1
    I only used Vim as my primary C/C++ editor before Clion came because it was faster switching to the terminal and run gcc/gdb...but with the release of Clion and terminal available there too...I hardly use Vim,maybe when coding Swift in Linux or building stuff and editing the Make files quickly
  • 0
    @jonnyserra I use ideavim plugin for my Jetbrains, and it's not crazy!
  • 0
    @Letmecode yeah totally,

    in fact vim have features no advance IDE have, even Jetbrains. Like recording, ex mode, and many more,,,
  • 0
    @Letmecode but well Jetbrains have some stuff I can't have in vim for certain types of projects,
    Like some debuggers, language integrations, build tools, profilers,
    Ideavim plugin bring both together,

    Vim for any other type of editings,
  • 0
    @divil
    ZZ == :wq
    ZQ == :q!
  • 1
    @divil and btw D removes curser to end of line
    dd removes current line
Add Comment