Compare commits

..

2 Commits

Author SHA1 Message Date
Anthony Oteri 1ee9a0612e fix(lazygit): fix display issues
Signed-off-by: Anthony Oteri <4360016+anthonyoteri@users.noreply.github.com>
2026-03-12 08:12:56 -04:00
Anthony Oteri 1afd770d70 fix(ghostty): shell-integration fixes
Signed-off-by: Anthony Oteri <4360016+anthonyoteri@users.noreply.github.com>
2026-03-12 08:12:32 -04:00
2 changed files with 7 additions and 22 deletions
+2 -20
View File
@@ -1,28 +1,10 @@
theme = night owl
font-family = "JetBrainsMonoNL Nerd Font Mono"
font-size = 14
window-padding-x = 12
window-padding-y = 12
window-decoration = true
copy-on-select = clipboard
background-opacity = 0.9
background-blur = 90
adjust-cell-height = 5%
window-colorspace = "display-p3"
window-padding-balance = true
macos-non-native-fullscreen = false
macos-window-buttons = visible
macos-titlebar-style = transparent
macos-titlebar-proxy-icon = visible
macos-dock-drop-behavior = new-tab
macos-option-as-alt = true
macos-window-shadow = true
macos-hidden = never
macos-auto-secure-input = true
macos-secure-input-indication = true
macos-applescript = true
macos-icon = official
macos-icon-frame = aluminum
macos-shortcuts = ask
background-blur = true
term = xterm-256color
shell-integration-features = cursor,sudo,title,ssh-env,ssh-terminfo,path
#term = xterm-256color
+4 -1
View File
@@ -37,7 +37,7 @@ gui:
showBranchCommitHash: false
showDivergenceFromBaseBranch: none
commandLogSize: 8
splitDiff: always
splitDiff: auto
screenMode: normal
border: rounded
animateExplosion: true
@@ -88,6 +88,9 @@ git:
localBranchSortOrder: date
remoteBranchSortOrder: date
truncateCopiedCommitHashesTo: 12
paging:
colorArg: always
pager: delta --dark --paging=never --syntax-theme base16-256 -s
update:
method: prompt
days: 14