diff options
Diffstat (limited to '')
-rw-r--r-- | conf/config.sample.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/conf/config.sample.yml b/conf/config.sample.yml index d80eb1d..45cfd1a 100644 --- a/conf/config.sample.yml +++ b/conf/config.sample.yml @@ -19,5 +19,9 @@ percent: false # the command will replace hardflip #terminal: alacritty -# this will be entered by default when adding a new SSH or SSH jump host +# this will be entered by default when adding a new SSH or SSH jump host to win +# some time default_ssh_priv: path/to/key + +# fuzzy finder program used in search (keybind /) and -s mode +#fuzzy_finder: fzf |