Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jalescardoso/48ae74b2c72eca6f2ef361064c377f16 to your computer and use it in GitHub Desktop.
Save jalescardoso/48ae74b2c72eca6f2ef361064c377f16 to your computer and use it in GitHub Desktop.
workplace config

Run the following command:

xmodmap -e "pointer = 1 25 3 4 5 6 7 8 9"

To persist this behavior, edit nano ~/.Xmodmap and add

pointer = 1 25 3 4 5 6 7 8 9

{
"workbench.colorTheme": "Default Light+",
"workbench.iconTheme": null,
"workbench.startupEditor": "newUntitledFile",
"workbench.statusBar.visible": true,
"editor.dragAndDrop": false,
"git.enableSmartCommit": true,
"editor.tabSize": 2,
"editor.insertSpaces": false,
"explorer.autoReveal": true,
"git.confirmSync": false,
"window.title": "${dirty}${activeEditorLong}${separator}${rootName}${separator}${appName}",
"editor.multiCursorModifier": "ctrlCmd",
"editor.selectionClipboard": false,
"html.autoClosingTags": false,
"beautify.tabSize": 2,
"beautify.options": {
"indent_size": 2
},
"explorer.confirmDelete": false,
"editor.detectIndentation": false
}
// Place your key bindings in this file to overwrite the defaults
[
{
"key": "ctrl+s",
"command": "-workbench.action.files.save"
},
{
"key": "ctrl+s",
"command": "workbench.action.files.saveAll"
},
{
"key": "alt+left",
"command": "workbench.action.navigateBack"
},
{
"key": "ctrl+shift+-",
"command": "-workbench.action.navigateForward"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment