Skip to content
View mwgkgk's full-sized avatar

Block or report mwgkgk

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. dotfiles Public

    vim, vifm, tmux, fzf, fish, sxhkd

    Vim Script 13 1

  2. vim-operator-append Public

    Enter insert mode after the text specified by a motion.

    Vim Script 2

  3. vim-operator-insert Public

    Enter insert mode before the text specified by a motion.

    Vim Script 2 1

  4. vim-sync-schemes Public

    Synchronize colorschemes between Vim instances.

    Vim Script

  5. Fuzzy find with per-directory frecen...
    1
    #!/bin/dash
    2
    
                  
    3
    set -o errexit
    4
    set -o nounset
    5