Skip to content

Commit

Permalink
Fix project_panel::NewDirectory in TextMate keymap (cherry-pick #23825
Browse files Browse the repository at this point in the history
) (#23905)

Cherry-picked Fix `project_panel::NewDirectory` in TextMate keymap
(#23825)

Release Notes:

- Fixed incorrect action names in TextMate keymap.

Co-authored-by: Jason Lee <[email protected]>
  • Loading branch information
gcp-cherry-pick-bot[bot] and huacnlee authored Jan 30, 2025
1 parent 58859c1 commit 703dc9d
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 703dc9d

Please sign in to comment.