Skip to content

Instantly share code, notes, and snippets.

@dotiful
Last active April 20, 2019 20:51
Show Gist options
  • Select an option

  • Save dotiful/b2b2e0344fe4ea3ff9a0cdc7bad5a51f to your computer and use it in GitHub Desktop.

Select an option

Save dotiful/b2b2e0344fe4ea3ff9a0cdc7bad5a51f to your computer and use it in GitHub Desktop.

Revisions

  1. dotiful revised this gist Apr 20, 2019. No changes.
  2. dotiful revised this gist Apr 20, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion help.md
    Original 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 Settings](https://gist.github.com/dotiful/e851b4cb2d9f557b1611b72f59fbf48f)
    [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)
  3. dotiful revised this gist Apr 20, 2019. No changes.
  4. dotiful renamed this gist Apr 20, 2019. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  5. dotiful revised this gist Apr 20, 2019. 2 changed files with 10 additions and 0 deletions.
    10 changes: 10 additions & 0 deletions help.md
    Original 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
    ![](https://i.imgur.com/OCiGUb3.png)
    File renamed without changes.
  6. dotiful revised this gist Apr 20, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion sVimcss
    Original file line number Diff line number Diff line change
    @@ -5,7 +5,7 @@
    |___/ \_/ |_|_| |_| |_|\___|___/___/

    @author : Artem Medvedev
    @link : https://gist.github.com/artdevjs/b2b2e0344fe4ea3ff9a0cdc7bad5a51f
    @link : https://gist.github.com/dotiful/b2b2e0344fe4ea3ff9a0cdc7bad5a51f
    @description : Safari extension with shortcuts similar to Vim

    vim: set ft=css
  7. dotiful revised this gist Apr 12, 2019. No changes.
  8. dotiful revised this gist Apr 1, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion sVimcss
    Original file line number Diff line number Diff line change
    @@ -5,7 +5,7 @@
    |___/ \_/ |_|_| |_| |_|\___|___/___/

    @author : Artem Medvedev
    @link : https://gist.github.com/artdevjs/4e1cd4ffb9a7f4171fb35e93eb53be86
    @link : https://gist.github.com/artdevjs/b2b2e0344fe4ea3ff9a0cdc7bad5a51f
    @description : Safari extension with shortcuts similar to Vim

    vim: set ft=css
  9. dotiful created this gist Mar 25, 2019.
    44 changes: 44 additions & 0 deletions sVimcss
    Original 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 {

    }*/