diff options
author | hut <hut@lavabit.com> | 2010-01-22 00:14:42 +0100 |
---|---|---|
committer | hut <hut@lavabit.com> | 2010-01-22 00:14:42 +0100 |
commit | 77d3d6f556b275dc2bed79b67bee47c13267a082 (patch) | |
tree | 9bcf3671ebeb27eb5cd8c4031ae529528347fbf6 | |
parent | ab5676ab7cb6022f627e5e350a2f73d46655a5b4 (diff) | |
download | ranger-77d3d6f556b275dc2bed79b67bee47c13267a082.tar.gz |
help: formatting
-rw-r--r-- | ranger/help/index.py | 7 | ||||
-rw-r--r-- | ranger/help/movement.py | 10 |
2 files changed, 14 insertions, 3 deletions
diff --git a/ranger/help/index.py b/ranger/help/index.py index 7dc82e7d..57da5ff5 100644 --- a/ranger/help/index.py +++ b/ranger/help/index.py @@ -26,15 +26,15 @@ The console File operations -============================================================================== +============================================================================== 0.1. General information Annotations like |1?| indicate that the topic is explained in more detail in chapter 1. You can type 1? to view it. -============================================================================== +============================================================================== 0.2 Copying Ranger is free software licensed under the terms of the OpenBSD license. @@ -52,5 +52,8 @@ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + +============================================================================== """ # vim:tw=78:sw=4:sts=8:ts=8:ft=help diff --git a/ranger/help/movement.py b/ranger/help/movement.py index 3c5b3da6..702af175 100644 --- a/ranger/help/movement.py +++ b/ranger/help/movement.py @@ -22,6 +22,7 @@ 1.5. Bookmarks 1.6. Mouse usage + ============================================================================== 1.1. Ranger has similar movement keys as vim: @@ -61,6 +62,7 @@ These keys work like in vim: ^B move up by one screen ^F move down by one screen + ============================================================================== 1.2. Browser control @@ -88,6 +90,7 @@ special in whatever context you want. t tag/untag the selection T untag the selection + ============================================================================== 1.3. Searching @@ -102,6 +105,7 @@ You can search for more than just strings: cm cycle by mime type, connecting similar files cs cycle by size, large items first + ============================================================================== 1.4. Sorting @@ -115,6 +119,7 @@ be reversed. ot sort by mime type or reverse order + ============================================================================== 1.5. Bookmarks @@ -124,8 +129,9 @@ Each time you jump to a bookmark, the special bookmark at key ` will be set to the last directory. So typing "``" gets you back to where you were before. Note: The ' key is equivalent to `. -============================================================================== + +============================================================================== 1.6. Mouse usage The mouse can be used to quickly enter directories which you point at, @@ -134,6 +140,8 @@ wheel is not stable due to problems with the ncurses library, but "it works on my machine". Clicking into the preview window will usually run the file. |2?| + + ============================================================================== """ # vim:tw=78:sw=4:sts=8:ts=8:ft=help |