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:
committed by
Jesse Duffield
parent
e1c376ef54
commit
0ae34aeeb7
@ -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,
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user