Mercurial > dotfiles
view bin/executable_clip @ 346:d717168f424f
Switch to nvim-compe for completion
author | zegervdv <zegervdv@me.com> |
---|---|
date | Thu, 04 Feb 2021 18:27:39 +0100 |
parents | 308594cabf62 |
children | eba1dee43703 |
line wrap: on
line source
#!/usr/bin/env bash DATA=$(cat - | base64) if [ -z "$TMUX" ]; then echo -ne "\e]52;c;${DATA}\x07" else echo -ne "\ePtmux;\e\e]52;c;${DATA}\x07\e\\" fi