diff options
author | hut <hut@lepus.uberspace.de> | 2015-11-14 03:46:47 +0100 |
---|---|---|
committer | hut <hut@lepus.uberspace.de> | 2015-11-14 03:46:47 +0100 |
commit | 18f25ff7e089476aefaddbeb15aaaec9ff019154 (patch) | |
tree | e30f54d197109a5b7677b88a19c437e02fdf9fac /doc | |
parent | d11e47ee5065306d3e837ddfb44382acdebe5160 (diff) | |
download | ranger-18f25ff7e089476aefaddbeb15aaaec9ff019154.tar.gz |
fixed line widths in commit a090d85 (#400)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ranger.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ranger.pod b/doc/ranger.pod index b287f1ea..6c66f817 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -206,8 +206,8 @@ Macros can be used in commands to abbreviate things. %c the full paths of the currently copied/cut files %p the full paths of selected files -The macros %f, %d, %p, and %s also have upper case variants, %F, %D, %P, and %S, -which refer to the next tab. To refer to specific tabs, add a number in +The macros %f, %d, %p, and %s also have upper case variants, %F, %D, %P, and +%S, which refer to the next tab. To refer to specific tabs, add a number in between. (%7s = selection of the seventh tab.) %c is the only macro which ranges out of the current directory. So you may |