Skip to content

Instantly share code, notes, and snippets.

@juliandunn
Last active August 10, 2016 06:55
Show Gist options
  • Save juliandunn/6812309 to your computer and use it in GitHub Desktop.
Save juliandunn/6812309 to your computer and use it in GitHub Desktop.
knife[:editor] settings on windows

Notepad++

knife[:editor] = '"C:\Program Files (x86)\Notepad++\notepad++.exe" -nosession -multiInst'

Sublime Text

knife[:editor] = '"C:\Program Files\Sublime Text 2\sublime_text.exe" --wait'

Textpad

knife[:editor] = '"C:\Program Files (x86)\TextPad 7\TextPad.exe"'

Vim

knife[:editor] = '"C:\Program Files (x86)\vim\vim74\gvim.exe"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment