Skip to content
View mwgkgk's full-sized avatar
Block or Report

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

  1. dotfiles dotfiles Public

    vim, vifm, tmux, fzf, fish, sxhkd

    Vim Script 13

  2. vim-operator-append vim-operator-append Public

    Enter insert mode after the text specified by a motion.

    Vim Script 2

  3. vim-operator-insert vim-operator-insert Public

    Enter insert mode before the text specified by a motion.

    Vim Script 2 1

  4. vim-sync-schemes vim-sync-schemes Public

    Synchronize colorschemes between Vim instances.

    Vim Script

  5. Fuzzy find with per-directory frecen... Fuzzy find with per-directory frecency (using fd, fzf, fre)
    1
    #!/bin/dash
    2
    
    
    3
    set -o errexit
    4
    set -o nounset
    5