Hi Reddit, As my school-funded GitHub education pack is about to expire, I have to let go of the InitelliJ IDEs and I decided to sell my soul and use NeoVim. I am already using Ubuntu after all, so why not continue the 10x cargo culting? I soon realized that NeoVim is hard. I keep on forgetting how to do things. I figured the best course of action to take would be to start a project that I am writing entirely with us…
> I soon realized that NeoVim is hard. I keep on forgetting how to do things. Please don't take it in a bad way, but I suspect you don't really grok Vi[0]. Vi/ViM/NeoVim is a language for text manipulation. If you keep thinking in terms of "a bunch of shortcuts" you will have a pretty bad time with this editor. For example, in your cheatsheet 'gg' and 'dd' are presented in the same way. Sure, both are commands in the…
Show HN: Searchable Vim Cheat Sheet with Favorites (Open-Source)
11–20 of 32 posts
Re: Show HN: Searchable Vim Cheat Sheet with Favorites (Open-Source)
#12Hi Reddit, As my school-funded GitHub education pack is about to expire, I have to let go of the InitelliJ IDEs and I decided to sell my soul and use NeoVim. I am already using Ubuntu after all, so why not continue the 10x cargo culting? I soon realized that NeoVim is hard. I keep on forgetting how to do things. I figured the best course of action to take would be to start a project that I am writing entirely with us…
Nice reference. I think the layout could stand to be more compact and fit more keys on the screen. Also don't forget to add in the excellent vim-surround for editing braces and parentheses, I was pleasantly surprised to find it installed by default in the VSCode vim plugin, not that I stuck with VSCode but it was worth trying out. >> decided to sell my soul and use NeoVim If you really wanted to make a deal with the…
I'll take a look on the Evil mode... Should I be scared? :D
Re: Show HN: Searchable Vim Cheat Sheet with Favorites (Open-Source)
#13Hi Reddit, As my school-funded GitHub education pack is about to expire, I have to let go of the InitelliJ IDEs and I decided to sell my soul and use NeoVim. I am already using Ubuntu after all, so why not continue the 10x cargo culting? I soon realized that NeoVim is hard. I keep on forgetting how to do things. I figured the best course of action to take would be to start a project that I am writing entirely with us…
Nice work ! The nice thing with neovim is that people got together to make Neovim distributions. I'd recommend starting with one and you will learn by tuning it to your preferences because if you have to get some work done, this will take a lot of your time imho. I still use vanilla vim + ALE linter + ctags + makefiles for simple C/C++ projects but once you start to get into webdev with ten different syntaxes and too…
Re: Show HN: Searchable Vim Cheat Sheet with Favorites (Open-Source)
#14Hi Reddit, As my school-funded GitHub education pack is about to expire, I have to let go of the InitelliJ IDEs and I decided to sell my soul and use NeoVim. I am already using Ubuntu after all, so why not continue the 10x cargo culting? I soon realized that NeoVim is hard. I keep on forgetting how to do things. I figured the best course of action to take would be to start a project that I am writing entirely with us…
Nice work! A useful one you’re missing is `set list` which shows whitespace characters. The main thing I use it for is checking whether indentation is tabs or spaces (or an unfortunate mix of both).
Re: Show HN: Searchable Vim Cheat Sheet with Favorites (Open-Source)
#15Hi Reddit, As my school-funded GitHub education pack is about to expire, I have to let go of the InitelliJ IDEs and I decided to sell my soul and use NeoVim. I am already using Ubuntu after all, so why not continue the 10x cargo culting? I soon realized that NeoVim is hard. I keep on forgetting how to do things. I figured the best course of action to take would be to start a project that I am writing entirely with us…
The free version of the IntelliJ IDEs are reasonably good, at least if you are using one of the languages that the free versions support.
Re: Show HN: Searchable Vim Cheat Sheet with Favorites (Open-Source)
#16Web version: https://neovim.io/doc/user/change.html#change.txt
Re: Show HN: Searchable Vim Cheat Sheet with Favorites (Open-Source)
#17Re: Show HN: Searchable Vim Cheat Sheet with Favorites (Open-Source)
#18Re: Show HN: Searchable Vim Cheat Sheet with Favorites (Open-Source)
#19I am actually working on a project called vimgolf.ai, where I am looking at giving users the ability to practice these commands. Right now, only have a few levels, but looking at expanding to account for 80% of the commands used on a daily basis. If anybody's interested, please check out. Though please be aware at this time, the site does crash from time to time. Still working on scaling the nvim instances across nod…
Re: Show HN: Searchable Vim Cheat Sheet with Favorites (Open-Source)
#20There is a built in help pages for every default mapping, e.g :help v_CTRL-A Web version: https://neovim.io/doc/user/change.html#change.txt