diff options
| author | bh <qn+git@excalibur.computer> | 2026-03-31 18:31:46 +0800 |
|---|---|---|
| committer | bh <qn+git@excalibur.computer> | 2026-03-31 18:31:46 +0800 |
| commit | fc0cf816e5c6b02c590f760dcc7251d5d99bfeed (patch) | |
| tree | 9412273e98e81656396a6f9953e201bc1fdaab8c | |
| parent | 9ca7cb392cd871130b674905166f11d257d3a15d (diff) | |
Change clipboard to system clipboard
| -rw-r--r-- | init.lua | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -119,6 +119,9 @@ vim.keymap.set('n', 'a', function() return 'a' end, { noremap = true, expr = true }) +-- Clipboard +vim.opt.clipboard = "unnamedplus" + -------------------------------------------------------- -- 🪶 GUI and Colour Configuration -------------------------------------------------------- |
