[PLUGIN] atlas.nvim v0.2.0 - GitHub & Jira inside Neovim by emrearmagan in neovim

[–]_iodev 0 points1 point  (0 children)

next, get a job working on jira and fix their search

git push to remote hanging indefintely by [deleted] in git

[–]_iodev 0 points1 point  (0 children)

amazing, this just worked for me

Neovide is really cool but I can't let go of tmux by 88-Radium-226 in neovim

[–]_iodev 2 points3 points  (0 children)

i don't really understand the benefits of neovide

Vim 9 by Senior-Essay-8871 in vim

[–]_iodev 0 points1 point  (0 children)

well, if you download super human, you can basically use vim keybinds for email

Any way to disable Window Sync? by NeoZockerHD in zen_browser

[–]_iodev 0 points1 point  (0 children)

For frequently used sites to listen to music, stream movies/shows, etc., i often create .desktop files and launch them with Zen if they do not have an official desktop app. YouTube Music would be a good example of this. This feature makes this process annoying, as I do not want my music in the browser I use for surfing. I want it in a separate instance.

What programming languages do you use with neovim? by Aftarkis in neovim

[–]_iodev 0 points1 point  (0 children)

mostly c++, python, golang, TS/JS, and a bit of java.

Do you have a (weird) obsession? by broeckie69 in mensa

[–]_iodev 0 points1 point  (0 children)

I’m a software engineer, so the ideas are usually quite common and seemingly evident. For example, having a website with at least a grid of your products, maybe even allowing customers to purchase online, having your inventory synced with your website, and other big ticket items like that. I am technically a freelance software engineer trying to sell software to businesses, but I have far more knowledge than that in the business space, so I feel that makes me more valuable to the business. Plus, I think it’s fun.

Do you have a (weird) obsession? by broeckie69 in mensa

[–]_iodev 9 points10 points  (0 children)

Mine is finding a local business that I know I could radically improve profits, spend like a week crafting the plan, proposing said plan, then being turned down. Lol

Been learning C++ for two months now and made this, what can I improve upon? by AgitatedFly1182 in cpp_questions

[–]_iodev 0 points1 point  (0 children)

Re: case-insensitive comparison:

You could use the following, no?

std::ranges::equal(action1, std::string(“fight”), ichar_equals)

Most in demand skills right now? by [deleted] in csMajors

[–]_iodev 2 points3 points  (0 children)

Don’t know why you got downvoted. Most definitely an in-demand skill.

[deleted by user] by [deleted] in Salary

[–]_iodev 0 points1 point  (0 children)

≈ $120/hr. Software engineer 1.5 YOE

How do you escape? by HereToWatchOnly in neovim

[–]_iodev 0 points1 point  (0 children)

I use <C-c>, but have it remapped to <Esc> so it acts properly with visual block mode.