Commands¶
vim-teradata¶
:nTD— Check syntax of the current query + next n-1 statements (Tree‑sitter based selection).:TDE— Check syntax of the current visual selection.:nTDO— Run the current statement + next n-1 statements and show results in a split (Tree‑sitter based selection).:TDV— Run statements of the current visual selection and show results in a split.:nTDM— Run the current statement + next n-1 statements as a multistatement (Tree‑sitter based selection).:TDMV— Run statements of the current visual selection as a multistatement.:TDH— Open history buffer with recent queries and results (no external deps).:TDU— Open users management buffer.:TDS— Open settings management buffer.:TDB— Open bookmark management buffer.:TDBAdd— Add the visually selected query to bookmarks.:TDJ— Open the Jobs Manager (monitor async queries).:TDR— Search past queries (requires bat, ripgreprgand a UI Picker1).:TDCodeAction— Provide code action options on current position:nTDF— Format current statement node + next n-1 statements (experimental):TDFF— Format all statements in a file (experimental):TDSync— Build/refresh the local metadata index (databases, tables, columns).:TDHelp— Open help for vim-teradata.
-
Supported pickers: fzf.lua, telescope.nvim, snacks.nvim, or fzf.vim. ↩