fjchen7
fjchen7
**Is your feature request related to a problem? Please describe.** I am using zsh. I try to modify zsh navi wdiget script to make it memorize last query. What I...
Meme needs `trackingID` to track traffic in Google Analytics. Only Universal Analytics has `tracingID` (see [here](https://support.google.com/analytics/answer/9539598?hl=en&ref_topic=9303319)), and this product is going to stop collecting data starting July 1, 2023. ...
我看了一些issue说实现方式是直接拉网页内容然后进行解析的。 这样的话,是否可以添加英英释义和柯林斯英汉双解大词典中的内容?  (https://dict.youdao.com/w/eng/hello)
If I run `:ChatGPTEditWithInstructions` in current session and then quit nvim by `:qa`, then error happens: However I can't find the buffer 8 Here is my configuration ```lua return {...
- [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 ##...
When I toggle preview by `m:`, the cursor will enter to preview window and I need to use `:q` to quit. It is inconvenient. Can we add some actions binding...
I use [Gitsigns](https://github.com/lewis6991/gitsigns.nvim) and find that color of marks.nvim distracted.  I try to clear color of the highlight group `MarkSignNumHL`. Here is the effect after setting `:highlight link MarkSignNumHL...
I found that `setup` method will change cwd. If I enter vim under fold `repo/subdir/`, current CWD won't be `subdir` but the git repo root. When I comment the `setup`...
Here is my configuration ```lua return { "aserowy/tmux.nvim", event = "VeryLazy", opts = { resize = { enable_default_keybindings = false, } }, config = function(_, opts) local tmux = require("tmux")...
Can I hide the title bar in non-fullscreen window? This title bar occupies an extra line and is useless as I do everything in nvim.