kekscode
kekscode
> I had a quick look and generally it works, but I litterally just switched to the branch, did a `:Lazy sync` and tried to activate/deactivate replacer and then re-visiting...
I did this (and tried again), but `` still pastes what is currently selected in the picker window in the line above the cursor. I think i have to dive...
Pretty sure now, that the custom mappings do not get applied at all, even with `use_default_mappings` as `false`. The `function yank_history.attach_mappings(_, map)` looks good, though i am not used to...
I changed this now and get a different telescope window: ```diff +vim.api.nvim_set_keymap("n", "y", 'YankyRingHistory', -vim.api.nvim_set_keymap("n", "y", 'lua require("telescope").extensions.yank_history.yank_history({ })', ``` and in this window, `
I tried various `restore_clipboard_delay` values from `50` to `10000`, but no success. Checking `keyboard_layout` now. The log actually says: ``` 23:41:19 [worker(13377)] [WARN] unable to determine keyboard layout automat ically,...
I checked `/etc/default/keyboard` and added this snippet (and also did some try/error changes): ```yaml keyboard_layout: layout: "us" model: "pc105" ``` no change at all, still working everywhere i try except...
Update: I toyed around with the matcher config and things are actually more complex as it seems. This is my full config: ```yaml matches: # Umlauts - trigger: ",s" replace:...
@smeech Thanks for the explanation and for mentioning `propagate_case` — very helpful. I’ll double-check my keyboard config. Not sure if I’ll have time to dig into Ghostty, since modern terminal...
Maybe more specifically terminal emulation and wayland(?) then? Just mentioning this because I have the very same configuration running on macos without any issues in any software, including ghostty. Even...