Skip to content

Instantly share code, notes, and snippets.

@eddietejeda
Last active October 9, 2021 00:19
Show Gist options
  • Save eddietejeda/9b28aee1327993acdf0fed27660bacfe to your computer and use it in GitHub Desktop.
Save eddietejeda/9b28aee1327993acdf0fed27660bacfe to your computer and use it in GitHub Desktop.
Micro settings ~/.config/micro/settings.json
{
"clipboard": "internal",
"colorscheme": "monokai",
"diffgutter": true,
"ft:unknown": {
"filetype": "shell"
},
"hlsearch": true,
"keepautoindent": true,
"mouse": false,
"savecursor": true,
"tabsize": 2,
"tabstospaces": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment