Skip to content

Instantly share code, notes, and snippets.

View ylixir's full-sized avatar

Jon Allen ylixir

View GitHub Profile
@ylixir
ylixir / focus-follows-mouse-atom
Last active November 23, 2015 22:49
Focus follows mouse for Atom editor
# Focus Follows Mouse
# -----------------------------------------
# put this in init.coffee
focusPane = (item) ->
item.activate()
try
item.activeItem.focusTerm()
catch err
console.log(err)