From 57c45dfccbb9b0346ae9118670f6fbfdd7e94632 Mon Sep 17 00:00:00 2001 From: Michael Campagnaro Date: Tue, 8 Nov 2016 10:19:29 -0500 Subject: [PATCH] Update arch setup notes --- notes/setup.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/notes/setup.md b/notes/setup.md index 9f9bd2a..6538a18 100644 --- a/notes/setup.md +++ b/notes/setup.md @@ -62,6 +62,11 @@ * run `udevadm hwdb --update` then reboot +## Install clipboard getter + +* `pi xsel` +* Now we can grab clipboard content in vim using `:read !xsel --clipboard --output` + # Setting up Ruby