Skip to content

Instantly share code, notes, and snippets.

View r3nanp's full-sized avatar
💻
probably coding

Renan Pereira r3nanp

💻
probably coding
View GitHub Profile
@r3nanp
r3nanp / keybindings.json
Last active November 14, 2020 21:43
My VS Code settings
[
{
"key": "ctrl+shift+i",
"command": "editor.action.formatDocument",
"when": "editorHasDocumentFormattingProvider && editorHasDocumentFormattingProvider && editorTextFocus && !editorReadonly"
},
{
"key": "ctrl+alt+down",
"command": "editor.action.copyLinesDownAction",
"when": "editorTextFocus && !editorReadonly"
@r3nanp
r3nanp / index.html
Created October 6, 2020 19:31
Speech API
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
</meta>
<meta name="viewport" content="width=device-width, initial-scale=">
</meta>
<title>Speech API</title>
</head>