• SPACE + K = syntax documentation

  • SPACE + e = open nvim-tree

  • dd + p = cut and paste, yy + p = copy and paste

  • SHIFT + V = Select a block of text. gc = Comment out / uncomment

  • :lua vim.lsp.buf.code_action() = apply code suggestions from clang-tidy