From 05710fd72b338f8a39c3b54bedec40426f71eb7b Mon Sep 17 00:00:00 2001 From: sxyazi Date: Sat, 30 Dec 2023 03:01:45 +0800 Subject: [PATCH] docs: add `--follow` option to `paste` command --- docs/configuration/keymap.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/configuration/keymap.md b/docs/configuration/keymap.md index c3520264..19331163 100644 --- a/docs/configuration/keymap.md +++ b/docs/configuration/keymap.md @@ -82,6 +82,7 @@ If you haven't created and used your own configuration file yet, please see [Con - paste: Paste the yanked files. - `--force`: Overwrite the destination file if it exists. + - `--follow`: Copy the file pointed to by a symbolic link, rather than the link itself. Only can be used during copying. - link: Create a symbolic link to the yanked files. (This is a privileged action in Windows and must be run as an administrator.)