Skip to content

Instantly share code, notes, and snippets.

@andrewgunn
Last active December 17, 2015 22:39
Show Gist options
  • Select an option

  • Save andrewgunn/5683821 to your computer and use it in GitHub Desktop.

Select an option

Save andrewgunn/5683821 to your computer and use it in GitHub Desktop.
  • Right click > Edit > Settings...
  • Tick "Save settings to user directory"
  • Console
    • Change the startup directory to C:\
  • Appearance
    • Set the font to "Consolas"
    • Set the font size to 15
  • Appearance > More...
    • Untick "Show menu"
    • Untick "Show toolbar"
    • Untick "Show status bar"
    • Set the window transparency to 40 (active and inactive)
  • Behaviour
    • Tick "Copy on select"
  • Hotkeys
    • Assign "New Tab 1" to CTRL+T
    • Assign "Copy selection" to CTRL+C
    • Assign "Paste" to CTRL+V
    • Untick "Use scroll lock for scrolling"
  • Hotkeys > Mouse
    • Assign "Left" to "Select text"
  • Tabs
    • Delete all existing tabs
    • Powershell tab
      • Title: Powershell
      • Icon: Powershell icon (AwesomeVSIconsYouShouldNotHave)
      • Shell: %SystemRoot%\syswow64\WindowsPowerShell\v1.0\powershell.exe
        • Create a custom batch file to run Powershell and import any SSH keys
      • Startup dir: C:\
    • Console tab
      • Title: Console
      • Icon: Visual Studio Command icon (AwesomeVSIconsYouShouldNotHave)
      • Shell: %comspec% /k ""C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat"" x86
      • Startup dir: C:\
    • Startup tabs - http://stackoverflow.com/questions/11025645/bat-file-to-open-executable-within-console2

AwesomeVSIconsYouShouldNotHanve: https://skydrive.live.com/?cid=cd06a7367371152c&id=CD06A7367371152C%21382

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment