Jethro Cao

Results 9 issues of Jethro Cao

### Environment - OS: - [x] Linux (Fedora 32) - Vim: - [x] NeoVim ### `:version` ``` NVIM v0.4.4 Build type: RelWithDebInfo LuaJIT 2.1.0-beta3 Compilation: /usr/bin/cc -O2 -g -pipe -Wall...

Instead making users download 4 file engine binaries (3 of which they will never use or even all 4 if their OS+arch doesn't match any of them), it makes more...

status: in-progress
priority: 2 - low
enhancement: internal dev

The current recommendation for `g:CtrlSpaceGlobCommand` in the README is to use `ag`. Better tools now exist since CtrlSpace first came into being, and either [`rg`](https://github.com/BurntSushi/ripgrep) or [`fd`](https://github.com/sharkdp/fd) should be recommended...

status: in-progress
priority: 1 - middle
enhancement: docs & help

I installed CUPS on my x86 router box, which runs IPFire, and connected my old Samsung ML-2510 printer to it by USB. However after successfully setting it up by following...

Hi, I'm trying to incorporate your excellent library into my EFCore model classes, for example: ```csharp public partial class Account { public Account() { WorkerGroups = new HashSet(); } public...

I don't know how to reproduce this issue consistently, but it happens with enough frequency (1-2x per 6-8 hours of programming) that it has become fairly unpleasant to deal with....

As the title says, is it at all possible to add an option for users to move across the line by repeating `f`, `F`, `t` and `T`, instead of Vim's...

feature-request

Hi @erickpintor, I want to bring to your attention that the way the pane-modes are currently displayed is incorrect. The error occurs on [this line](https://github.com/tmux-plugins/tmux-prefix-highlight/blob/13a16701207f3aac846cf7daed3f45ed3e7ea756/prefix_highlight.tmux#L87) (and the related line 2...

I apologize in advance if this turns out to be a dumb question. But grepping through the source code, I don't see any actual calls to Poison functions (it's used...