Skip to content

Instantly share code, notes, and snippets.

@dave-burke
Created October 8, 2013 16:39
Show Gist options
  • Save dave-burke/6887550 to your computer and use it in GitHub Desktop.
Save dave-burke/6887550 to your computer and use it in GitHub Desktop.
My Autohotkey config
;Hotkeys
SendMode Input
^!t::Run C:\cygwin\bin\mintty.exe -i /Cygwin-Terminal.ico -t "zsh" -e C:\cygwin\bin\zsh.exe -l -i
^!m::Send {Volume_Mute}
;Swap Capslock and Backspace
Capslock::Backspace
Backspace::Capslock
;Swap Function key and control key (DOESN'T WORK)
;SC163::LControl
;LControl::Send {vkFFsc163}
/*
*=do not require ending char
?=replace even inside a word
c=case sensitive
o=omit ending char
*/
;Fix spelling errors
:c:teh::the
:c:ahve::have
:c*?:reciev::receiv
:c:nto::not
:c:ncie::nice
:c*:alwasy::always
:c*:anythign::anything
::fo::of
:c*?:igratino::igration
:c*?:igraiton::igration
:c*?:developement::development
:c:yoru::your
:c:jsut::just
:c:kwno::know
:c:knwo::know
:c:woudl::would
:c:versino::version
:c:explicitely::explicitly
:c:eamil::email
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment