KITAGAWA Yasutaka

Results 23 comments of KITAGAWA Yasutaka

I'm not sure I understand your question correctly, but I will comment on what I understand about `DELIMITER`. `DELIMITER` is a field separator that separates tags, descriptions, commands, and other...

@gabriel-vanzandycke > Can someone assist me for setting up tests ? Can't run `cargo test`? Or are you trying to run `./tests/run`? I think that `./tests/run` is intended to be...

Please make displaying multiple lines optional. I'd like to display the search table compactly.

Comments are not displayed correctly when a snippet follows a variable. It includes comments from the previous snippet. this branch: master: I tested it with this snippet. https://github.com/denisidoro/navi/blob/b01291e04041ea617de8d9ee7be628e4ac64e241/tests/no_prompt_cheats/cases.cheat#L64-L82

After re-reading the code, I realized that this change could affect more than just the intended part. My intention is to omit redundant `--delimiter` options for variables. My use cases...

In the case of selecting a column that contains a single space without specifying a delimiter, this change will change the behavior. I don't know if there is a specific...

I opened a new issue #940 .

@SoftBlankie Add fzf option `--preview-window wrap` to `finder.overrides` in config.yaml. ```yaml finder: command: fzf overrides: --preview-window wrap ``` Select a snippet and type `Ctrl + Down` to scroll preview. If...

@ethanfangg I submitted a PR (https://github.com/microsoft/PowerToys/pull/34697). Would you review the PR?

I set `unnamedplus` to `clipboard`. When I operate a yank or delete, the text is stored in the unnamed register. When using snippets, if `TM_SELECTED_TEXT` is included, the text in...