Last active
April 20, 2019 20:51
-
-
Save dotiful/b2b2e0344fe4ea3ff9a0cdc7bad5a51f to your computer and use it in GitHub Desktop.
Revisions
-
dotiful revised this gist
Apr 20, 2019 . No changes.There are no files selected for viewing
-
dotiful revised this gist
Apr 20, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ [sVim](https://github.com/flipxfx/sVim) is a Safari extension with shortcuts similar to Vim [sVimrc](https://gist.github.com/dotiful/e851b4cb2d9f557b1611b72f59fbf48f) settings # Get it - Install from [Safari Extensions gallery](https://safari-extensions.apple.com/details/?id=com.flipxfx.svim-6Q2K7JYUZ6) -
dotiful revised this gist
Apr 20, 2019 . No changes.There are no files selected for viewing
-
dotiful renamed this gist
Apr 20, 2019 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
dotiful revised this gist
Apr 20, 2019 . 2 changed files with 10 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,10 @@ [sVim](https://github.com/flipxfx/sVim) is a Safari extension with shortcuts similar to Vim [sVimrc Settings](https://gist.github.com/dotiful/e851b4cb2d9f557b1611b72f59fbf48f) # Get it - Install from [Safari Extensions gallery](https://safari-extensions.apple.com/details/?id=com.flipxfx.svim-6Q2K7JYUZ6) - Download from [GitHub repo](https://github.com/flipxfx/sVim/releases/latest) ## Link Hints  File renamed without changes. -
dotiful revised this gist
Apr 20, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,7 +5,7 @@ |___/ \_/ |_|_| |_| |_|\___|___/___/ @author : Artem Medvedev @link : https://gist.github.com/dotiful/b2b2e0344fe4ea3ff9a0cdc7bad5a51f @description : Safari extension with shortcuts similar to Vim vim: set ft=css -
dotiful revised this gist
Apr 12, 2019 . No changes.There are no files selected for viewing
-
dotiful revised this gist
Apr 1, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,7 +5,7 @@ |___/ \_/ |_|_| |_| |_|\___|___/___/ @author : Artem Medvedev @link : https://gist.github.com/artdevjs/b2b2e0344fe4ea3ff9a0cdc7bad5a51f @description : Safari extension with shortcuts similar to Vim vim: set ft=css -
dotiful created this gist
Mar 25, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,44 @@ /* _ ___/\ /(_)_ __ ___ ___ ___ ___ / __\ \ / / | '_ ` _ \ / __/ __/ __| \__ \\ V /| | | | | | | (__\__ \__ \ |___/ \_/ |_|_| |_| |_|\___|___/___/ @author : Artem Medvedev @link : https://gist.github.com/artdevjs/4e1cd4ffb9a7f4171fb35e93eb53be86 @description : Safari extension with shortcuts similar to Vim vim: set ft=css */ .sVim-hint { background: initial; background-color: #3a5f82; color: #fff; font-size: 9pt; font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica,Arial, sans-serif; font-weight: 700; line-height: 14px; letter-spacing: 2px; border: solid 3px #3a5f82; border-radius: 3px; padding: 0px 2px 0px 2px; opacity: 1; transition: .2s; } .sVim-hint.sVim-hint-focused:first-letter { color: #b1b1b1; } .sVim-hint.sVim-hint-hidden { opacity: 0; } /*.sVim-hint.sVim-hint-focused { }*/ /*.sVim-hint.sVim-hint-form { }*/