diff options
author | M Rawash <mrawash@gmail.com> | 2012-01-27 00:14:55 +0200 |
---|---|---|
committer | M Rawash <mrawash@gmail.com> | 2012-01-27 00:14:55 +0200 |
commit | 47c2cf6920324da597cf969329c0abb59591c9ca (patch) | |
tree | 5c0dff1fc4cac192fdd373277e6b565977d2cdb0 /doc/ranger.pod | |
parent | 9e146c8272e25b98d0f196bc34ac1725f894863a (diff) | |
download | ranger-47c2cf6920324da597cf969329c0abb59591c9ca.tar.gz |
new :relink command
Diffstat (limited to 'doc/ranger.pod')
-rw-r--r-- | doc/ranger.pod | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ranger.pod b/doc/ranger.pod index 65615a8e..93b69999 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -787,6 +787,10 @@ it by typing `` or '' the next time you start ranger. Rename the current file. If a file with that name already exists, the renaming will fail. Also try the key binding A for appending something to a file name. +=item relink I<newpath> + +Change the link destination of the current symlink file to <newpath>. First <tab> will load the original link. + =item save_copy_buffer Save the copy buffer from I<~/.config/ranger/copy_buffer>. This can be used to |