mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-03 03:55:46 +01:00
add initial implementation of 'shell' and 'shellcmdflag' options
This commit is contained in:
@@ -528,13 +528,29 @@ value can be reset to half the window height with [c]:set scroll=0[c].
|
||||
____
|
||||
|
||||
|
||||
|\'nosmd'| |\'noshowmode'| |\'smd'| |\'showmode'|
|
||||
||'showmode' 'smd'|| boolean (default: on)
|
||||
|\'shell'| |\'sh'|
|
||||
||'shell' 'sh'|| string (default: on)
|
||||
____
|
||||
Show the current mode in the command line.
|
||||
____
|
||||
|
||||
|
||||
|\'shellcmdflag'| |\'shcf'|
|
||||
||'shellcmdflag' 'shcf'|| string (default: $SHELL or "sh", Win32: "cmd.exe")
|
||||
____
|
||||
Shell to use for executing :! and :run commands.
|
||||
____
|
||||
|
||||
|
||||
|\'nosmd'| |\'noshowmode'| |\'smd'| |\'showmode'|
|
||||
||'showmode' 'smd'|| boolean (default: "-c", Win32: "/c")
|
||||
____
|
||||
Flag passed to shell when executing :! and :run commands.
|
||||
|
||||
E.g. bash -c gvim
|
||||
____
|
||||
|
||||
|
||||
|\'ssli'| |\'showstatuslinks'|
|
||||
||'showstatuslinks' 'ssli'|| number (default: 1)
|
||||
____
|
||||
|
||||
Reference in New Issue
Block a user