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

Block or report sedm0784

Report abuse

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

Report abuse
sedm0784/README.md

Pinned Loading

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

    Why should smartphones get all the fun?

    Vim Script 201 4

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

    Magical rainbows in your Vim

    Vim Script 10 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