murtaza64

joined 1 year ago
[–] murtaza64@programming.dev 1 points 1 month ago (1 children)

source on the 28 notch stick?

[–] murtaza64@programming.dev 3 points 3 months ago (1 children)

Thanks for the detailed explanation, makes a lot of sense! I guess what I did was set up a UEFI entry that specifies the location of the Linux kernel without any intermediate bootloader. Pretty sure I didn't set the fallback, so I'm guessing that's still owned by windows.

[–] murtaza64@programming.dev 3 points 3 months ago (3 children)

What is that latter fallback called? I set up my boot manually using an EFI stub last time I installed arch but wasn't aware of any fallback bootloader

[–] murtaza64@programming.dev 8 points 4 months ago

I think neovim with kickstart has out-of-the-box support for go, or if not, should be configurable with two added lines (add the treesitter parser and LSP). Unlike nvchad and lunarvim and stuff, this is not a "distribution" of neovim but a good starting point for a config that makes it easy to slowly learn how to add stuff and change stuff as you see fit.

At the beginning, you can add languages that you need support for pretty easily by adding to a list of LSPs and Treesitter parsers that should be installed; later on you can start adding and configuring plugins as you wish.

I'd say it sets you up about the same level as Helix or a little less than VSCode.

[–] murtaza64@programming.dev 3 points 7 months ago

Why? The quotes will be consumed by the shell when you execute the command, unless you do like "'{}'"

[–] murtaza64@programming.dev 1 points 10 months ago

My solution for this has been on my Linux machine, using keyd, to swap alt and super, and map super+c, super+v to copy and paste. (I also map super+L, super+R, super+T and super+W in Firefox to the control- equivalents using keyd's per-application bindings functionality)

[–] murtaza64@programming.dev 3 points 10 months ago

Switching it at the terminal emulator level should work fine for every CLI/TUI though, right? Just have your terminal send 0x03 when you press C-S-c and copy selected text on C-c. I haven't tested it but I'm sure that alacritty, wezterm, windows terminal and probably tmux can do this.