diff options
author | Anthony Wang | 2023-08-05 19:13:04 -0500 |
---|---|---|
committer | Anthony Wang | 2023-08-05 19:13:04 -0500 |
commit | 111f17a1b3f4da3d7aa377e9cbd6b65289f7b771 (patch) | |
tree | 3ed5718ad7fd41a4984d75b7300d7df7c1f6b097 | |
parent | 0ecf9807b85f96ef6db31831b04fd2091bc6ebfe (diff) |
Use OSC-52 for micro clipboard
-rw-r--r-- | micro/settings.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/micro/settings.json b/micro/settings.json index 1d9b1b6..319e16b 100644 --- a/micro/settings.json +++ b/micro/settings.json @@ -1,4 +1,5 @@ { + "clipboard": "terminal", "softwrap": true, "wordwrap": true } |