Arash
Arash
We have that `=>` is shorthand for `arrow.r.double` and `>=` is shorthand for `gt.eq` but `arrow.l.double` has no shorthand notation as the shorthand for `lt.eq` is `
When running `tree`, only a tree is printed out. When using erd, a tree and a count of directories/files is printed out. It would be convenient to provide an option...
When running `erd --layout=flat` or `erd --layout=iflat`, extra spaces are printed in their output. **Example** `erd --layout=flat --suppress-size -L1` prints ``` scripts Books dotfiles Screenshots Downloads go araaha 5 directories,...
This pull request fixed the issue by appending the line `$reset_prompt && zvm_postpone_reset_prompt false true` to the respective functions
- Terminal program: Alacritty - Operating system: Arch - ZSH framework: None - ZSH version: 5.9 - ZVM version: 0.11.0 ## Basic examination - [x] I have read through the...
In less, when using the `-j (--jump-target)` option, we can center search results by specifying a line on the screen where the "target" line is to be positioned. In this...
**Describe the bug** When using `:HopChar1CurrentLineAC` with the cursor on some character `X`, if there is at least one more `X` ahead on the line, `:HopChar1CurrentLineAC` creates a jump character...
Added ``repeat_key`` to go back to previous hint state. Previously, if a mistake was made when initially pressing a ``key``, undoing the mistake would require running the command again (e.g....
In many applications that allow for hints (alacritty, vimium in the browser), pressing backspace after the initial key press allows you to go back to the previous hint state. Would...