Vim

See Editors VimWiki#, Modern vim guis#, MonoSpaceFonts, Plugins Keybindings, Neovim

Dealing with tags in vim

Currently defined mappings

Save all currently defined mappings into a file:

:redir! > vim_keys.txt
:silent verbose map
:silent verbose imap
:redir END

lsp lua

png-paste

Neovim Plugins

Debugging

DAP - Debug Adapater Protocol

Vimspector

Other Plugins