赵泽文(Zhao Zev)
赵泽文(Zhao Zev)
> 我一直都在用Vimium C这个浏览器插件,这是它的Google商店地址https://chrome.google.com/webstore/detail/vimium-c-all-by-keyboard/hfjbmagddngcpeloejdejnfgbamkjaeg 下面是它用键盘实现的鼠标效果,我觉得这个方法比模拟鼠标移动好很多,但是可能在浏览器外不容易实现,希望作者考虑一下这种方法。  1. MyKeymap 是ahk脚本写的,想实现这个不太行。 2. 鼠标功能不仅是为了点击某个按钮,更是为了诸如拖动之类的操作。 3. 想实现系统级的屏幕按键点击, 我知道两个工具。 - [hunt-and-peck](https://github.com/zsims/hunt-and-peck) - [fluent search](https://fluentsearch.net)的屏幕搜索功能 4. 浏览器插件的话,个人认为 surfingkeys 比 vimium C 好用,你可以试试。 fluent search效果如下: 
[Operate Windows with key bindings like Vim.](https://github.com/pit-ray/win-vind)
Note that vim's builtin numbered marks couldn't be set mannually (see `:h :marks | /^Numbered`). That's why marks.nvim simply override the mapping `m` to it's "bookmark" function with annotation/description support....
The reason is that the way to use the `loop` option is not mapping ";D" to it (like hydra head), but to make an extra mapping that triggers the transient/sticky/hydra...
- Telescope has builtin `Telescope keymaps`. - [Snacks.picker](https://github.com/folke/snacks.nvim/blob/main/docs/picker.md) has builtin `lua Snacks.picker.keymap()`. - [fzf-lua](https://github.com/ibhagwan/fzf-lua?tab=readme-ov-file#commands) also has builtin `Fzf keymaps`.
> There's also the `?` (space bar then question mark if you haven't remapped your `` key to something other than the default space bar) combination. It gives you a...
> How about when group is option, change-preview-window:hidden? I have completion sources from various sources, which don't do the same thing on naming `group`: - file v.s. files - command...
> Shouldn't the if statement be closed? My fault. Fixed. > As fzf-tab-source would ignore preview settings like: > zstyle ':fzf-tab:*' fzf-flags --color=fg:1,fg+:2 --preview-window='hidden:right:50%:wrap:cycle' You can try `zstyle -L ":fzf-tab:*"`...
可以参考: [vimdesktop](https://github.com/goreliu/vimdesktop/blob/39a4bb6de499324edc5325b80e35abc25fb983a6/Core/Vim.ahk#L67) 按下prefix用msgbox显示当前可用key和描述。 效果: 