diff options
author | The Flying Rapist <admin@nosuck.org> | 2015-10-24 03:28:37 -0400 |
---|---|---|
committer | nfnty <git@nfnty.se> | 2017-02-01 00:30:38 +0100 |
commit | 9ce8839a6363d43f2d6f9ce74feb2c21ee4fed41 (patch) | |
tree | 87db4e84923b0115fa249dd3eafd475b079edd11 /doc/ranger.pod | |
parent | cc8f5270fdb52714c4606ac62eea0de9c6aac04a (diff) | |
download | ranger-9ce8839a6363d43f2d6f9ce74feb2c21ee4fed41.tar.gz |
Add command for jumping to first non-directory/non-file
Fixes #409
Diffstat (limited to 'doc/ranger.pod')
-rw-r--r-- | doc/ranger.pod | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/ranger.pod b/doc/ranger.pod index 0a6bc2c4..a61ae657 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -928,6 +928,7 @@ ranger. For your convenience, this is a list of the "public" commands including flat level grep pattern help + jump_non [-r] [-w] linemode linemodename load_copy_buffer map key command @@ -1118,6 +1119,14 @@ Looks for a string in all marked files or directories. Provides a quick way to view ranger documentations. +=item jump_non [I<-r>] [I<-w>] + +Jumps to first non-directory if highlighted file is a directory and vice versa. + + -r Jump in reverse order + -w Wrap around if reaching end of filelist + + =item linemode I<linemodename> Sets the linemode of all files in the current directory. The linemode may be: |