Chenyu Lu

Results 13 comments of Chenyu Lu

I did a little experiment on this subject. By exploring the official guide and the API, I found that we will lose some control to safari due to the lack...

@abrookins In my opinion, not so much. I have already a migrated version running on default settings and without control to safari tabs.

@nikitavoloboev I will commit it to a new branch on my fork.

@abrookins @nikitavoloboev The migrated Xcode project: [link](https://github.com/luchenyuxx/sVim/tree/app). Use Xcode to open it. Follow the official guide to launch and use it in Safari.

It's absolutely possible in sVim. Feel free to implement it. I will also try it on my side.

Hello @nikitavoloboev, I was working on another feature recently (you can check my pull request). To start, you can check the file sVimTab.js, this file is loaded when a page...

@nikitavoloboev Sorry for the late response. Sure, I can try to write a Contributing.md. Generally speaking, the codes loaded once are in [sVimGlobal.html](https://github.com/flipxfx/sVim/blob/master/sVim.safariextension/sVimGlobal.html), and for every tab opened, the codes...

@nikitavoloboev you can find it in sVim settings.

calling the function right away return the function to be registered.

@nikitavoloboev you can change your hint style in the settings. Change it to another colour if the current one is not visible. ``` .sVim-hint { background-color: #FFFF01; color: #000000; font-size:...