Skip to content

Instantly share code, notes, and snippets.

View einargudnig's full-sized avatar

Einar Guðni Guðjónsson einargudnig

View GitHub Profile
- 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
@einargudnig
einargudnig / settings.json
Created January 8, 2024 06:09
VS Code settings
{
"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,
We couldn’t find that file to show.