zed/assets/keymaps
Kirill Bulatov df35fd0026
Show Delete shortcuts in project panel context menu (#12250)
Closes https://github.com/zed-industries/zed/issues/12234 by making both
default keymap and the menu `Delete` action declarations to have the
same `skip_prompt` value.
`Trash` action got more explicit `skip_prompt` declarations in this PR,
but those were the defaults already, so not changed.

Now, `Delete` action in the project panel will always show a prompt
before removing, both on the keystroke and menu item click.
To note, VSCode does skips prompt for the `Trash` action, so we might
want to change that too (later?), the PR does not alter it.

Release Notes:

- Shows Delete action binding keys in the project panel context menu
([12234](https://github.com/zed-industries/zed/issues/12234))
2024-05-24 22:02:21 +03:00
..
atom.json
default-linux.json Show Delete shortcuts in project panel context menu (#12250) 2024-05-24 22:02:21 +03:00
default-macos.json Show Delete shortcuts in project panel context menu (#12250) 2024-05-24 22:02:21 +03:00
jetbrains.json Fix jetbrains keymap alt-enter to do search::SelectAllMatches (#11951) 2024-05-24 12:47:38 +03:00
storybook.json
sublime_text.json
textmate.json Fix alt-shift-(left|right) behaviour (#11292) 2024-05-03 11:29:47 +02:00
vim.json Vim smorgasbord (#12222) 2024-05-23 21:09:32 -06:00