yuanc

Results 19 comments of yuanc

> 是可以的。分享我的方案: > > 1. 需使用windows自带远程桌面 (Remote Desktop Connection),其他远程桌面如Teamviewer等,不一定可用。 > 2. 远程电脑上开启capslock+ > 3. 修改本机capslock+代码,在使用远程桌面时屏蔽快捷键,具体为在`Capslock+.ahk`以下位置新增两行代码: > > ```ahk > ; ...... 导入各种包 > start: > > ;-----------------START----------------- > #IfWinNotActive, ahk_exe...

i have resolve , it cause by dns problem, bind service down systemctl status bind9 Aug 09 17:22:30 wyi named[14633]: /etc/bind/named.conf.options:21: unknown option '-validation' just comment this line it is...

添加当前网页到某个收藏文件夹(openBookmark) 这个就是我需要的功能, 就是按某个快捷键,比如 CTRL+B出现 匹配窗口,然后 关键字 过滤 定位到需要存放的 具体目录,再回车就完成了。 只要这个完成, 浏览器默认 CTRL+D就可以快速 编辑刚刚保存的书签。 然后 , b或者B,就可以形成从书签保存到复用的闭环了。

> You may select a suggestion and then press `Ctrl+Shift+Enter` to open it in a new background tab while keep Vomnibar showing. this is good and how can I not...

> `Alt+Number` has been used to select a suggestion and open it quickly, so in Vimium C it can not work as `Ctrl+Shift+Enter`. > > If the `favorite tags` means...

> very good , just what I need, but there still some problem. it will display history records. ![image](https://github.com/gdh1995/vimium-c/assets/11435527/8aa8ff81-c68f-479c-bc7b-287e1493d57e) ![image](https://github.com/gdh1995/vimium-c/assets/11435527/43bd0757-92de-4ed0-94e5-bf876777d4ce)

> You may type `:s closetabs issues`, and then Vomnibar won't show any other suggestions except the one from "search engine". Hi, I try your suggestion, but I could not...

> The keypoint is `filter=title=$s` in the above mapping - with this, Vimium C only searches in `title` of tabs. > > You may use > > ``` > closetabs:...

closetabs: vimium://run/closeSomeOtherTabs#other&#filter=title=$s this is work sometimes but after my successfully close the filtered tabs and I try again another keywords , it will not work again ![image](://github.com/gdh1995/vimium-c/assets/11435527/fbbc405d-c345-436c-9cb6-b44925e19a97) it is still...