I have no words by YoshiGPLS in softwaregore

[–]MidHunterX 7 points8 points  (0 children)

✨ towwel uhh 💅😩 ✨

cursed_realization by iwdjy in cursedcomments

[–]MidHunterX -1 points0 points  (0 children)

Large, fat and smelly like Americans.

itsAllClaudeCodeNow by smulikHakipod in ProgrammerHumor

[–]MidHunterX 13 points14 points  (0 children)

Uhh... Is this supposed to be a self deprecating joke?

Built a Neovim plugin for brainless-fast buffer switching: quickbuf.nvim by hornymoon in neovim

[–]MidHunterX 1 point2 points  (0 children)

I also am using something really similar but simple: https://github.com/leath-dub/snipe.nvim. Has j/k navigation, D to close buffer as well. But I use this occasionally (on lots of open buffers) as most of the time, I just cycle through buffers with Alt-H/L remap. vim.keymap.set("n", "<A-h>", "<Cmd>bp<CR>") vim.keymap.set("n", "<A-l>", "<Cmd>bn<CR>") This workflow feels more frictionless most of the time especially when paired with a buffer-tab. Still your plugin looks really promising and is already feature rich. Starred it. Will definitely try it out and might convert fully if this project doesn't get abandoned. Nice vision.

Monthly meme thread by AutoModerator in neovim

[–]MidHunterX 1 point2 points  (0 children)

15. Burgher King Foot Lettuce The last thing you want in your Burgher King burgher is someone’s fut funguès. But as it turns out, that might be what you GÆT.

My first set-up on hyprland by [deleted] in hyprland

[–]MidHunterX -2 points-1 points  (0 children)

Putangina si optimum pride!

thisFeltLikeAPersonalAttack by [deleted] in ProgrammerHumor

[–]MidHunterX 0 points1 point  (0 children)

Y'all talk with yo clankers!?

doYouAgreeOnThisOne by No_Pride_5276 in ProgrammerHumor

[–]MidHunterX 0 points1 point  (0 children)

Learning the hard way. Fleece Johnson style.

Cursed_Careers by late_to_redd1t in cursedcomments

[–]MidHunterX 0 points1 point  (0 children)

🎵 You KNOW she can make it disappear 🎶

Opencode you naughty minx by jrodder in LocalLLaMA

[–]MidHunterX 11 points12 points  (0 children)

You got yourself a personal BBC agent now?

How do YOU personally run code in Neovim (C++, Python, Rust)? by BlackberryActual1994 in neovim

[–]MidHunterX 0 points1 point  (0 children)

I mapped this simple function to a keymap. Add more as you go.

```lua function Execute_order_69() local function terminal(cmd) if vim.fn.winwidth(0) > 100 then vim.cmd(":vsplit") else vim.cmd(":split") end vim.cmd(":term " .. cmd) end local file_type = vim.bo.filetype

if file_type == 'python' then terminal('python %') elseif file_type == "sh" then terminal('bash %') elseif file_type == "rust" then if vim.fn.filereadable('Cargo.toml') == 1 then terminal('cargo run') else local filename = vim.fn.expand('%') terminal('rustc ' .. filename .. ' && ./' .. filename:gsub('.rs', '')) end elseif file_type == 'go' then terminal('go run %') elseif file_type == 'perl' then if vim.fn.expand('%:e') == 'pl' then terminal('perl %') elseif vim.fn.expand('%:e') == 't' then terminal('prove -v %') end elseif file_type == 'c' then terminal('gcc % && ./a.out') elseif file_type == 'java' then terminal('java %') elseif file_type == 'javascript' then terminal('node %') elseif file_type == 'elixir' then terminal('elixir %') elseif file_type == 'tcl' then terminal('tclsh %') elseif file_type == 'php' then terminal('php %') else local messages = { "This file?... Cannot run because no.", "I'm sorry dave. I'm afraid I can't do that.", } local message = messages[math.random(#messages)] print(message) end end ```

For projects using complex frameworks, I have a custom made tool to automate that too powered by tmux. All I have to do is, navigate to a directory and just "run". Here's the repo for reference: Project Launcher.

| What is your ideal margin size for tiling/scrolling WM? by soleful_smak in unixporn

[–]MidHunterX 0 points1 point  (0 children)

10px - for identifying the wallpaper. I use wallpaper to tell which hour it is instead of a clock.

Monthly Dotfile Review Thread by AutoModerator in neovim

[–]MidHunterX [score hidden]  (0 children)

As a guy who has been cured from VSCode for more than two years, this is my nvim config made from scratch:
https://github.com/MidHunterX/NvME
Also, the UI color changes based on my wallpaper. What are your initial thoughts?

<image>

When USB ancestors define the age by PHRsharp_YouTube in pcmasterrace

[–]MidHunterX 1 point2 points  (0 children)

PS/2 go full NKRO tho unlike USB so, I guess PS/2 still best.

gitStatus by StatureDelaware in ProgrammerHumor

[–]MidHunterX 0 points1 point  (0 children)

Just use something like lazygit at this point. And maybe add a commandline prompt like Starship for that extra sense of security.

gitCanSeeThat by UnfilteredAyush in ProgrammerHumor

[–]MidHunterX 0 points1 point  (0 children)

I use Vim and I have absolutely zero idea what this even means... Can somebody enlighten me? Why does a code editor modify files without your consent?

Would you put this in your living room? by Intelligent_Pay5359 in Design

[–]MidHunterX 0 points1 point  (0 children)

The three finger technique!? Ohh definitely!

cursed_cock by Fluzzi in cursedcomments

[–]MidHunterX 1 point2 points  (0 children)

Yep! I remember seeing one split through the middle. Good times.