5 Set the default number of lines for the terminal. Set the default number of lines for the terminal when it is first opened. true Default visibility of terminal When a new Nemo window is opened, this setting determines whether Nemo terminal is visible by default. true Enable the pty bell Controls whether or not the terminal will beep when the child outputs the "bl" sequence. "Terminal follows Nemo" Current directory follow behavior Controls the default way the terminal and Nemo's current directory relate to each other. (not yet functional) "top" Terminal pane position Determines whether the terminal pane will be at the top or bottom of the Nemo file pane. It is currently recommended to leave it at the top. "" Shell executable Path to the shell executable nemo-terminal should use. Blank indicates shell will be user's default. Note that all other default parameters assume a bash-like shell. Terminal hotkey Key to toggle the terminal in the current Nemo window. " \\x05\\x15" Erase line key sequence Key sequence to safely erase the current line in the terminal. Should be escaped according to Python rules. Use \xhh for non-printing characters, where hh is the hex value (including any leading zeroes) of the ASCII character. Default values are valid for Bash. "\\x19\\x08" Restore line key sequence Key sequence to restore the line erased by the erase line sequence. Use \xhh for non-printing characters, where hh is the hex value (including any leading zeroes) of the ASCII character. Default values are valid for Bash. " cd %s && tput cuu1 && tput el && tput cuu1" Change directory command The command used by the terminal to change directory. %s is replaced by the shell-quoted directory name in the shell. This command will have a new line appended.