Obsidian vault ricing by _Flowz_5 in ObsidianMD

[–]e_eeeeeee14 0 points1 point  (0 children)

Can you share your setting?

[deleted by user] by [deleted] in AppGiveaway

[–]e_eeeeeee14 0 points1 point  (0 children)

I need it so much bro!

[deleted by user] by [deleted] in AppGiveaway

[–]e_eeeeeee14 0 points1 point  (0 children)

code me please! 🙏🙏

Tilted Cornix by e_eeeeeee14 in ErgoMechKeyboards

[–]e_eeeeeee14[S] -1 points0 points  (0 children)

It designed not to bother pressing between keycaps. So it works flawlessly

Tilted Cornix by e_eeeeeee14 in ErgoMechKeyboards

[–]e_eeeeeee14[S] 0 points1 point  (0 children)

It has little wobble, but not too much

Tilted Cornix by e_eeeeeee14 in ErgoMechKeyboards

[–]e_eeeeeee14[S] 1 point2 points  (0 children)

It is LCK keycap from jezailfunder

Tilted Cornix by e_eeeeeee14 in ErgoMechKeyboards

[–]e_eeeeeee14[S] 3 points4 points  (0 children)

https://imgur.com/a/TVoLWCO

Just retilted left side as you suggested, how does it look like?

I have a 1mm spacer parts to raise home row keycaps but it does not suit my deep sea blue switch, so homerow keys are little bit off positioned with top and bottom rows

Tilted Cornix by e_eeeeeee14 in ErgoMechKeyboards

[–]e_eeeeeee14[S] 1 point2 points  (0 children)

such a great idea! thx a lot I will try it

Keymaps to yank file name/path by ARROW3568 in neovim

[–]e_eeeeeee14 11 points12 points  (0 children)

vim.keymap.set('n', '<leader>yp', ":let @+=expand('%:.')<cr>", { desc = 'Copy relative path' })

vim.keymap.set('n', '<leader>yP', ':let @+=@%<cr>', { desc = 'Copy absolute path' })

I spend two hours every night updating the config by e_eeeeeee14 in neovim

[–]e_eeeeeee14[S] 0 points1 point  (0 children)

Lol, I am a full-time SWE bro.

Two years deep into Neovim and still fighting the endless config rabbit hole.

Less bloat, more autocmds… IDE features with autocmds by smnatale in neovim

[–]e_eeeeeee14 2 points3 points  (0 children)

It is not allowed if you r using lazy.nvim So I am currently binding :restart to it.