1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-30 03:23:08 +03:00

Make discarding items less error prone

The menu is opened by `d` so this makes it harder to mess things up by
accidentally pressing `dd`.
This commit is contained in:
Luka Markušić
2023-02-02 08:13:12 +01:00
committed by Jesse Duffield
parent e1c376ef54
commit 0ae34aeeb7
2 changed files with 3 additions and 3 deletions

View File

@ -31,7 +31,7 @@ func (self *FilesController) createResetMenu() error {
return self.c.Refresh(types.RefreshOptions{Mode: types.ASYNC, Scope: []types.RefreshableView{types.FILES}})
},
Key: 'D',
Key: 'x',
Tooltip: self.c.Tr.NukeDescription,
},
{