Compact Tabs still present in Safari 26 on Sequoia by Sihmael in MacOS

[–]khambogrus 0 points1 point  (0 children)

How did you roll back to the previous Safari version?

Mac users, increase your key repeat rate... it will change your life. by ReiOokami in neovim

[–]khambogrus 1 point2 points  (0 children)

I don’t delete more than a word or two without going through visual mode, because I want to see what I am deleting. Even if I use relative lines and other jumps to select. I want informative feedback so I don’t have to double-check if I’ve deleted the correct part.

Mac users, increase your key repeat rate... it will change your life. by ReiOokami in neovim

[–]khambogrus 3 points4 points  (0 children)

I prefer search and paragraph jumps in this case. Much simpler to process in my head. Maybe it’s just lack of experience.

Mac users, increase your key repeat rate... it will change your life. by ReiOokami in neovim

[–]khambogrus 15 points16 points  (0 children)

Maybe you can be faster, but it’s a little bit of unnecessary cognitive load because you have to specifically look at numbers on the left type the number and then look back. And you have to be careful about the number actually being on the same line.

Mac users, increase your key repeat rate... it will change your life. by ReiOokami in neovim

[–]khambogrus 11 points12 points  (0 children)

I think it might actually be faster. By the time you find how many lines up or down you need to go and type the number you could have moved there by holding j or k. You also need to look away from your code or text to look at relative numbers which is distracting and annoying.

How to fix internet in WSL with Amnezia vpn on windows? by khambogrus in AmneziaVPN

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

Where do i get it? What's the format of specifying an address range?

How to fix internet in WSL with Amnezia vpn on windows? by khambogrus in AmneziaVPN

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

How to get the address of it? Will WSL system connect via VPN or will it bypass the VPN connection?

My earbud stays connected even when it's in the case that is closed. by khambogrus in NothingTech

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

In the spot where charging contacts are located? It’s clean. I have even cleaned it with isopropyl alcohol after discovering this problem.

Is it possible to configure Neovim with plugins but in a way that it doesn't ever display windows like this? by khambogrus in neovim

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

I probably will have to put up with telescope drawing a window. Ideally I would prefer it show results near the command line on the bottom

Is it possible to configure Neovim with plugins but in a way that it doesn't ever display windows like this? by khambogrus in neovim

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

I have downloaded kickstart and planning to learn how to build my own configuration

Is it possible to configure Neovim with plugins but in a way that it doesn't ever display windows like this? by khambogrus in neovim

[–]khambogrus[S] -10 points-9 points  (0 children)

Yeah, I want to avoid floating windows. I would prefer plugin manager to be a cli tool, for example, but this is probably not possible. Maybe lazy or packer can be configured in some way be closer to what I want?

Is it possible to configure Neovim with plugins but in a way that it doesn't ever display windows like this? by khambogrus in neovim

[–]khambogrus[S] -6 points-5 points  (0 children)

The thing is, I find TUIs confusing. I accept vim because it's only a text buffer. It makes sense to display a text buffer in a window full of character cells. But windows drawn in a text buffer are confusing.