fix nvim
This commit is contained in:
@@ -377,7 +377,7 @@
|
||||
"osdPosition": 5,
|
||||
"osdVolumeEnabled": true,
|
||||
"osdMediaVolumeEnabled": true,
|
||||
"osdMediaPlaybackEnabled": true,
|
||||
"osdMediaPlaybackEnabled": false,
|
||||
"osdBrightnessEnabled": true,
|
||||
"osdIdleInhibitorEnabled": true,
|
||||
"osdMicMuteEnabled": true,
|
||||
|
||||
@@ -89,8 +89,7 @@ vim.o.confirm = true
|
||||
|
||||
-- vim.o.winborder = "rounded"
|
||||
|
||||
-- Clipboard: prefer system clipboard, and over SSH use OSC52 so yanks can reach local clipboard
|
||||
vim.opt.clipboard = "unnamedplus"
|
||||
-- Clipboard: keep default y/p behavior; over SSH, route + register through OSC52
|
||||
if vim.env.SSH_TTY then
|
||||
vim.g.clipboard = "osc52"
|
||||
end
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"activePack": "glados",
|
||||
"volume": 1,
|
||||
"muted": true,
|
||||
"muted": false,
|
||||
"enabledCategories": {
|
||||
"session.start": true,
|
||||
"task.acknowledge": true,
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"lastChangelogVersion": "0.60.0",
|
||||
"defaultProvider": "openai-codex",
|
||||
"defaultModel": "gpt-5.3-codex",
|
||||
"defaultThinkingLevel": "medium",
|
||||
"defaultThinkingLevel": "high",
|
||||
"theme": "matugen",
|
||||
"lsp": {
|
||||
"hookMode": "edit_write"
|
||||
|
||||
@@ -1,28 +1,22 @@
|
||||
layout {
|
||||
default_tab_template {
|
||||
children
|
||||
pane size=1 borderless=true {
|
||||
plugin location="zellij:compact-bar"
|
||||
}
|
||||
}
|
||||
default_tab_template {
|
||||
children
|
||||
pane size=1 borderless=true {
|
||||
plugin location="zellij:compact-bar"
|
||||
}
|
||||
}
|
||||
|
||||
tab name="dotfiles" cwd="/home/thomasgl/.dotfiles" {
|
||||
pane split_direction="vertical" {
|
||||
pane stacked=true {
|
||||
pane
|
||||
pane command="nvim"
|
||||
}
|
||||
pane size="40%" command="pi"
|
||||
}
|
||||
}
|
||||
tab name="nvim + jjui" {
|
||||
pane stacked=true {
|
||||
pane command="nvim"
|
||||
pane command="jjui"
|
||||
}
|
||||
}
|
||||
|
||||
tab name="NixOS" cwd="/home/thomasgl/etc/nixos" {
|
||||
pane split_direction="vertical" {
|
||||
pane stacked=true {
|
||||
pane
|
||||
pane command="nvim"
|
||||
}
|
||||
pane size="40%" command="pi"
|
||||
}
|
||||
}
|
||||
tab name="pi + shell" {
|
||||
pane stacked=true {
|
||||
pane command="pi"
|
||||
pane
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user