Thanks for the work done here. I'm not a VIM user anymore (I use Spacemacs now), but it opened my eyes/mind to what is a professional code editor. After using VIM, using any other editor feels like programming in Notepad. VIM you'll always be in my heart.
How did you learn Spacemacs? I'm still using vim but would like to try & learn Spacemacs. What's a good way to learn it?
Vim 8.0 released
151–160 of 308 posts
Re: Vim 8.0 released
#152Earlier quoted context omitted.
How did you learn Spacemacs? I'm still using vim but would like to try & learn Spacemacs. What's a good way to learn it?
I have dabbled in spacemacs a tiny bit and I have been using vim for years. Basically I think there are two ways to learn spacemacs. Method 1 1. Become proficient in vim 2. Become proficient in emacs 3. Learn spacemacs keyboard shortcuts Method 2 1. Become proficient in emacs 2. Become proficient in vim 3. Learn spacemacs keyboard shortcuts I'm a vim user, but I know almost nothing about emacs, so I am having a tough…
To migrate to Spacemacs, I just replicated my workflow. Earlier I would use `find . ...` extensively for complex grep. I figured the equivalent in Spacemacs. For file navigation I used the NerdTree. I again looked up the key bindings for file navigation. So on, so forth. I now have a pretty decent spacemacs setup.
I would think, this can also classify as a third method, without having to become proficient in Emacs.
Re: Vim 8.0 released
#153the linked appspot site is 503 over-quota. anyone can change the url to https://groups.google.com/forum/#!topic/vim_dev/LaYdHDNzJcU or http://www.vim.org
Re: Vim 8.0 released
#154Earlier quoted context omitted.
nvi provides a minimalist implementation of vi. If you feel comfortable with the vi keybindings in other editors, nvi will likely suffice. However, many vim users expect scriptability, programming language support, and numerous other features. The analogous comparison would be between bash and posh/dash, or between gcc/clang and the Tiny C Compiler.
I haven't used nvi in several years (mostly because, unlike nvi, vim has become universally available on the systems I use), but it's not minimalist. nvi has a number of features that the original vi does not. Perl integration and infinite undo are two examples.
Re: Vim 8.0 released
#155I moved to nvi. Feels good to go back a notch and realise that you actually don't need all of the other stuff to produce quality code.
Me, I just wrote my own editor that works exactly the way that I want it to work. Every Jedi needs to build their own light saber, and come on, it's just 6KLOC or so.
Re: Vim 8.0 released
#156Given the occasion, and given that vim is charity-ware software ( http://charityware.info/ ), it would be cool to have some sort of HN-wide donation to ICCF ( http://iccf-holland.org/ ). Donation page: http://iccf-holland.org/donate.html It seems that you can send bitcoins too: http://iccf-holland.org/bitcoin.html Imho just mentioning HN in the payment description would be okay :)
Given Vim powers our industry, it'd be neat if pg or any of the other big members of our community donated a non-trivial amount. There is very few pieces of software I could never imagine replacing in my toolkit. Linux? I use Windows, too. GCC? Clang gets some love sometimes. Languages themselves? I'm fluent in several. Shell? I used Bash for years, now I switched to ZSH, but could go back to Bash if I needed. Tmux?…
Re: Vim 8.0 released
#157Earlier quoted context omitted.
Given Vim powers our industry, it'd be neat if pg or any of the other big members of our community donated a non-trivial amount. There is very few pieces of software I could never imagine replacing in my toolkit. Linux? I use Windows, too. GCC? Clang gets some love sometimes. Languages themselves? I'm fluent in several. Shell? I used Bash for years, now I switched to ZSH, but could go back to Bash if I needed. Tmux?…
Re: eclipse. Rather than the bridge you might want to give vrapper ( http://vrapper.sourceforge.net/home/ ) a try. I find it to be quite acceptable - much better than having no vim keybindings. It's very comparable to the jetbrain's vim plugin.
Re: Vim 8.0 released
#158Re: Vim 8.0 released
#159Re: Vim 8.0 released
#160Earlier quoted context omitted.
Try cleaning your Homebrew cache for neovim. rm -rf /Library/Caches/Homebrew/neovim--git brew reinstall --HEAD neovim
nope, sadly: ==> make VERBOSE=1 Last 15 lines from /Users/jimwharton/Library/Logs/Homebrew/neovim/02.make: "__Unwind_GetCFA", referenced from: _lj_err_unwind_dwarf in libluajit.a(lj_err.o) "__Unwind_RaiseException", referenced from: _lj_err_throw in libluajit.a(lj_err.o) "__Unwind_SetGR", referenced from: _lj_err_unwind_dwarf in libluajit.a(lj_err.o) "__Unwind_SetIP", referenced from: _lj_err_unwind_dwarf in libluaji…
unset LUA_CPATH LUA_PATH
brew reinstall --HEAD neovim