Guest User

Untitled

a guest
Mar 21st, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. // Place your settings in this file to overwrite the default settings
  2. {
  3. "editor.wordWrap": "off",
  4. "editor.lineNumbers": "on",
  5. "git.autofetch": false,
  6.  
  7. //"editor.fontSize": 14,
  8. //"editor.fontFamily": "Bitstream Vera Sans Mono",
  9. //"editor.fontFamily": "monaco-js",
  10. "editor.cursorBlinking": "solid",
  11. "editor.scrollBeyondLastLine": false,
  12. "vim.useSystemClipboard": true,
  13. "vim.useCtrlKeys": true,
  14. "vim.insertModeKeyBindings": [
  15. {
  16. "before": ["j", "k"],
  17. "after": ["<Esc>"]
  18. }
  19. ]
  20. ,
  21. //"editor.cursorStyle": "block",
  22. "window.zoomLevel": 0,
  23. "typescript.check.tscVersion": false,
  24. "vim.disableAnnoyingNeovimMessage": true
  25. }
Add Comment
Please, Sign In to add comment