From 5c894b383c2e74d3341a2d980d9650fe9d8526c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pi=C3=B1a=20Colada?= Date: Sun, 27 Jun 2021 23:05:38 +0530 Subject: [PATCH] Updated Basic use cases (markdown) --- Basic-use-cases.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Basic-use-cases.md b/Basic-use-cases.md index 1ec0c44..ba0cbdc 100644 --- a/Basic-use-cases.md +++ b/Basic-use-cases.md @@ -265,11 +265,11 @@ mocp -a $(nnn -p -) ## Remote mounts -`nnn` integrates with SSHFS and rclone to support remote mounts. The mountpoints (for remotes as well as archives) are created within: +`nnn` integrates with SSHFS and rclone to support remote mounts. The mount points (for remotes as well as archives) are created within: ${XDG_CONFIG_HOME:-$HOME/.config}/nnn/mounts -Upon successful unmount, the mountpoints are removed. +Upon successful unmount, the mount points are removed. #### SSHFS @@ -321,12 +321,12 @@ Tip: To list all the remotes in the rclone config file: `rclone listremotes` The unmount option (which also unmounts mounted archives BTW) works in 2 ways: -1. hover on the mountpoint, press u (this works for both remotes and archives) +1. hover on the mount point, press u (this works for both remotes and archives) 2. if the current entry is not a mount point, `nnn` prompts for the remote host name Notes: -1. `nnn` takes you to the mount point after successful mounts. To jump back to the last directory, press the usual -. +1. `nnn` opens the mount point in a smart context after successful mounts. 2. More information on [SSHFS](https://wiki.archlinux.org/index.php/SSHFS). ## Synced quick notes