Open files with middle click
* Directories open in new tab * All others open the file
This commit is contained in:
parent
36bcf81bc6
commit
0971f6f20f
3 changed files with 40 additions and 1 deletions
|
|
@ -638,6 +638,9 @@ impl Application for App {
|
|||
commands.push(self.update(Message::Open));
|
||||
}
|
||||
}
|
||||
tab::Command::OpenInNewTab(_path) => {
|
||||
log::warn!("OpenInNewTab not supported in dialog");
|
||||
}
|
||||
tab::Command::Scroll(id, offset) => {
|
||||
commands.push(scrollable::scroll_to(id, offset));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue