summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* docs(nvim): commentThomas Vanbesien12 days1-1/+1
|
* misc(nvim): edit floating window and popup menu styleThomas Vanbesien12 days1-0/+9
| | | | Same bg as what's behind and a visible rounded border.
* fix(nvim): floating window widthThomas Vanbesien12 days1-1/+1
| | | | The left_margin = 2 was messing with the floating window width.
* misc(nvim): remove unused optionThomas Vanbesien12 days1-1/+1
| | | | `popup` overrides `preview`.
* feat(nvim): add transform_text pluginThomas Vanbesien12 days1-0/+25
| | | | With mappings to URL-encode/decode visual selection.
* feat(nvim): add follow plugin (open file/URL)Thomas Vanbesien12 days1-0/+126
|
* feat(nvim): add notes pluginThomas Vanbesien12 days1-0/+5
|
* misc(nvim): remove git key mappingsThomas Vanbesien12 days1-5/+0
|
* misc(nvim): edit comment, descriptions, and user command namesThomas Vanbesien12 days4-8/+8
|
* misc(nvim): edit popup menu heightThomas Vanbesien12 days1-1/+1
|
* misc(nvim): comment and reorderThomas Vanbesien12 days1-4/+4
|
* misc(nvim): update key mappingsThomas Vanbesien12 days1-10/+24
|
* refactor(nvim): make `show_buf_diff_orig()` more robustThomas Vanbesien12 days1-5/+18
|
* misc(nvim): remove unused parameterThomas Vanbesien12 days1-1/+1
|
* misc(bash): edit Readline settings and key mappingsThomas Vanbesien12 days2-12/+16
|
* misc(nvim): add keymap to simulate i_CTRL-R in terminal modeThomas Vanbesien2026-06-051-0/+8
|
* misc(nvim): split fzf window horizontally on smaller screen widthThomas Vanbesien2026-06-051-1/+8
|
* misc(bash): add aliasesThomas Vanbesien2026-06-051-0/+3
|
* docs: update READMEThomas Vanbesien2026-06-041-5/+6
|
* misc: edit Plasma shortcutsThomas Vanbesien2026-06-041-4/+8
|
* misc(bash): add trash aliasThomas Vanbesien2026-06-041-0/+1
|
* docs(bash): commentThomas Vanbesien2026-06-041-1/+1
|
* misc: add mimeapp.list (default application per MIME type)Thomas Vanbesien2026-06-031-0/+49
|
* misc(info): update keybindingsThomas Vanbesien2026-06-031-6/+13
|
* misc(nvim): add `:TabRenameToCurrentFileNameNoExt` commandThomas Vanbesien2026-06-021-0/+5
|
* misc: unify modelinesThomas Vanbesien2026-06-024-4/+4
|
* misc(nvim): remove 50-dotfiles.luaThomas Vanbesien2026-06-021-49/+0
| | | | | The `DotfilesOn` and `DotfilesOff` commands have been replaced with `dotfiles on|off`.
* refactor(nvim): use the correct API for wildtrigger()Thomas Vanbesien2026-06-021-1/+1
| | | | | Use `vim.fn.wildtrigger()` instead of `vim.cmd.call("wildtrigger()")`. This avoid marshalling the value between Lua and the Vimscript engine.
* fix(nvim): fix backup directoryThomas Vanbesien2026-06-021-1/+1
|
* refactor(nvim): remove unused keymap.set() callsThomas Vanbesien2026-06-021-2/+0
|
* misc(claude): add permissionsThomas Vanbesien2026-06-021-1/+2
|
* misc(nvim): update dictionaryThomas Vanbesien2026-06-021-0/+1
|
* refactor(nvim): remove dead codeThomas Vanbesien2026-06-021-11/+0
|
* refactor(nvim): deduplicate lualine setupThomas Vanbesien2026-06-021-12/+13
|
* fix(dotfiles): remove UUOCThomas Vanbesien2026-06-021-1/+1
|
* misc(claude): add permissionThomas Vanbesien2026-06-021-1/+2
|
* misc(dotfiles): sync docker + depsThomas Vanbesien2026-06-022-0/+4
|
* misc(tmux): add keybindings for selection and copyThomas Vanbesien2026-06-021-0/+4
|
* misc: remove unused passmenu.desktopThomas Vanbesien2026-06-021-15/+0
|
* misc(nvim): add border around popup menusThomas Vanbesien2026-06-021-0/+1
|
* docs(nvim): commentThomas Vanbesien2026-06-021-0/+2
|
* misc(nvim): add keymap for GitBlameThomas Vanbesien2026-06-021-0/+1
|
* misc(nvim): GitBlame displays in a floating windowThomas Vanbesien2026-06-022-13/+67
|
* misc(nvim): don't start terminal mode automaticallyThomas Vanbesien2026-06-021-10/+0
| | | | | It's annoying because it scrolls to the prompt so I'd rather start insert mode manually.
* refactor(nvim): move base package list to dedicated fileThomas Vanbesien2026-06-023-33/+89
|
* misc(dotfiles): sync git and tkThomas Vanbesien2026-06-021-0/+1
|
* misc(dotfiles): sync archive-related toolsThomas Vanbesien2026-06-021-0/+2
|
* misc(bash): MANWIDTH 100 → 120Thomas Vanbesien2026-06-021-1/+1
|
* refactor(dotfiles): commentThomas Vanbesien2026-06-021-1/+2
|
* fix(dotfiles): sync don't use sudo with yayThomas Vanbesien2026-06-011-6/+14
|