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/keybindings/Keybindings_en.md
# https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default # https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
universal: universal:
refresh: "<f5>"
nextTab: ')' nextTab: ')'
prevTab: '(' prevTab: '('
nextScreenMode: '+' nextScreenMode: '+'
prevScreenMode: '=' prevScreenMode: '='
refresh: "<f5>" increaseRenameSimilarityThreshold: ']'
decreaseRenameSimilarityThreshold: '['
notARepository: 'skip' notARepository: 'skip'