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