Skip to content

mguindin/vim-led-capslock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Vim LED Caps Lock Control

Control Caps Lock LED based off of VIM insert mode state

Only works on OS X (uses Core.Framework)

Add to vim

  au InsertEnter * silent !/Users/mguindin/led_control
  au InsertLeave * silent !/Users/mguindin/led_control 0

Modified from original Apple code: Apple HID LED test tool

Building

Build using XCode or just use the compiled binary, led_control, which will work on OS X 10.10 and 10.11

About

Vim LED Caps Lock toggle on insert mode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages