tmux and nvim clipboard passthrough, opencode system theme in tmux
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user