更改

跳到导航 跳到搜索
添加282字节 、 2021年4月30日 (五) 23:06
无编辑摘要
第68行: 第68行:  
:  我的配置:<code>ZLE_SPACE_SUFFIX_CHARS='&|'</code>
 
:  我的配置:<code>ZLE_SPACE_SUFFIX_CHARS='&|'</code>
 
:  如:在 <code>ls dir</code> 补全后变成 <code>ls dir/</code>,再输入一个 <code>|</code> 时命令行变成 <code>ls dir |</code>
 
:  如:在 <code>ls dir</code> 补全后变成 <code>ls dir/</code>,再输入一个 <code>|</code> 时命令行变成 <code>ls dir |</code>
 +
 +
== ZLE Functions ==
 +
 +
<ref>[http://zsh.sourceforge.net/Doc/Release/Editor-Functions-Index.html Editor Functions Index]</ref>
 +
 +
; <code>auto-suffix-remove</code>
 +
:  如果存在,移除自动被加入的 suffix(如空格或 /)
 +
; <code>beginning-of-line</code>
 +
:  移动到行首
    
== 外部链接 ==
 
== 外部链接 ==

导航菜单