Vim

See VimWiki#, Modern vim guis#, MonoSpaceFonts, NVimConfig, NeoVim

vim

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

  • barbar.nvim - Tabs, as understood by any other editor
  • fern.vim - General purpose asynchronous tree viewer written in Pure Vim script
  • nabla.vim - An ASCII math generator from LaTeX equations.
  • Chadtree - file manager
  • orgmode.nvim - org mode for nvim

Debugging

DAP - Debug Adapater Protocol

Vimspector