index
:
nvim-config
dev
master
Neovim configuration
Thomas Vanbesien
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
init.lua
Commit message (
Expand
)
Author
Age
Files
Lines
*
feat(terminal): follow output by default with :TerminalFollow toggle
dev
Thomas Vanbesien
10 hours
1
-4
/
+33
*
refactor(keymap): regroup mappings into clearer sections
Thomas Vanbesien
10 hours
1
-13
/
+13
*
feat(keymap): add terminal i_CTRL-O and tidy command/insert maps
Thomas Vanbesien
10 hours
1
-15
/
+7
*
style(keymap): keep every mapping on one line
Thomas Vanbesien
10 hours
1
-32
/
+33
*
feat(keymap): rework terminal exit and window/tab keymaps
Thomas Vanbesien
10 hours
1
-31
/
+10
*
feat: confirm before quitting with a running terminal job
Thomas Vanbesien
13 hours
1
-8
/
+0
*
feat(opt): edit foldcolumn
Thomas Vanbesien
15 hours
1
-1
/
+1
*
feat: enter terminal mode automatically in new terminal
Thomas Vanbesien
19 hours
1
-0
/
+4
*
feat: add terminal short to go to alternate buffer
Thomas Vanbesien
20 hours
1
-0
/
+1
*
refactor: remove textwidth.gitcommit global variable
Thomas Vanbesien
20 hours
1
-1
/
+1
*
misc(nvim): remove netrw plugin
Thomas Vanbesien
6 days
1
-0
/
+1
*
misc(nvim): always show signcolumn
Thomas Vanbesien
6 days
1
-1
/
+1
*
misc(nvim): don't display tab characters
Thomas Vanbesien
12 days
1
-1
/
+1
*
fix(nvim): rewrite fold plugin and fix text folding while editing
Thomas Vanbesien
2026-06-13
1
-1
/
+0
*
misc(nvim): add keymap CTRL+S to save buffer
Thomas Vanbesien
2026-06-12
1
-0
/
+1
*
misc(nvim): reformat lua files to 100 char line width
Thomas Vanbesien
2026-06-12
1
-7
/
+37
*
misc(nvim): lua textwidth 120 → 100
Thomas Vanbesien
2026-06-12
1
-1
/
+1
*
refactor(nvim): rewrite the highlight and extended marks plugins
Thomas Vanbesien
2026-06-12
1
-1
/
+6
*
misc(nvim): add python development environment
Thomas Vanbesien
2026-06-09
1
-1
/
+1
*
misc(nvim): remove "file has changed on disk" notification
Thomas Vanbesien
2026-06-08
1
-8
/
+0
*
misc(nvim): add key mappings to move windows
Thomas Vanbesien
2026-06-07
1
-0
/
+4
*
misc(nvim): add Ctrl+K mapping to kill command line
Thomas Vanbesien
2026-06-07
1
-0
/
+5
*
misc(nvim): update key mappings
Thomas Vanbesien
2026-06-07
1
-2
/
+2
*
docs(nvim): comment
Thomas Vanbesien
2026-06-07
1
-1
/
+1
*
misc(nvim): edit popup menu height
Thomas Vanbesien
2026-06-07
1
-1
/
+1
*
misc(nvim): comment and reorder
Thomas Vanbesien
2026-06-07
1
-4
/
+4
*
misc(nvim): update key mappings
Thomas Vanbesien
2026-06-07
1
-10
/
+24
*
refactor(nvim): make `show_buf_diff_orig()` more robust
Thomas Vanbesien
2026-06-07
1
-5
/
+18
*
misc(nvim): remove unused parameter
Thomas Vanbesien
2026-06-07
1
-1
/
+1
*
misc(nvim): add keymap to simulate i_CTRL-R in terminal mode
Thomas Vanbesien
2026-06-05
1
-0
/
+8
*
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(nvim): add keymap for GitBlame
Thomas Vanbesien
2026-06-02
1
-0
/
+1
*
misc(nvim): don't start terminal mode automatically
Thomas Vanbesien
2026-06-02
1
-10
/
+0
*
refactor(nvim): group vim.pack.add() calls
Thomas Vanbesien
2026-05-29
1
-6
/
+0
*
misc(nvim): add keymap to close current tabpage
Thomas Vanbesien
2026-05-29
1
-0
/
+1
*
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
*
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
1
-0
/
+1
*
misc(nvim): reload buffer when its file changed on disk
Thomas Vanbesien
2026-05-22
1
-0
/
+18
*
misc(nvim): rounded borders and default bg color for floating windows
Thomas Vanbesien
2026-05-22
1
-0
/
+1
*
refactor(nvim): install vim-gitgutter in 50-git.lua
Thomas Vanbesien
2026-05-20
1
-4
/
+1
*
refactor(nvim): install link.vim package in 50-markdown.lua
Thomas Vanbesien
2026-05-20
1
-1
/
+0
*
misc(nvim): add shortcut to copy file path to clipboard
Thomas Vanbesien
2026-05-19
1
-0
/
+1
*
refactor(nvim): single source of truth for per-ft formatting width
Thomas Vanbesien
2026-05-19
1
-1
/
+6
*
feat(nvim): focus-aware cursor line via per-window highlight namespaces
Thomas Vanbesien
2026-05-19
1
-0
/
+1
*
fix(nvim): preserve fold state when reloading a buffer
Thomas Vanbesien
2026-05-19
1
-0
/
+3
[next]