Created
July 27, 2024 23:45
-
-
Save simon-lang/1571bd3ca921e66521f602c848078276 to your computer and use it in GitHub Desktop.
lazygit config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gui: | |
theme: | |
selectedLineBgColor: | |
- reverse | |
selectedRangeBgColor: | |
- reverse | |
inactiveBorderColor: | |
- '#000000' | |
showRandomTip: false | |
showCommandLog: false | |
showBottomLine: false | |
os: | |
# editPreset: 'nvim {{filename}}' | |
# editAtLine: 'nvim --line={{line}} {{filename}}' | |
# editAtLineAndWait: 'nvim --block --line={{line}} {{filename}}' | |
editInTerminal: true | |
openDirInEditor: 'nvim {{dir}}' | |
promptToReturnFromSubprocess: false | |
notARepository: 'skip' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment