---
title: "Como copiar y pegar usando Screen a vim desde la TTY"
date: 2025-01-28T04:18:08-03:00
tags: ['tty']
---
`screen`
`Ctrl + a + [`

Seleccionás el texto con las flechas y dale a enter o a space   
Ahora abrí vim escribí `:set paste`   
Entra en insert mode   
Pegá el texto con `Ctrl + a + ]`   
