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

Block or report sedm0784

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
sedm0784/README.md

Pinned

  1. vim-you-autocorrect vim-you-autocorrect Public

    Why should smartphones get all the fun?

    Vim Script 202 4

  2. vim-rainbow-trails vim-rainbow-trails Public

    Magical rainbows in your Vim

    Vim Script 8 2

  3. vim-resize-mode vim-resize-mode Public

    A Vim mode for easier window resizing

    Vim Script 11

  4. AutoHotkey script to map Caps Lock t... AutoHotkey script to map Caps Lock to Escape when it's pressed on its own and Ctrl when used in combination with another key, à la Steve Losh. Adapted from one that does something similar with the Ctrl Key on the Vim Tips Wiki (http://vim.wikia.com/wiki/Map_caps_lock_to_escape_in_Windows?oldid=32281). (Plus contribs from @randy909 & @mmikeww.)
    1
    g_LastCtrlKeyDownTime := 0
    2
    g_AbortSendEsc := false
    3
    g_ControlRepeatDetected := false
    4
    
                  
    5
    *CapsLock::
  5. thereiclippedit thereiclippedit Public

    A tool for sending your clipboard from iOS to your computer and back

    Python 2