Skip to content

Instantly share code, notes, and snippets.

@budRich
Created September 6, 2017 18:02
Show Gist options
  • Save budRich/7462a0e6599d82f57636531a6779a824 to your computer and use it in GitHub Desktop.
Save budRich/7462a0e6599d82f57636531a6779a824 to your computer and use it in GitHub Desktop.
symbol declaration to use '##' as a symbol marker in you i3 config file when editing with sublime text. https://gist.github.com/budRich/7cee97217c0dff31b15e6619005f566b
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>name</key>
<string>Symbol List</string>
<key>scope</key>
<string>source.i3wm_config meta.scope.budsym.other.i3wm_config</string>
<key>settings</key>
<dict>
<key>showInSymbolList</key>
<integer>1</integer>
</dict>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment