This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| - use ZZ while in normal mode to write and quit | |
| - use ZQ while in normal mode to quit | |
| - use vib to select everything inside the () | |
| - use viB to select everything inside {} | |
| - vi{ select all text inside { | |
| - va{ select text inside and the { | |
| - vi[ select text inside [ | |
| -va{ select text inside [ and the [ | |
| - viw to select the word | |
| - viW non blank characters |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "workbench.sideBar.location": "right", | |
| "editor.fontLigatures": true, | |
| "editor.fontFamily": "Geist Mono", | |
| "editor.tabSize": 2, | |
| "workbench.iconTheme": "eq-material-theme-icons", | |
| "workbench.colorTheme": "One Hunter Flexoki Dark", | |
| "editor.fontSize": 14, | |
| "editor.lineHeight": 22, | |
| "editor.letterSpacing": 0.5, |