Skip to content

Instantly share code, notes, and snippets.

@YanhaoYang
Last active April 13, 2019 09:41
Show Gist options
  • Save YanhaoYang/ee2c71b7a851efbfff2c87f31db5f7e8 to your computer and use it in GitHub Desktop.
Save YanhaoYang/ee2c71b7a851efbfff2c87f31db5f7e8 to your computer and use it in GitHub Desktop.
Some notes for vim
" Copy from Vim to clipboard
vmap <leader>x :w! ~/.vbuf<cr>:!cat ~/.vbuf \| xclip -in -sel clip<cr><cr>
" Strip rspec outputs
:%s/rspec \(.\{-}\) #.\+/\1 \\/gc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment