tmux and nvim clipboard passthrough, opencode system theme in tmux

This commit is contained in:
Matt Anderson
2026-08-03 10:11:36 -05:00
parent 66eac0c007
commit c1364f7ab7
4 changed files with 10 additions and 7 deletions
+2 -1
View File
@@ -10,8 +10,9 @@ vim.wo.number = true
vim.wo.relativenumber = true
vim.g.mapleader = ' '
vim.o.splitright = true
vim.g.clipboard = "osc52"
vim.o.clipboard = "unnamedplus"
-- vim.o.scrolloff = 999
-- vim.o.clipboard="unnamedplus"
vim.api.nvim_create_autocmd("FileType", {
pattern = "markdown",