diff options
author | hut <hut@lepus.uberspace.de> | 2015-01-01 22:38:50 +0100 |
---|---|---|
committer | hut <hut@lepus.uberspace.de> | 2015-01-01 22:38:50 +0100 |
commit | 27a24a098f912e960c8ea2043ac34bfd58b618bf (patch) | |
tree | 3f148d232626a93e8759a660984f719efe9121e9 /doc/ranger.pod | |
parent | ef2973cfb15fe363cfa699344404c6f37f7c5d59 (diff) | |
download | ranger-27a24a098f912e960c8ea2043ac34bfd58b618bf.tar.gz |
doc/ranger.1: added doc for "rename_append"
Diffstat (limited to 'doc/ranger.pod')
-rw-r--r-- | doc/ranger.pod | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ranger.pod b/doc/ranger.pod index ee20ef9f..279e44fd 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -851,6 +851,7 @@ ranger. For your convenience, this is a list of the "public" commands including quit quit! relink newpath + rename_append rename newname save_copy_buffer scout [-FLAGS] pattern @@ -1112,6 +1113,11 @@ it by typing `` or '' the next time you start ranger. Change the link destination of the current symlink file to <newpath>. First <tab> will load the original link. +=item rename_append + +Opens the console with ":rename <current file>" with the cursor automatically +placed before the file extension + =item rename I<newname> Rename the current file. If a file with that name already exists, the renaming |