Guest User

Untitled

a guest
Aug 18th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. {
  2. "workbench.iconTheme": "file-icons",
  3. "editor.fontFamily": "'Fira Code'",
  4. "editor.fontLigatures": true,
  5. "editor.multiCursorModifier": "ctrlCmd",
  6. "vim.insertModeKeyBindings": [
  7. {
  8. "before": ["k", "j"],
  9. "after": ["<Esc>"]
  10. }
  11. ],
  12. "workbench.colorTheme": "Dracula",
  13. "vim.handleKeys": {
  14. "<C-d>": false
  15. },
  16. "vim.useSystemClipboard": true
  17. }
Add Comment
Please, Sign In to add comment