Skip to content

Instantly share code, notes, and snippets.

@karkianish
Created July 31, 2018 19:32
Show Gist options
  • Save karkianish/7f194aa919849411b39bdca289e76f5e to your computer and use it in GitHub Desktop.
Save karkianish/7f194aa919849411b39bdca289e76f5e to your computer and use it in GitHub Desktop.
#SingleInstance force ;this supresses the dialogue box that confirms about running a new instance when an instance is already running.
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
;this is useful when using Vimium and I need to escape the entry field; my fav is when escaping intellisense help in VS
Capslock::Esc
;since we decided to use double quotes in our code-base, this is to skip having to hit shift all the damn time
;"::'
;'::"
;the mapping below is for ease of use of sqlprompt's intelisense in .
;LShift::RAlt
;gist id to upload settings file
::_gist::86828141c3f425683f7418ff047e61ba035cfa54
::btw::by the way,
::Btw::By the way,
::shrug::¯\_(ツ)_/¯
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment