fix(lazygit): remove some conflicting keybindings
This commit is contained in:
parent
1201188479
commit
423ab28c21
1 changed files with 4 additions and 4 deletions
|
@ -6,8 +6,8 @@ git:
|
||||||
pager: delta --dark --paging=never --24-bit-color=never --syntax-theme 'Solarized (dark)'
|
pager: delta --dark --paging=never --24-bit-color=never --syntax-theme 'Solarized (dark)'
|
||||||
branchLogCmd: 'git log --graph --color=always --abbrev-commit --decorate --date=relative --pretty=oneline {{branchName}} --'
|
branchLogCmd: 'git log --graph --color=always --abbrev-commit --decorate --date=relative --pretty=oneline {{branchName}} --'
|
||||||
allBranchesLogCmd: 'git log --graph --all --color=always --abbrev-commit --decorate --date=relative --pretty=medium'
|
allBranchesLogCmd: 'git log --graph --all --color=always --abbrev-commit --decorate --date=relative --pretty=medium'
|
||||||
keybinding:
|
#keybinding:
|
||||||
universal:
|
# universal:
|
||||||
nextTab: '>'
|
# nextTab: '>'
|
||||||
prevTab: '<'
|
# prevTab: '<'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue