Compare commits
3 Commits
95de6305b1
...
d092a3c8fd
Author | SHA1 | Date | |
---|---|---|---|
d092a3c8fd | |||
1ac8abb23f | |||
6560a0e1f8 |
38
.lazygit
38
.lazygit
@@ -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"
|
||||
|
@@ -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": [
|
||||
"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
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user