1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-02-03 13:21:56 +02:00

better keybinding

This commit is contained in:
Jesse Duffield 2020-03-29 18:13:03 +11:00
parent 76431b4673
commit 647ab9bf0f
2 changed files with 2 additions and 4 deletions

View File

@ -90,7 +90,7 @@ Default path for the config file:
undo: 'z'
redo: '<c-z>'
filteringMenu: <c-s>
diffingMenu: '\'
diffingMenu: '<c-e>'
status:
checkForUpdate: 'u'
recentRepos: '<enter>'
@ -134,7 +134,6 @@ Default path for the config file:
cherryPickCopyRange: 'C'
pasteCommits: 'v'
tagCommit: 'T'
toggleDiffCommit: 'i'
checkoutCommit: '<space>'
resetCherryPick: '<c-R>'
stash:

View File

@ -321,7 +321,7 @@ keybinding:
undo: 'z'
redo: '<c-z>'
filteringMenu: <c-s>
diffingMenu: '\'
diffingMenu: '<c-e>'
status:
checkForUpdate: 'u'
recentRepos: '<enter>'
@ -366,7 +366,6 @@ keybinding:
cherryPickCopyRange: 'C'
pasteCommits: 'v'
tagCommit: 'T'
toggleDiffCommit: 'i'
checkoutCommit: '<space>'
resetCherryPick: '<c-R>'
stash: