dotfiles/nvim/.config/nvim
Marty Oehme d2be1c8795
nvim: Change mapping for printing Fidget message history
Since it is technically vim-internal (and relatively rarely used unless
to debug things), I have moved the shortcut for this function from
`<leader>sh` (show-history) to `<leader>vp` (vim-print-messages).

The 'p'-suffix is a little unfortunate but currently h/H/m are all taken
in this vim-internal submenu.

The reasoning behind this is that the 'show' menu is intended primarily
for user-facing, middle-of-work tasks and windows that help me
accomplish goals when actually working and getting things done.
Showing the fidget history does not do that, but allows
introspection into the vim editor history. So, it should accordingly
live under the 'vim' menu. Additionally, it frees space in the
'show' menu and lets me/the user forget about the functionality
until it is needed.
2025-05-22 14:00:08 +02:00
..
after/ftplugin nvim: Only enable markdown mdeval mappings if available 2025-02-22 19:35:39 +01:00
ftdetect nvim: Add djot filetype detection 2025-02-18 22:41:39 +01:00
lua nvim: Change mapping for printing Fidget message history 2025-05-22 14:00:08 +02:00
snippets nvim: Change snippets to vscode json style 2025-05-04 19:55:05 +02:00
spell nvim: Update plugins and spellfile 2025-05-04 19:55:06 +02:00
abbrev.vim nvim: Add spelling and abbreviations 2024-08-07 20:05:42 +02:00
init.lua nvim: Refactor core setting loading into core module 2023-12-12 14:07:43 +01:00
lazy-lock.json nvim: Update plugins 2025-05-09 10:38:49 +02:00