Sebastian Gniazdowski
Sebastian Gniazdowski
After rather unfun `FILE *f = fopen("…"); fprintf(f,"…"); …` or `report("…");` experiences when needed to debug something I've decided to write a debugging function¯o for the 21th century. Features: -...
View-blob has currently problems with input - backspace and cursors do not work. I looked at the source and the input is realized via prompt_incremental_input(). However it seems that the...
I'm using the following bindings with much of comfort from them. I thought that maybe they could be added to the default `.tigrc`? ``` # Open up all files affected...
Would it be hard to add view-terminal, that would provide a view with a terminal (embedded), like e.g.: in Vim (`:terminal` to open it)? Would be a patch providing such...
I'm thinking about creating a plugin for Zsh, but also possibly for Bash, that would supply e.g.: a bindings that would display a fzf-backed list of Makefile targets and run...
Hi, I think that this PR implements quite a valuable features, which all converge to a very useful use case (explained at the end). The features are: ## The patches...
I have a very useful idea/config - make errors browser - point the error and press enter to open editor on it (details available at: https://stackoverflow.com/questions/68493494). However, I also need...
I'm trying to resolve a [Sublime Text (SO)](https://stackoverflow.com/questions/65277917/is-it-possible-to-add-a-global-x11-binding-via-to-sublime-text-3) problem and I've stumbled upon `xkeysnail`. Would it be possible to use it for the solution? In other words, to: - catch...
### If the feature request is for a plugin or theme, specify it here. _No response_ ### If the feature solves a problem you have, specify it here. _No response_...
## Description Add a single conditional that checks if `$ZPFX/man/man1/zinit.1` exists and copies it if not. ## Motivation and Context There is a manual page of zinit – in `doc/zinit.1`....