fjchen7

Results 18 issues of 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...

new feature

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. ![image](https://user-images.githubusercontent.com/10106636/169959754-c2224602-5228-4d37-8d4a-d268971109d2.png)...

我看了一些issue说实现方式是直接拉网页内容然后进行解析的。 这样的话,是否可以添加英英释义和柯林斯英汉双解大词典中的内容? ![image](https://user-images.githubusercontent.com/10106636/174434074-dfa326ec-76f2-4e29-ae33-e5c8b17be8bb.png) (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. ![image](https://user-images.githubusercontent.com/10106636/200993396-a3d824f1-f92b-48a3-9317-249a5a4f27da.png) 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")...

help wanted
question

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.