Lucas Burns
Lucas Burns
I like to use both the quickfix window and telescope. I think that it would be cool if there was some sort of telescope extension that could be packaged with...
- [x] I have read through the manual page (`man fzf`) - [x] I have the latest version of fzf - [x] I have searched through the existing issues ##...
I have this function: ```zsh cmd trash ${{ rip -- $fx dunstify -a lf " Deleted File(s)" "${(F)${fx:t2}}" && print -Pr "%F{3}%B*%b %F{14}%U$fx%u%f [%F{1}%Bdeleted%f%b]" }} ``` The section where `${(F)${fx:t2}}`...
The reason I am requesting this is because the latest nightly version has caused an error with an autocommand that I have that restores the cursor position. I would like...
I think it would be cool to have a feature that can be enabled to have a scratchpad for each directory the user is in. This could also be used...
All of the other operators (i.e, `g`, `y`, `c`, and `v`) work just fine. However, I have remapped `d` to `"_d` because I do not want to copy what I...
If I have any class, and I get a warning like the following on a function that is being given a class field as a parameter (e.g., `tohex(class_name.class_field)`): ``` Cannot...
In [`PEP 604`](https://www.python.org/dev/peps/pep-0604/), the pipe symbol (`|`) was implemented as a `Union` operator and when using it in cases such as the following, the types aren't recognized to be highlighted....
Configuration ```yaml column_limit: 90 indent_width: 2 use_tab: false tab_width: 4 continuation_indent_width: 4 keep_simple_control_block_one_line: false keep_simple_function_one_line: false align_args: true align_parameter: false align_table_field: true spaces_before_call: 1 spaces_inside_functioncall_parens: false spaces_inside_functiondef_parens: false spaces_inside_table_braces: true...
**Describe the bug** Debug messages are displayed throughout the program. I looked for an environment variable that maybe I had set and couldn't find anything. Then I looked over the...