vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 2545da3e48a572bd1275c71b65ff3d55e65d1aa2 parent 05ce531e1a948c01111a85fea9f98e71c02b0c36 Author: Nick Hanley <nicholasjhanley@gmail.com> Date: Tue, 15 Nov 2022 17:22:35 -0500 vis-clipboard: make xsel honor --selection Diffstat:
| M | vis-clipboard | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/vis-clipboard b/vis-clipboard @@ -98,11 +98,11 @@ vc_wlclipboard_paste() { } vc_xsel_copy() { - xsel --"$sel" -bi + xsel --"$sel" -i } vc_xsel_paste() { - xsel --"$sel" -bo + xsel --"$sel" -o } vc_xclip_copy() {