Skip to content

Instantly share code, notes, and snippets.

@izidormatusov
Created June 20, 2018 08:17
Show Gist options
  • Save izidormatusov/dc6c37eb96299affe177f2e913f9ee5d to your computer and use it in GitHub Desktop.
Save izidormatusov/dc6c37eb96299affe177f2e913f9ee5d to your computer and use it in GitHub Desktop.
Redirect output into the file in vim
redir @">
ls
redir END
normal p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment