Add action to open licenses file
This commit is contained in:
parent
4609be20de
commit
9d58032064
7 changed files with 40 additions and 35 deletions
|
@ -233,6 +233,7 @@ pub fn init(app_state: Arc<AppState>, cx: &mut MutableAppContext) {
|
|||
workspace.toggle_sidebar(SidebarSide::Right, cx);
|
||||
});
|
||||
cx.add_action(Workspace::activate_pane_at_index);
|
||||
|
||||
cx.add_action(Workspace::split_pane_with_item);
|
||||
cx.add_action(Workspace::split_pane_with_project_entry);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue