fix(lazygit): keybindings for rename similarity

This commit is contained in:
Michel 2024-08-29 10:54:21 +02:00
parent 7fb8c46d6d
commit 55c26eb17a

View File

@ -60,11 +60,13 @@ keybinding:
# https://github.com/jesseduffield/lazygit/blob/master/docs/keybindings/Keybindings_en.md
# https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
universal:
refresh: "<f5>"
nextTab: ')'
prevTab: '('
nextScreenMode: '+'
prevScreenMode: '='
refresh: "<f5>"
increaseRenameSimilarityThreshold: ']'
decreaseRenameSimilarityThreshold: '['
notARepository: 'skip'