Skip to content

Commit

Permalink
vault backup: 2025-01-20 21:39:56
Browse files Browse the repository at this point in the history
Affected files:
.obsidian/workspace.json
fleeting-notes/2025-01-18.md
fleeting-notes/2025-01-19.md
fleeting-notes/2025-01-20.md
  • Loading branch information
chiubaca committed Jan 20, 2025
1 parent a7ff205 commit 9cbc4e1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .obsidian/workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"state": {
"type": "markdown",
"state": {
"file": "fleeting-notes/2025-01-20.md",
"file": "fleeting-notes/2025-01-18.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "2025-01-20"
"title": "2025-01-18"
}
}
]
Expand Down Expand Up @@ -179,10 +179,10 @@
},
"active": "6f51491bd6c3aeaa",
"lastOpenFiles": [
"permanent-notes/vscode-to-neovim-cheat-sheet.md",
"fleeting-notes/2025-01-20.md",
"fleeting-notes/2025-01-19.md",
"fleeting-notes/2025-01-18.md",
"permanent-notes/vscode-to-neovim-cheat-sheet.md",
"fleeting-notes/2025-01-05.md",
"permanent-notes/my-values.md",
"permanent-notes/_template.md",
Expand Down
3 changes: 0 additions & 3 deletions fleeting-notes/2025-01-18.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
publish_date: 2025-01-18
tags:
- neovim
- 66DaysToLearn
---
[On average it take 2 months or 66 days to learn a habit](https://jamesclear.com/new-habit#:~:text=On%20average%2C%20it%20takes%20more%20than%202%20months%20before%20a%20new%20behavior%20becomes%20automatic%20%E2%80%94%2066%20days%20to%20be%20exact).

Taking a second pass to learn neovim again.

- Currently working through this https://www.youtube.com/watch?v=KYDG3AHgYEs. It's starting from a much more grassroots level and configuring a few custom command. e.g stop copying stuff i'm deleting, vim!!
Expand Down
1 change: 0 additions & 1 deletion fleeting-notes/2025-01-19.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
publish_date: 2025-01-19
tags:
- neovim
- 66DaysToLearn
---
day 2 learning neovim.

Expand Down
6 changes: 5 additions & 1 deletion fleeting-notes/2025-01-20.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
publish_date: 2025-01-20
tags:
- neovim
- 66DaysToLearn
---
day 3 learning neovim. Made a lot of progress yesterday, cemented some useful vim motions for selecting blocks of text and navigating around., code actions, TS LSP cofigured , lazy git integration. Still lots that I want to get configured though.

Expand Down Expand Up @@ -49,3 +48,8 @@ which [s]urrounds and [a]dds curly braces

---
note: `shift` + `k` provide lsp hover effect, awesome for getting typescript details on a symbol!


---

so I've spent all day configuring my neovim setup today and feeling a bit burnt out from it. It feels like messing around with a linux distro and hitting issues after issue. When I open vscode it just _feels_ comfortable and things just-work.

0 comments on commit 9cbc4e1

Please sign in to comment.