MahouShoujoMivutilde
MahouShoujoMivutilde
> I think I understand your point, but I don't think it's possible. @gokcehan One way to achieve something like this would be an option like `langmap` in (neo)vim. From...
As a temporary workaround (really far from perfect, yes) i wrote [this script](https://gist.github.com/MahouShoujoMivutilde/6a2dea53dc90a51b7566584ac7d3d283). It generates from this ``` map fzf_rg_select map o &mimeopen $f map zh set hidden! # etc...
@Monirzadeh Thanks, added, didn't even knew you could quote keys. Also fixed bug where mappings like `map M push :mkdir` were ignored.
I agree. Also, I would like to add that while it is possible to implement on the user side (by redefining `paste` function in `lfrc`, as shown in man page),...
**OMG**, io.Copy actually seems to support CoW! How do I know? ```sh ~/tmp ❯ time iocopy big.mkv big-iocopy-new.mkv iocopy big.mkv big-iocopy-new.mkv 0.00s user 0.06s system 81% cpu 0.072 total ~/tmp...
I am on nvidia (proprietary driver) and also noticed that glx tends to be more laggy, but in other way - gpu accelerated terminals (alacritty, kitty) take ~1.5x more time...
@kwand i am on latest `next`, yes. Driver version 460.56, from [nvidia-all](https://github.com/Frogging-Family/nvidia-all), kernel is [linux-tkg](https://github.com/Frogging-Family/linux-tkg) 5.10.y lts with `muqss` and not much else (i found this combination of versions avoids...
> unless you want to prioritize smoothness at the cost of responsiveness. Actually, it seems that triple buffering gives me significantly better latency. No triple buffering, `ForceCompositionPipeline=On`: ``` glx Benchmark...
@kwand Okay, i tested whole bunch of things. Buckle up "Sync to vblank" and "allow flipping" are from nvidia OpenGL settings. I found by accident that they both were enabled,...
Do you use networkmanager with wpa_supplicant? Had similar experience with comfast cf 913ac v2 today. Switching to iwd (as suggested [here](https://askubuntu.com/a/1271252)) helped.