Compare commits

...

3 Commits

Author SHA1 Message Date
d092a3c8fd Update lazygit config 2025-07-29 08:23:21 -07:00
1ac8abb23f Disable AI plugins 2025-07-29 08:23:06 -07:00
6560a0e1f8 Upgrade gitmux 2025-07-29 08:22:48 -07:00
5 changed files with 22 additions and 22 deletions

View File

@@ -1,34 +1,36 @@
customCommands:
- key: '<c-P>'
context: 'global'
command: 'git push --force-with-lease'
description: 'Force push with lease.'
- key: "<c-P>"
context: "global"
command: "git push --force-with-lease"
description: "Force push with lease."
git:
autoForwardBranches: "none"
os:
editPreset: "vscode"
editPreset: "nvim"
gui:
timeFormat: '2006-01-02'
nerdFontsVersion: '3'
useHunkModeInStagingView: true
timeFormat: "2006-01-02"
nerdFontsVersion: "3"
mouseEvents: false
theme:
activeBorderColor:
- '#40a02b'
- "#40a02b"
- bold
inactiveBorderColor:
- '#6c6f85'
- "#6c6f85"
optionsTextColor:
- '#1e66f5'
- "#1e66f5"
selectedLineBgColor:
- '#ccd0da'
- "#ccd0da"
cherryPickedCommitBgColor:
- '#bcc0cc'
- "#bcc0cc"
cherryPickedCommitFgColor:
- '#40a02b'
- "#40a02b"
unstagedChangesColor:
- '#d20f39'
- "#d20f39"
defaultFgColor:
- '#4c4f69'
- "#4c4f69"
searchingActiveBorderColor:
- '#df8e1d'
- "#df8e1d"
authorColors:
'*': '#7287fd'
"*": "#7287fd"

View File

@@ -1 +1 @@
gitmux_v0.11.2
gitmux_v0.11.4

Binary file not shown.

BIN
bin/linux/gitmux_v0.11.4 Executable file

Binary file not shown.

View File

@@ -1,7 +1,5 @@
{
"extras": [
"lazyvim.plugins.extras.ai.copilot",
"lazyvim.plugins.extras.ai.copilot-chat",
"lazyvim.plugins.extras.coding.mini-surround",
"lazyvim.plugins.extras.dap.core",
"lazyvim.plugins.extras.formatting.prettier",
@@ -23,4 +21,4 @@
"NEWS.md": "10960"
},
"version": 8
}
}