| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | docs(nvim): comment | Thomas Vanbesien | 12 days | 1 | -1/+1 | |
| | | ||||||
| * | misc(nvim): edit floating window and popup menu style | Thomas Vanbesien | 12 days | 1 | -0/+9 | |
| | | | | | Same bg as what's behind and a visible rounded border. | |||||
| * | fix(nvim): floating window width | Thomas Vanbesien | 12 days | 1 | -1/+1 | |
| | | | | | The left_margin = 2 was messing with the floating window width. | |||||
| * | misc(nvim): remove unused option | Thomas Vanbesien | 12 days | 1 | -1/+1 | |
| | | | | | `popup` overrides `preview`. | |||||
| * | feat(nvim): add transform_text plugin | Thomas Vanbesien | 12 days | 1 | -0/+25 | |
| | | | | | With mappings to URL-encode/decode visual selection. | |||||
| * | feat(nvim): add follow plugin (open file/URL) | Thomas Vanbesien | 12 days | 1 | -0/+126 | |
| | | ||||||
| * | feat(nvim): add notes plugin | Thomas Vanbesien | 12 days | 1 | -0/+5 | |
| | | ||||||
| * | misc(nvim): remove git key mappings | Thomas Vanbesien | 12 days | 1 | -5/+0 | |
| | | ||||||
| * | misc(nvim): edit comment, descriptions, and user command names | Thomas Vanbesien | 12 days | 4 | -8/+8 | |
| | | ||||||
| * | misc(nvim): edit popup menu height | Thomas Vanbesien | 12 days | 1 | -1/+1 | |
| | | ||||||
| * | misc(nvim): comment and reorder | Thomas Vanbesien | 12 days | 1 | -4/+4 | |
| | | ||||||
| * | misc(nvim): update key mappings | Thomas Vanbesien | 12 days | 1 | -10/+24 | |
| | | ||||||
| * | refactor(nvim): make `show_buf_diff_orig()` more robust | Thomas Vanbesien | 12 days | 1 | -5/+18 | |
| | | ||||||
| * | misc(nvim): remove unused parameter | Thomas Vanbesien | 12 days | 1 | -1/+1 | |
| | | ||||||
| * | misc(bash): edit Readline settings and key mappings | Thomas Vanbesien | 12 days | 2 | -12/+16 | |
| | | ||||||
| * | misc(nvim): add keymap to simulate i_CTRL-R in terminal mode | Thomas Vanbesien | 2026-06-05 | 1 | -0/+8 | |
| | | ||||||
| * | misc(nvim): split fzf window horizontally on smaller screen width | Thomas Vanbesien | 2026-06-05 | 1 | -1/+8 | |
| | | ||||||
| * | misc(bash): add aliases | Thomas Vanbesien | 2026-06-05 | 1 | -0/+3 | |
| | | ||||||
| * | docs: update README | Thomas Vanbesien | 2026-06-04 | 1 | -5/+6 | |
| | | ||||||
| * | misc: edit Plasma shortcuts | Thomas Vanbesien | 2026-06-04 | 1 | -4/+8 | |
| | | ||||||
| * | misc(bash): add trash alias | Thomas Vanbesien | 2026-06-04 | 1 | -0/+1 | |
| | | ||||||
| * | docs(bash): comment | Thomas Vanbesien | 2026-06-04 | 1 | -1/+1 | |
| | | ||||||
| * | misc: add mimeapp.list (default application per MIME type) | Thomas Vanbesien | 2026-06-03 | 1 | -0/+49 | |
| | | ||||||
| * | misc(info): update keybindings | Thomas Vanbesien | 2026-06-03 | 1 | -6/+13 | |
| | | ||||||
| * | misc(nvim): add `:TabRenameToCurrentFileNameNoExt` command | Thomas Vanbesien | 2026-06-02 | 1 | -0/+5 | |
| | | ||||||
| * | misc: unify modelines | Thomas Vanbesien | 2026-06-02 | 4 | -4/+4 | |
| | | ||||||
| * | misc(nvim): remove 50-dotfiles.lua | Thomas Vanbesien | 2026-06-02 | 1 | -49/+0 | |
| | | | | | | The `DotfilesOn` and `DotfilesOff` commands have been replaced with `dotfiles on|off`. | |||||
| * | refactor(nvim): use the correct API for wildtrigger() | Thomas Vanbesien | 2026-06-02 | 1 | -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 directory | Thomas Vanbesien | 2026-06-02 | 1 | -1/+1 | |
| | | ||||||
| * | refactor(nvim): remove unused keymap.set() calls | Thomas Vanbesien | 2026-06-02 | 1 | -2/+0 | |
| | | ||||||
| * | misc(claude): add permissions | Thomas Vanbesien | 2026-06-02 | 1 | -1/+2 | |
| | | ||||||
| * | misc(nvim): update dictionary | Thomas Vanbesien | 2026-06-02 | 1 | -0/+1 | |
| | | ||||||
| * | refactor(nvim): remove dead code | Thomas Vanbesien | 2026-06-02 | 1 | -11/+0 | |
| | | ||||||
| * | refactor(nvim): deduplicate lualine setup | Thomas Vanbesien | 2026-06-02 | 1 | -12/+13 | |
| | | ||||||
| * | fix(dotfiles): remove UUOC | Thomas Vanbesien | 2026-06-02 | 1 | -1/+1 | |
| | | ||||||
| * | misc(claude): add permission | Thomas Vanbesien | 2026-06-02 | 1 | -1/+2 | |
| | | ||||||
| * | misc(dotfiles): sync docker + deps | Thomas Vanbesien | 2026-06-02 | 2 | -0/+4 | |
| | | ||||||
| * | misc(tmux): add keybindings for selection and copy | Thomas Vanbesien | 2026-06-02 | 1 | -0/+4 | |
| | | ||||||
| * | misc: remove unused passmenu.desktop | Thomas Vanbesien | 2026-06-02 | 1 | -15/+0 | |
| | | ||||||
| * | misc(nvim): add border around popup menus | Thomas Vanbesien | 2026-06-02 | 1 | -0/+1 | |
| | | ||||||
| * | docs(nvim): comment | Thomas Vanbesien | 2026-06-02 | 1 | -0/+2 | |
| | | ||||||
| * | misc(nvim): add keymap for GitBlame | Thomas Vanbesien | 2026-06-02 | 1 | -0/+1 | |
| | | ||||||
| * | misc(nvim): GitBlame displays in a floating window | Thomas Vanbesien | 2026-06-02 | 2 | -13/+67 | |
| | | ||||||
| * | misc(nvim): don't start terminal mode automatically | Thomas Vanbesien | 2026-06-02 | 1 | -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 file | Thomas Vanbesien | 2026-06-02 | 3 | -33/+89 | |
| | | ||||||
| * | misc(dotfiles): sync git and tk | Thomas Vanbesien | 2026-06-02 | 1 | -0/+1 | |
| | | ||||||
| * | misc(dotfiles): sync archive-related tools | Thomas Vanbesien | 2026-06-02 | 1 | -0/+2 | |
| | | ||||||
| * | misc(bash): MANWIDTH 100 → 120 | Thomas Vanbesien | 2026-06-02 | 1 | -1/+1 | |
| | | ||||||
| * | refactor(dotfiles): comment | Thomas Vanbesien | 2026-06-02 | 1 | -1/+2 | |
| | | ||||||
| * | fix(dotfiles): sync don't use sudo with yay | Thomas Vanbesien | 2026-06-01 | 1 | -6/+14 | |
| | | ||||||
