diff options
author | Joe <rbo@gmx.us> | 2024-05-20 20:20:20 +0200 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-05-20 20:20:20 +0200 |
commit | 6f0b1d98cba2b18e43e298d5c811293491acc9c5 (patch) | |
tree | 0aaa5a0c1ff644b6fabf2f01a2179802ca8d74ac | |
parent | ok (diff) | |
download | hardflip-6f0b1d98cba2b18e43e298d5c811293491acc9c5.tar.gz hardflip-6f0b1d98cba2b18e43e298d5c811293491acc9c5.tar.bz2 hardflip-6f0b1d98cba2b18e43e298d5c811293491acc9c5.tar.xz hardflip-6f0b1d98cba2b18e43e298d5c811293491acc9c5.tar.zst hardflip-6f0b1d98cba2b18e43e298d5c811293491acc9c5.zip |
up
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -68,10 +68,10 @@ recommend this at all but you might not care + `percent`: (`bool`) shows percent of hosts the cursor is on in the bottom right of the window + `terminal`: (`string`) will spawn the command to connect to your host in a -new instance of your set terminal. It was intended to `setsid` the connection -in a new terminal, allowing you to still be using the same `hf` while connected -to one or several of your hosts. Turns out I can't code that it doesn't work at -all, just leave that unset +new instance of your set terminal. It was intended to open the connection +in a new terminal in the background, allowing you to still be using the same +`hf` while connected to one or several of your hosts. Turns out I can't code +that it doesn't work at all, just leave that unset + `default_ssh_priv`: (`string`) default SSH private key path. It will be entered by default when adding a new SSH host or jump, saving a ton of time. Of course it can be changed when adding the host. Leave empty if you don't have |