Skip to content

Instantly share code, notes, and snippets.

@astyagun
Last active September 17, 2018 13:37
Show Gist options
  • Save astyagun/952cb3b61b2d7d5e5d95b722d95bf428 to your computer and use it in GitHub Desktop.
Save astyagun/952cb3b61b2d7d5e5d95b722d95bf428 to your computer and use it in GitHub Desktop.
Use Vim in shell piped command chains
#!/bin/sh
# Use Vim in shell piped command chains
# https://gist.github.com/astyagun/952cb3b61b2d7d5e5d95b722d95bf428
(vim - -esbnN -c "$@" -c 'w!/dev/fd/3|q!' >/dev/null) 3>&1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment