mirror of
https://github.com/denisidoro/navi.git
synced 2026-07-25 11:04:06 +00:00
Bump
This commit is contained in:
parent
62587ad4cf
commit
3f66614818
3 changed files with 6 additions and 20 deletions
|
|
@ -37,7 +37,7 @@ pub fn add(uri: String) -> Result<(), Box<dyn Error>> {
|
|||
let overrides = "--preview-window right:30%".to_string();
|
||||
let opts = fzf::Opts {
|
||||
suggestion_type: SuggestionType::MultipleSelections,
|
||||
preview: Some(format!("cat {}/{{}}", tmp_path_str_with_trailing_slash)),
|
||||
preview: Some(format!("cat '{}/{{}}'", tmp_path_str)),
|
||||
header: Some(
|
||||
"Select the cheatsheets you want to import with <TAB> then hit <Enter>".to_string(),
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue