diff options
author | hut <hut@lavabit.com> | 2012-01-26 23:32:29 +0100 |
---|---|---|
committer | hut <hut@lavabit.com> | 2012-01-26 23:32:29 +0100 |
commit | 25dfd676d7211865d2ee0f6af2ce9ef19a6c8dcf (patch) | |
tree | ca1ac63ad627e86aebd814b63d1eb10191e963f4 /doc/ranger.1 | |
parent | 30f17d752f75f5950315e328b21bff50eac86ab4 (diff) | |
parent | 47c2cf6920324da597cf969329c0abb59591c9ca (diff) | |
download | ranger-25dfd676d7211865d2ee0f6af2ce9ef19a6c8dcf.tar.gz |
Merge git://github.com/gwash/ranger
Diffstat (limited to 'doc/ranger.1')
-rw-r--r-- | doc/ranger.1 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1 index 94d5387d..06b08d50 100644 --- a/doc/ranger.1 +++ b/doc/ranger.1 @@ -741,6 +741,9 @@ it by typing `` or '' the next time you start ranger. .IX Item "rename newname" 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. +.IP "relink \fInewpath\fR" 2 +.IX Item "relink newpath" +Change the link destination of the current symlink file to <newpath>. First <tab> will load the original link. .IP "save_copy_buffer" 2 .IX Item "save_copy_buffer" Save the copy buffer from \fI~/.config/ranger/copy_buffer\fR. This can be used to @@ -869,6 +872,11 @@ program out of \*(L"vim\*(R", \*(L"emacs\*(R" and \*(L"nano\*(R". .IX Item "SHELL" Defines the shell that ranger is going to use with the :shell command and the \*(L"S\*(R" key. Defaults to \*(L"bash\*(R". +.IP "\s-1TERMCMD\s0" 8 +.IX Item "TERMCMD" +Defines the terminal emulator command that ranger is going to use with the +:terminal command and the \*(L"t\*(R" run flag. Defaults to \*(L"x\-terminal-emulator\*(R" or +\&\*(L"xterm\*(R" .IP "\s-1XDG_CONFIG_HOME\s0" 8 .IX Item "XDG_CONFIG_HOME" Specifies the directory for configuration files. Defaults to \fI\f(CI$HOME\fI/.config\fR. |