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
@@ -11,6 +11,8 @@ vim.wo.relativenumber = true
vim.g.mapleader = ' '
vim.o.splitright = true
vim.o.maxmempattern = 100000
vim.g.clipboard = "osc52"
vim.o.clipboard = "unnamedplus"
vim.cmd([[
autocmd ColorScheme * highlight Statement cterm=NONE ctermfg=5
@@ -63,4 +65,3 @@ vim.cmd([[
-- ]])
-- autocmd ColorScheme * highlight Folded cterm=italic ctermfg=lightgray ctermbg=18