WIP: Add keybinding to open buffers under cursors
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
parent
cf62d26ed8
commit
3cab32d201
7 changed files with 70 additions and 15 deletions
|
@ -124,7 +124,7 @@ impl ProjectPanel {
|
|||
if let Some(worktree) = project.read(cx).worktree_for_id(worktree_id, cx) {
|
||||
if let Some(entry) = worktree.read(cx).entry_for_id(entry_id) {
|
||||
workspace
|
||||
.open_entry(
|
||||
.open_path(
|
||||
ProjectPath {
|
||||
worktree_id,
|
||||
path: entry.path.clone(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue