tomKPZ

Results 13 issues of tomKPZ

I'm setting up the plugin like this: ``` require("which-key").setup({ triggers_nowait = { "", "" } }) ``` I expect there to be no delay in showing the which-key menu when...

![nf-small-icons](https://user-images.githubusercontent.com/9124077/121458025-7bbc1f80-c95d-11eb-8b1e-5d5f58a747e2.png) Repro steps: - Run ```font-patcher -lwc src/unpatched-fonts/FiraCode/Retina/FiraCode-Retina.ttf``` - Install the font and enable it in Windows Terminal I've bisected the issue to this commit: https://github.com/ryanoasis/nerd-fonts/commit/d0bf73a19c3459aab39734a05159e2694911d7d6 Reverting the changes to...

Currently the best way to type out something like ```dancedancedancedance``` is ```idance3.```. However it would be ideal to achieve this in a more direct way. Vim allows ```5idance``` and kakoune...

kakoune-like

Use this file: ``` int main(void) { printf("hello world\n"); return 0; } ``` Select from ```p``` to ```;``` on the ```printf``` line. Now running ```tree-select-parent-node```, ```tree-select-next-node```, and ```tree-select-previous-node``` are no-ops.

This issue seems to occur with Chrome windows at 2x scaling. Issue doesn't occur on sway. See this video for a demo: https://user-images.githubusercontent.com/9124077/215848089-2769c549-2ee2-4464-9b1f-86e9700f02bb.mp4

bug

The default mode of the kitty terminal is to wait until output from all subprocesses is finished before closing. This means running `wl-copy asdf; exit` will exit the shell but...

The intention of `recursive_will_execute` is to count the number of nodes that will be executed given some target nodes. However, the implementation used a list instead of a set for...

Fixes https://github.com/danr/kakoune-easymotion/issues/27 The strategy is to select the newlines in addition to the targets so that we can keep track of line lengths. Then if a range would have replaced...