Skip to content

Instantly share code, notes, and snippets.

@nullren
Created April 26, 2014 01:08
Show Gist options
  • Select an option

  • Save nullren/11308928 to your computer and use it in GitHub Desktop.

Select an option

Save nullren/11308928 to your computer and use it in GitHub Desktop.
this is a little weird right now
#!/bin/bash
TMPFILE=$(mktemp --suffix=.vimclip)
vimedit.sh "$TMPFILE" "+:autocmd BufWritePost * ! xclip $TMPFILE"
#!/bin/sh
VIM=/usr/share/vim urxvt256cc -e /usr/local/bin/nvim "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment