index
:
dotfiles
kde
Personal dotfiles
Thomas Vanbesien
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
.config
Commit message (
Expand
)
Author
Age
Files
Lines
*
misc: remove passmenu
Thomas Vanbesien
2026-05-29
1
-42
/
+0
*
fix(nvim): fix SessionExitSave and SessionExitNoSave commands
Thomas Vanbesien
2026-05-22
1
-5
/
+4
*
misc(nvim): prompt user for action when buffer file is edited outside of nvim
Thomas Vanbesien
2026-05-22
1
-7
/
+20
*
misc(nvim): add shortcut to create tabpage
Thomas Vanbesien
2026-05-22
1
-0
/
+2
*
refactor(nvim): move winbar option and use vim.opt
Thomas Vanbesien
2026-05-22
1
-1
/
+1
*
refactor(nvim): move updatetime option
Thomas Vanbesien
2026-05-22
1
-1
/
+1
*
misc(bash): show git branch in prompt
Thomas Vanbesien
2026-05-22
1
-8
/
+9
*
misc(nvim): set tabline fg to yellow
Thomas Vanbesien
2026-05-22
1
-1
/
+2
*
refactor(nvim): remove call to winsaveview() when reloading a buffer
Thomas Vanbesien
2026-05-22
1
-2
/
+0
*
misc(nvim): set winbar to show cwd and path
Thomas Vanbesien
2026-05-22
2
-0
/
+3
*
misc(nvim): reload buffer when its file changed on disk
Thomas Vanbesien
2026-05-22
3
-2
/
+20
*
misc(nvim): rounded borders and default bg color for floating windows
Thomas Vanbesien
2026-05-22
2
-2
/
+1
*
Revert "fix(nvim): correct popup rendering for bullets and LSP docs"
Thomas Vanbesien
2026-05-22
2
-26
/
+0
*
misc(nvim): GitBlame shows SHA1 and has better matching logic
Thomas Vanbesien
2026-05-22
1
-1
/
+6
*
misc: configure info key bindings
Thomas Vanbesien
2026-05-21
1
-0
/
+32
*
misc(nvim): add keymaps for GitGutter functions
Thomas Vanbesien
2026-05-21
1
-0
/
+7
*
fix(nvim): live highlight TODO strings
Thomas Vanbesien
2026-05-21
1
-13
/
+37
*
misc(bash): update prompt
Thomas Vanbesien
2026-05-21
2
-2
/
+43
*
fix(nvim): don't apply global fzf config in nvim
Thomas Vanbesien
2026-05-21
1
-0
/
+3
*
misc: comment
Thomas Vanbesien
2026-05-21
1
-2
/
+0
*
fix(nvim): git_blame() handles errors and output with vim.notify()
Thomas Vanbesien
2026-05-21
1
-1
/
+16
*
refactor(nvim): install vim-gitgutter in 50-git.lua
Thomas Vanbesien
2026-05-20
2
-4
/
+3
*
refactor(nvim): install link.vim package in 50-markdown.lua
Thomas Vanbesien
2026-05-20
2
-1
/
+2
*
feat(nvim): add GitBlame user command
Thomas Vanbesien
2026-05-20
1
-0
/
+7
*
feat(nvim): add fzf-lua fuzzy finder
Thomas Vanbesien
2026-05-19
1
-0
/
+21
*
misc(nvim): add shortcut to copy file path to clipboard
Thomas Vanbesien
2026-05-19
1
-0
/
+1
*
fix(nvim): narrow checklist guard to match item_range contract
Thomas Vanbesien
2026-05-19
1
-2
/
+2
*
refactor(nvim): single source of truth for per-ft formatting width
Thomas Vanbesien
2026-05-19
6
-5
/
+11
*
fix: root Claude Code lua_ls at ~/.config/nvim
Thomas Vanbesien
2026-05-19
1
-0
/
+1
*
feat(nvim): add .luarc.json pointing lua_ls at the Neovim runtime
Thomas Vanbesien
2026-05-19
1
-0
/
+8
*
fix(nvim): correct popup rendering for bullets and LSP docs
Thomas Vanbesien
2026-05-19
2
-0
/
+25
*
misc(nvim): embolden statusline diff/diagnostics, tidy lualine setup
Thomas Vanbesien
2026-05-19
1
-0
/
+25
*
misc: edit Dolphin shortcut
Thomas Vanbesien
2026-05-19
1
-0
/
+3
*
fix(nvim): smooth scroll cursor at boundaries
Thomas Vanbesien
2026-05-19
1
-7
/
+17
*
feat(nvim): focus-aware cursor line via per-window highlight namespaces
Thomas Vanbesien
2026-05-19
4
-91
/
+191
*
fix(nvim): correct tabpage handle vs. number in tabline
Thomas Vanbesien
2026-05-19
1
-2
/
+2
*
feat: bind Meta+Shift+K to passmenu
Thomas Vanbesien
2026-05-19
1
-0
/
+3
*
feat: theme fuzzel (Tokyo Night) with vim-style passmenu keys
Thomas Vanbesien
2026-05-19
1
-0
/
+42
*
misc(tig): readable theme-agnostic colors
Thomas Vanbesien
2026-05-19
1
-0
/
+5
*
fix(nvim): preserve fold state when reloading a buffer
Thomas Vanbesien
2026-05-19
1
-0
/
+3
*
fix(nvim): MarkdownListCheck/Uncheck work on multi-line items
Thomas Vanbesien
2026-05-18
1
-12
/
+73
*
feat(foot): tokyo night color palette
Thomas Vanbesien
2026-05-18
1
-8
/
+37
*
fix(foot): use # for comment syntax (not ;)
Thomas Vanbesien
2026-05-18
1
-1
/
+1
*
feat(bat): use ansi theme so previews adapt to foot color theme
Thomas Vanbesien
2026-05-18
1
-0
/
+3
*
feat(nvim): persist tabpage names across sessions
Thomas Vanbesien
2026-05-18
1
-0
/
+34
*
fix(nvim): smooth scroll ignores lines in closed folds
Thomas Vanbesien
2026-05-18
1
-13
/
+26
*
misc(nvim): install git_rebase treesitter parser
Thomas Vanbesien
2026-05-18
1
-0
/
+1
*
fix(nvim): match initial lualine theme to 'background'
Thomas Vanbesien
2026-05-18
1
-1
/
+4
*
misc(nvim): remove dead code from markdown `format()`
Thomas Vanbesien
2026-05-18
1
-4
/
+1
*
fix(nvim): replace O(n²) loop concat with table.concat
Thomas Vanbesien
2026-05-18
2
-8
/
+2
[next]