Skip to content

Commit

Permalink
Fix project_panel::NewDirectory in TextMate keymap (zed-industries#…
Browse files Browse the repository at this point in the history
…23825)

Release Notes:

- Fixed incorrect action names in TextMate keymap.
  • Loading branch information
huacnlee authored Jan 29, 2025
1 parent dbdf140 commit 6d4ccb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/keymaps/macos/textmate.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"cmd-b": "editor::GoToDefinition",
"cmd-j": "editor::ScrollCursorCenter",
"cmd-enter": "editor::NewlineBelow",
"cmd-alt-enter": "editor::NewLineAbove",
"cmd-alt-enter": "editor::NewlineAbove",
"cmd-shift-l": "editor::SelectLine",
"cmd-shift-t": "outline::Toggle",
"alt-backspace": "editor::DeleteToPreviousWordStart",
Expand Down Expand Up @@ -70,7 +70,7 @@
"bindings": {
"cmd-backspace": ["project_panel::Trash", { "skip_prompt": true }],
"cmd-d": "project_panel::Duplicate",
"cmd-n": "project_panel::NewFolder",
"cmd-n": "project_panel::NewDirectory",
"return": "project_panel::Rename",
"cmd-c": "project_panel::Copy",
"cmd-v": "project_panel::Paste",
Expand Down

0 comments on commit 6d4ccb0

Please sign in to comment.