Skip to content

Commit

Permalink
Fix --preview-window for repo browse (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
denisidoro authored Mar 22, 2020
1 parent a0636b1 commit 8c3748f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "navi"
version = "2.3.0"
version = "2.3.1"
authors = ["Denis Isidoro <[email protected]>"]
edition = "2018"
description = "An interactive cheatsheet tool for the command-line"
Expand Down
2 changes: 1 addition & 1 deletion src/flows/repo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ pub fn add(uri: String) -> Result<(), Box<dyn Error>> {
header: Some(
"Select the cheatsheets you want to import with <TAB> then hit <Enter>".to_string(),
),
preview_window: Some("--preview-window right:30%".to_string()),
preview_window: Some("right:30%".to_string()),
..Default::default()
};

Expand Down

0 comments on commit 8c3748f

Please sign in to comment.