Oscar Wallberg Oscar
  • Sweden
  • Joined on 2026-05-12
Oscar pushed to main at Oscar/dotfiles 2026-05-26 00:11:52 +02:00
e57b8bcfb1 feat(scripts): remove video2srt in favor of separate project
Oscar pushed to main at Oscar/dotfiles 2026-05-26 00:11:25 +02:00
6353833ddc fix(video2srt): disable max-len by default
b3bb425203 fix(video2srt): remove VAD
7c5b21b680 feat(video2srt): convert to python and add --vad-max-speech
Compare 3 commits »
Oscar pushed to main at Oscar/dotfiles 2026-05-25 17:47:25 +02:00
673c5a234a fix(video2srt): format to two lines
Oscar pushed to main at Oscar/dotfiles 2026-05-25 17:30:25 +02:00
a0604de127 fix(FiiO): remove buffer "fix"
ffbdcc1970 feat(scripts): add video2srt
Compare 2 commits »
Oscar pushed to main at Oscar/dotfiles 2026-05-25 17:19:18 +02:00
4cdb235338 fix(claude): change model to opus 4.6
Oscar pushed to main at Oscar/nvim 2026-05-24 22:11:46 +02:00
432682409e feat(git): add in-house git blame
a786d8458d refactor(git): move the zero-sha check into core/util
a401e0a12b fix(onedark): add back DiffDelete hl override
Compare 3 commits »
Oscar pushed to main at Oscar/dotfiles 2026-05-21 10:34:25 +02:00
06a93b5e5b fix(claude): remove effort setting
Oscar pushed to main at Oscar/nvim 2026-05-20 13:19:11 +02:00
942dbdcaa0 refactor(git): rename stage_hunk to toggle_stage
Oscar pushed to main at Oscar/nvim 2026-05-20 12:48:08 +02:00
1a582045f6 feat(git): show staged hunks in the gutter with a stage toggle
7c92b5eff6 feat(git/repo): add Repo:head_sha for cached HEAD blob lookups
6230c2663c fix(onedark): override GitUnstaged
Compare 3 commits »
Oscar pushed to main at Oscar/nvim 2026-05-20 10:25:05 +02:00
5b869334d6 fix(onedark): remove overridden diff/git highlights
Oscar pushed to main at Oscar/nvim 2026-05-20 08:09:15 +02:00
01ca0025dd fix(git): refresh the gutter after staging a hunk
Oscar pushed to main at Oscar/nvim 2026-05-20 08:01:13 +02:00
b52f34ce9a fix(git): use GitHunkRemoved for the delete-hunk sign
e050896dc0 test(git): speed up the hunks test setup with a flush hook
4c8b3f0d3e fix(git): align hunk signs with :diffsplit
72ab9059fa fix(git): rename hunk highlights
7c8975af10 fix(git): show merge commits diffed against the first parent
Compare 5 commits »
Oscar pushed to main at Oscar/nvim 2026-05-20 06:42:56 +02:00
2064c629ed feat(git): syntax-highlight deleted lines in the diff overlay
aaef6621dd fix(hunks): change delete sign
d629302625 perf(git): cache index blob sha, drop rev-parse from the edit path
f77d26db6b feat(git): trim hunk preview header, focus float on re-invoke
f4181b89fc feat(git): add in-house hunks module, replace gitsigns.nvim
Compare 5 commits »
Oscar pushed to main at Oscar/nvim 2026-05-19 20:43:01 +02:00
d979c961a2 test(git): remove unused git uri
Oscar pushed to main at Oscar/nvim 2026-05-19 20:30:34 +02:00
d132c00032 feat(git): bind gd to open-under-cursor in log and object views
73fa92afc8 fix(core): reset foldlevel on entering a diff window
Compare 2 commits »
Oscar pushed to main at Oscar/nvim 2026-05-19 19:55:12 +02:00
3b8951758e fix(git): reset diff-pair cursor on sidebar selection
Oscar pushed to main at Oscar/nvim 2026-05-19 19:40:23 +02:00
b692f23fe2 refactor(git): rework log_view, drop URI scheme
Oscar pushed to main at Oscar/nvim 2026-05-19 16:44:20 +02:00
ffd5584a05 refactor(git): replace status_view URI scheme with path-style name
Oscar pushed to main at Oscar/nvim 2026-05-19 15:54:10 +02:00
4461a65b90 refactor(git): rework status_view header
8121227ba4 refactor(git): share OpenOpts type between status_view open and toggle
Compare 2 commits »
Oscar pushed to main at Oscar/nvim 2026-05-19 14:47:52 +02:00
26d074c464 feat(git): status_view help hint, mouse open, extmark highlights