diff options
| author | Shohei YOSHIDA <syohex@gmail.com> | 2022-11-17 17:52:22 +0900 |
|---|---|---|
| committer | Shohei YOSHIDA <syohex@gmail.com> | 2022-11-17 17:52:22 +0900 |
| commit | 6569c7df343fa2a52428b80330f89d1ec09bbe06 (patch) | |
| tree | 5041880eda329094ee0791434f9e2f030ca89997 /src/_mc | |
| parent | Merge pull request #927 from zsh-users/update-showoff (diff) | |
| download | zsh-completions-6569c7df343fa2a52428b80330f89d1ec09bbe06.tar zsh-completions-6569c7df343fa2a52428b80330f89d1ec09bbe06.tar.gz zsh-completions-6569c7df343fa2a52428b80330f89d1ec09bbe06.tar.bz2 zsh-completions-6569c7df343fa2a52428b80330f89d1ec09bbe06.tar.lz zsh-completions-6569c7df343fa2a52428b80330f89d1ec09bbe06.tar.xz zsh-completions-6569c7df343fa2a52428b80330f89d1ec09bbe06.tar.zst zsh-completions-6569c7df343fa2a52428b80330f89d1ec09bbe06.zip | |
Add description of mc command
Diffstat (limited to 'src/_mc')
| -rw-r--r-- | src/_mc | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -21,6 +21,12 @@ # ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR # OTHER DEALINGS IN THE SOFTWARE. # ------------------------------------------------------------------------------ +# Description +# ----------- +# +# Completion script for Midnight Commander 4.8.28 (https://midnight-commander.org/) +# +# ------------------------------------------------------------------------------ # Authors # ------- # @@ -49,7 +55,7 @@ opts=( {-k,--resetsoft}'[resets soft keys on HP terminals]' {-K,--keymap=}'[load definitions of key bindings from specified file]:file:_files' {-l,--ftplog=}'[log ftp dialog to specified file]:file:_files' - --nokeymap'[dont load definitions of key bindings from file, use defaults]' + --nokeymap"[don't load key bindings from any file, use default hardcoded keys]" {-P,--printwd=}'[print last working directory to specified file]:file:_files' {-s,--slow}'[to run on slow terminals]' {-S,--skin=}'[show mc with specified skin]:skin:' |
