diff options
author | hut <hut@lavabit.com> | 2012-01-18 16:21:20 +0100 |
---|---|---|
committer | hut <hut@lavabit.com> | 2012-01-18 16:21:20 +0100 |
commit | c2b71f721ba4fec22e6b8135508e07cb56df3320 (patch) | |
tree | 1ec8c15bdfd7b82ec2b48fcb0fd345c24b0620f8 /doc | |
parent | 1cc4c0e4c2a022d64dac2d380729ffacb2cfa31c (diff) | |
download | ranger-c2b71f721ba4fec22e6b8135508e07cb56df3320.tar.gz |
Added doc for TERMCMD and integrated it in commands.py
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ranger.pod | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/ranger.pod b/doc/ranger.pod index e261ca60..65615a8e 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -956,6 +956,13 @@ program out of "vim", "emacs" and "nano". Defines the shell that ranger is going to use with the :shell command and the "S" key. Defaults to "bash". +=item TERMCMD + +Defines the terminal emulator command that ranger is going to use with the +:terminal command and the "t" run flag. Defaults to "x-terminal-emulator" or +"xterm" + + =item XDG_CONFIG_HOME Specifies the directory for configuration files. Defaults to F<$HOME/.config>. |