| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | misc: make notes launcher more robustHEADkde | Thomas Vanbesien | 3 hours | 2 | -17/+54 |
| | | | | | | - better error management - better logging logic | ||||
| * | misc(nvim): don't display tab characters | Thomas Vanbesien | 27 hours | 1 | -1/+1 |
| | | |||||
| * | misc: add git alias | Thomas Vanbesien | 27 hours | 1 | -0/+1 |
| | | |||||
| * | docs(ranger): edit mistake in comment | Thomas Vanbesien | 44 hours | 1 | -1/+1 |
| | | |||||
| * | misc: move .gitconfig → .config/git/config | Thomas Vanbesien | 44 hours | 1 | -0/+0 |
| | | |||||
| * | misc(tmux): update session navigation config | Thomas Vanbesien | 2 days | 2 | -2/+2 |
| | | | | | | | | | | Opening foot starts `tmux` in a `dev` session if it doesn't exists. It avoids leaving an intermediate stale session open when I need to open a new one. Alt+Shift+M has been rebound `choose-tree` → `choose-session` because it's more readable. | ||||
| * | misc(bash): add wl-copy macro | Thomas Vanbesien | 2 days | 1 | -1/+3 |
| | | |||||
| * | misc(tmux): make window/session labels shorter | Thomas Vanbesien | 2 days | 1 | -3/+3 |
| | | |||||
| * | misc(dotfiles): sync wireshark | Thomas Vanbesien | 2 days | 1 | -1/+2 |
| | | |||||
| * | misc(claude): make markdown format hook not wrap | Thomas Vanbesien | 2 days | 1 | -1/+1 |
| | | |||||
| * | misc(dotfiles): sync zathura | Thomas Vanbesien | 2 days | 1 | -1/+1 |
| | | |||||
| * | misc: bind rightalt+m/,/./k to arrow keys | Thomas Vanbesien | 4 days | 1 | -0/+10 |
| | | |||||
| * | misc: bind rightalt+l/; → pageup/pagedown | Thomas Vanbesien | 4 days | 1 | -0/+5 |
| | | |||||
| * | misc(nvim): replace 50-git.lua with vim-fugitive | Thomas Vanbesien | 4 days | 2 | -81/+1 |
| | | |||||
| * | misc(claude): change model to opus | Thomas Vanbesien | 4 days | 1 | -1/+1 |
| | | |||||
| * | misc: remove modline in foot.ini | Thomas Vanbesien | 4 days | 1 | -2/+0 |
| | | |||||
| * | misc: shirt+middle-click to paste primary clipboard | Thomas Vanbesien | 4 days | 2 | -0/+4 |
| | | |||||
| * | misc(foot): bind alt+v → paste | Thomas Vanbesien | 4 days | 2 | -0/+2 |
| | | |||||
| * | misc: bind capslock → esc/ctrl, leftctrl → compose, and more | Thomas Vanbesien | 4 days | 3 | -1/+41 |
| | | |||||
| * | refactor(nvim): rename functions and edit comments | Thomas Vanbesien | 6 days | 4 | -13/+18 |
| | | |||||
| * | fix(nvim): use # comments instead of ; in dosini files | Thomas Vanbesien | 7 days | 1 | -0/+1 |
| | | | | | This is to fix foot complaining about ; comments that I create with `gc`. | ||||
| * | docs(nvim): edit comments | Thomas Vanbesien | 7 days | 6 | -16/+26 |
| | | |||||
| * | fix(nvim): rewrite fold plugin and fix text folding while editing | Thomas Vanbesien | 7 days | 3 | -13/+13 |
| | | |||||
| * | refactor(nvim): rename files and move code around | Thomas Vanbesien | 7 days | 6 | -117/+116 |
| | | |||||
| * | refactor(nvim): rewrite DAP plugin | Thomas Vanbesien | 7 days | 1 | -9/+26 |
| | | |||||
| * | refactor(nvim): rewrite autocompletion plugin | Thomas Vanbesien | 7 days | 1 | -47/+69 |
| | | |||||
| * | refactor(nvim): rename file | Thomas Vanbesien | 7 days | 1 | -0/+0 |
| | | |||||
| * | refactor(nvim): move snippet code to its own file | Thomas Vanbesien | 7 days | 2 | -139/+146 |
| | | |||||
| * | misc(nvim): add keymap CTRL+S to save buffer | Thomas Vanbesien | 7 days | 1 | -0/+1 |
| | | |||||
| * | misc: add ranger default config; fix lua files previewed as JS | Thomas Vanbesien | 7 days | 2 | -0/+646 |
| | | |||||
| * | misc(nvim): reformat lua files to 100 char line width | Thomas Vanbesien | 7 days | 14 | -52/+176 |
| | | |||||
| * | misc(nvim): lua textwidth 120 → 100 | Thomas Vanbesien | 7 days | 1 | -1/+1 |
| | | |||||
| * | refactor(nvim): rewrite the highlight and extended marks plugins | Thomas Vanbesien | 7 days | 5 | -272/+210 |
| | | |||||
| * | misc(nvim): wrap text only visually in markdown buffers | Thomas Vanbesien | 7 days | 1 | -2/+3 |
| | | |||||
| * | misc(claude): edit file format | Thomas Vanbesien | 7 days | 1 | -7/+3 |
| | | |||||
| * | docs(nvim): edit comments | Thomas Vanbesien | 8 days | 2 | -9/+14 |
| | | |||||
| * | refactor(nvim): sort list and rename file | Thomas Vanbesien | 8 days | 1 | -10/+12 |
| | | |||||
| * | refactor(nvim): rewrite the buffer formatting flow | Thomas Vanbesien | 8 days | 10 | -135/+82 |
| | | |||||
| * | misc(nvim): add NotesOpen user command | Thomas Vanbesien | 8 days | 1 | -0/+4 |
| | | |||||
| * | refactor: clean up notes launcher | Thomas Vanbesien | 8 days | 1 | -6/+10 |
| | | |||||
| * | misc(bash): HISTSIZE 1000 → 10000 | Thomas Vanbesien | 8 days | 1 | -1/+1 |
| | | |||||
| * | misc(nvim): bump version to v0.12.3 | Thomas Vanbesien | 8 days | 1 | -0/+0 |
| | | |||||
| * | misc(tmux): update right status bar format and style | Thomas Vanbesien | 8 days | 1 | -5/+5 |
| | | |||||
| * | misc(nvim): move pyright config file | Thomas Vanbesien | 9 days | 1 | -0/+0 |
| | | |||||
| * | misc(claude): remove custom lua_ls plugin | Thomas Vanbesien | 9 days | 5 | -97/+5 |
| | | | | | | | | It was there just so that the LSP doesn't use the current directory (where Claude Code runs) as the working directory (which is annoying since the working tree is $HOME and I don't want to litter it with .luarc.json kind of files). | ||||
| * | refactor(dotfiles): completely rewrite the dotfiles launcher | Thomas Vanbesien | 9 days | 3 | -250/+189 |
| | | |||||
| * | fix(bash): fix and refactor prompt | Thomas Vanbesien | 9 days | 1 | -21/+20 |
| | | |||||
| * | fix(bash): remove useless ${colors[bold_green]} | Thomas Vanbesien | 9 days | 1 | -1/+1 |
| | | | | | It was causing a bug when sourcing a script that `set -x`. | ||||
| * | docs: remove comment | Thomas Vanbesien | 9 days | 1 | -1/+0 |
| | | |||||
| * | misc(claude): set model to fable | Thomas Vanbesien | 9 days | 1 | -1/+2 |
| | | |||||
