Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Axis8447y@dontPanic do you mean the x in my terminal to close the window or x as in xterm (I'm using the pantheon-terminal)
-
Axis8447y@makmm from what I understand the learning is an ongoing process. But I definitely can navigate, edit, search with regex (I already knew regex) and use some of the key commands. At first I was using vim-adventures but now I'm using vimtutor :)
OH and now I can finally exit vim correctly. -
Axis8447yIs it mostly agreed upon that neovim >= vim? It seems to be the same but with a few performance/productivity enhancements
-
@makmm "did you learn it" - there are few people on this planet who could honestly answer this question with 'yes'.
-
@makmm Me? I can use it - more or less - productively. I would say a bit less than classic IDEs, which means I'm really not very proficient in using vim. :)
For me there's been a point where I could use it well enough to not have a lot of motivation to continue learning (you're working very slow while googling for every damn key combination).
I currently use vim especially for server maintenance, but I have used it for software development before.
I know the more basic ways to move around in a file, how to copy, cut and paste and understand the concepts of buffers, tabs and windows.
I've also installed a fuzzy finder plugin which has been a big productivity improvement for me. -
konfou317y@theCalcaholic Opens the embedded terminal emulator. Since I guess you will ask why this is good (or at least I initially did), running inside nvim allows you to use all nvim features and commands. Also makes a multiplexer redundant for stuff often done when editing such as repls and running tests.
Related Rants
Finally learning vim after a few years of absolute refusal.
echo export EDITOR="vim" >> ~/.bashrc
undefined
love hate relationships
vim