Advertisement
Guest User

Untitled

a guest
Apr 24th, 2017
553
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1. {
  2. "workbench.sideBar.location": "right",
  3. "editor.wordWrap": "off",
  4. "vim.leader": ";",
  5. "vim.useSystemClipboard": true,
  6. "vim.easymotion": true,
  7. "vim.hlsearch": true,
  8. "vim.otherModesKeyBindingsNonRecursive": [
  9. {
  10. "before": [
  11. "leader","b"
  12. ],
  13. "after": [],
  14. "commands": [
  15. {
  16. "command": "workbench.action.toggleSidebarVisibility",
  17. "args": []
  18. }
  19. ]
  20. },
  21. {
  22. "before": [ "<space>" ],
  23. "after":[":"]
  24. },
  25. {
  26. "before": [ "<leader>", "w" ],
  27. "after":[],
  28. "commands": [
  29. {
  30. "command": "workbench.action.files.save",
  31. "args": []
  32. }
  33. ]
  34. },
  35. {
  36. "before": [ "<C-w>", "c" ],
  37. "after":[],
  38. "commands": [
  39. {
  40. "command": "workbench.action.closeActiveEditor",
  41. "args": []
  42. }
  43. ]
  44. }
  45. ],
  46.  
  47. // "terminal.integrated.shell.windows": "C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
  48. "window.zoomLevel": 0,
  49. "terminal.integrated.rightClickCopyPaste": false,
  50. "search.exclude": {
  51. "**/node_modules": true,
  52. "**/bower_components": true
  53. },
  54. // "terminal.integrated.shell.windows": "C:\\Windows\\sysnative\\bash.exe",
  55. // "terminal.integrated.shell.windows": "D:\\cmder\\vendor\\git-for-windows\\bin\\bash.exe",
  56. "terminal.integrated.shell.windows": "D:\\Git\\bin\\bash.exe",
  57. "terminal.integrated.shellArgs.windows": [ "-l" ],
  58. "vim.handleKeys": {
  59. },
  60. "sync.gist": "90d4cd89cce8d518b3d5e48a3e3dd882",
  61. "sync.lastUpload": "2017-04-24T05:31:55.485Z",
  62. "sync.autoDownload": false,
  63. "sync.autoUpload": false,
  64. "sync.lastDownload": "",
  65. "sync.version": 262,
  66. "sync.showSummary": true,
  67. "sync.forceDownload": false,
  68. "sync.anonymousGist": false,
  69. "sync.host": "",
  70. "sync.pathPrefix": "",
  71. "shareCode.github.username": "javy_liu@163.com",
  72. "shareCode.github.authtoken": "a2ab45aed62af7a521080101ef5e96555fe69300",
  73. "shareCode.openSharedCodeInBrowser": false
  74. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement