Skip to content

Commit

Permalink
ppcli: remove the height=50% setting
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanueltouzery committed Nov 14, 2020
1 parent 5405b0b commit a5b70b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ppcli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ pub fn main() {
let options = SkimOptionsBuilder::default()
.bind(vec!["ctrl-p:previous-history", "ctrl-n:next-history"])
.expect(Some("ctrl-y,alt-enter".to_string()))
.height(Some("50%"))
// .height(Some("50%"))
// .multi(true)
.preview(Some("")) // preview should be specified to enable preview window
.preview_window(Some("up:2"))
Expand Down

0 comments on commit a5b70b5

Please sign in to comment.