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" | |
| } | |
| ] |