Skip to content

Commit 6e9188b

Browse files
Sync notes and files as of 2026-03-07 19:00:11 UTC
1 parent f2407b8 commit 6e9188b

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

_notes/data-coding/Learn Git.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ category: data-coding
55
tags: [learn, git]
66
season: summer
77
created: 2021-02-13
8-
updated: 2026-02-22
8+
updated: 2026-03-07
99
sources: https://stackoverflow.com/questions/18418718/git-still-adds-and-tracks-folders-marked-in-gitignore
1010
---
1111

@@ -114,3 +114,4 @@ sources: https://stackoverflow.com/questions/18418718/git-still-adds-and-tracks-
114114
- [Analyse how a Git repo grows over time](https://github.com/erikbern/git-of-theseus)
115115
- You can also [store your private data](https://github.com/sobolevn/git-secret) inside a git repo
116116
- [Top 100-starred repos on GitHub](https://github.com/EvanLi/Github-Ranking/blob/master/Top100/Top-100-stars.md)
117+
- [Git City](https://thegitcity.com/): GitHub profiles as a 3D pixel art building in an interactive city

_notes/data-coding/Learn Vim.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ category: data-coding
55
tags: [learn, vim]
66
season: spring
77
created: 2022-08-14
8-
updated: 2024-10-04
8+
updated: 2026-03-07
99
sources: Misc
1010
---
1111

@@ -76,10 +76,12 @@ In practice this means using different "modes of operation" for different kinds
7676
- `:sp`, `:svp`: split windows
7777

7878
## Alternatives
79-
`nano`: best for beginners and quick edits
80-
`emacs`: highly extensible and powerful, for advanced users
81-
`vim`: efficient for those familiar with its modal editing
82-
`ed`: minimal and historical, not practical for most users
83-
`cat`: utility for viewing files, not editing
79+
- `nano`: best for beginners and quick edits
80+
- `emacs`: highly extensible and powerful, for advanced users
81+
- `vim`: efficient for those familiar with its modal editing
82+
- `ed`: minimal and historical, not practical for most users
83+
- `cat`: utility for viewing files, not editing
84+
- -.-
85+
- [Helix](https://helix-editor.com/): a post-modern modal text editor
8486

8587
![](https://imgs.xkcd.com/comics/real_programmers.png)

0 commit comments

Comments
 (0)