Compare commits
3 Commits
95de6305b1
...
d092a3c8fd
Author | SHA1 | Date | |
---|---|---|---|
d092a3c8fd | |||
1ac8abb23f | |||
6560a0e1f8 |
38
.lazygit
38
.lazygit
@@ -1,34 +1,36 @@
|
|||||||
customCommands:
|
customCommands:
|
||||||
- key: '<c-P>'
|
- key: "<c-P>"
|
||||||
context: 'global'
|
context: "global"
|
||||||
command: 'git push --force-with-lease'
|
command: "git push --force-with-lease"
|
||||||
description: 'Force push with lease.'
|
description: "Force push with lease."
|
||||||
|
git:
|
||||||
|
autoForwardBranches: "none"
|
||||||
os:
|
os:
|
||||||
editPreset: "vscode"
|
editPreset: "nvim"
|
||||||
gui:
|
gui:
|
||||||
timeFormat: '2006-01-02'
|
useHunkModeInStagingView: true
|
||||||
nerdFontsVersion: '3'
|
timeFormat: "2006-01-02"
|
||||||
|
nerdFontsVersion: "3"
|
||||||
mouseEvents: false
|
mouseEvents: false
|
||||||
theme:
|
theme:
|
||||||
activeBorderColor:
|
activeBorderColor:
|
||||||
- '#40a02b'
|
- "#40a02b"
|
||||||
- bold
|
- bold
|
||||||
inactiveBorderColor:
|
inactiveBorderColor:
|
||||||
- '#6c6f85'
|
- "#6c6f85"
|
||||||
optionsTextColor:
|
optionsTextColor:
|
||||||
- '#1e66f5'
|
- "#1e66f5"
|
||||||
selectedLineBgColor:
|
selectedLineBgColor:
|
||||||
- '#ccd0da'
|
- "#ccd0da"
|
||||||
cherryPickedCommitBgColor:
|
cherryPickedCommitBgColor:
|
||||||
- '#bcc0cc'
|
- "#bcc0cc"
|
||||||
cherryPickedCommitFgColor:
|
cherryPickedCommitFgColor:
|
||||||
- '#40a02b'
|
- "#40a02b"
|
||||||
unstagedChangesColor:
|
unstagedChangesColor:
|
||||||
- '#d20f39'
|
- "#d20f39"
|
||||||
defaultFgColor:
|
defaultFgColor:
|
||||||
- '#4c4f69'
|
- "#4c4f69"
|
||||||
searchingActiveBorderColor:
|
searchingActiveBorderColor:
|
||||||
- '#df8e1d'
|
- "#df8e1d"
|
||||||
authorColors:
|
authorColors:
|
||||||
'*': '#7287fd'
|
"*": "#7287fd"
|
||||||
|
|
||||||
|
@@ -1 +1 @@
|
|||||||
gitmux_v0.11.2
|
gitmux_v0.11.4
|
Binary file not shown.
BIN
bin/linux/gitmux_v0.11.4
Executable file
BIN
bin/linux/gitmux_v0.11.4
Executable file
Binary file not shown.
@@ -1,7 +1,5 @@
|
|||||||
{
|
{
|
||||||
"extras": [
|
"extras": [
|
||||||
"lazyvim.plugins.extras.ai.copilot",
|
|
||||||
"lazyvim.plugins.extras.ai.copilot-chat",
|
|
||||||
"lazyvim.plugins.extras.coding.mini-surround",
|
"lazyvim.plugins.extras.coding.mini-surround",
|
||||||
"lazyvim.plugins.extras.dap.core",
|
"lazyvim.plugins.extras.dap.core",
|
||||||
"lazyvim.plugins.extras.formatting.prettier",
|
"lazyvim.plugins.extras.formatting.prettier",
|
||||||
@@ -23,4 +21,4 @@
|
|||||||
"NEWS.md": "10960"
|
"NEWS.md": "10960"
|
||||||
},
|
},
|
||||||
"version": 8
|
"version": 8
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user