Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am wibjarm on github.
  • I am wibjarm (https://keybase.io/wibjarm) on keybase.
  • I have a public key ASDfqTdncLkd6CqJJaoBxfqGi67TELYYSOz_zW5hxtr8mQo

To claim this, I am signing this object:

if exists("g:loaded_replsend") || v:version < 700 || !has('nvim')
finish
endif
let g:loaded_replsend = 1
augroup replsend
autocmd!
autocmd TermOpen * let s:last_term_job_id = b:terminal_job_id
augroup END