Skip to content

Instantly share code, notes, and snippets.

@fobbyal
Created July 30, 2018 15:43
Show Gist options
  • Save fobbyal/57e099f6be8d5bda90bd6a72a04bf114 to your computer and use it in GitHub Desktop.
Save fobbyal/57e099f6be8d5bda90bd6a72a04bf114 to your computer and use it in GitHub Desktop.
code settings
{
"vim.insertModeKeyBindings": [
{
"before": [
"j",
"k"
],
"after": [
"<Esc>"
]
},
{
"before": [
"k",
"j"
],
"after": [
"<Esc>"
]
},
{
"before": [
"<leader>",
"f"
],
"after": [],
"commands": [
{
"command": "editor.action.formatDocument"
}
]
}
],
"vim.leader": ",",
"vim.easymotion": true,
"sync.gist": "dbdeb303ae792d9e5881aae10ce3565a",
"sync.lastUpload": "2018-05-21T03:36:55.175Z",
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.lastDownload": "2018-05-21T02:33:10.332Z",
"sync.forceDownload": false,
"sync.host": "",
"sync.pathPrefix": "",
"sync.quietSync": false,
"sync.askGistName": false,
"window.zoomLevel": 1,
"prettier.semi": false,
"prettier.singleQuote": true,
"prettier.trailingComma": "es5",
"editor.formatOnSave": false,
"[javascript]": {
"editor.formatOnSave": true
},
"editor.fontFamily": "'MonacoNerdFontComplete Nerd Font','Monaco','Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'",
"extensions.ignoreRecommendations": false,
"workbench.statusBar.visible": false,
"git.enableSmartCommit": true,
"git.autofetch": true,
"sync.removeExtensions": true,
"sync.syncExtensions": true,
"files.associations": {
"*.json": "json"
},
"vim.easymotionMarkerFontWeight": "bold",
"vim.easymotionMarkerFontFamily": "'MonacoNerdFontComplete Nerd Font','Monaco','Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'",
"vim.easymotionMarkerForegroundColorOneChar": "orange",
"vim.easymotionMarkerForegroundColorTwoChar": "orange",
"vim.easymotionMarkerYOffset": 2,
"vim.easymotionMarkerHeight": 18,
"vim.easymotionMarkerBackgroundColor": "black",
"vim.easymotionKeys": "hklyuiopnm,qwertzxcvbasdgjf;",
"gitlens.keymap": "chorded",
"gitlens.historyExplorer.enabled": true,
"gitlens.advanced.messages": {
"suppressShowKeyBindingsNotice": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment