# Vim Vim is terminal-based text editor. ## Vim tricks - Select a line in (`Shift+v`) and then use `>` and `<` to move the contents within the line - Pipe output of a command to Vim: `<COMMAND> | vim -` --- ## Related - **previous** [[Entrypoint]] - **see** none ## Sources - **references** [vim.org](https://www.vim.org/) as the homepage for the project. ## Usage - **used in** [[none]]