【问题标题】:set vi-style line editing interface in TCSH/CSH similar to "set -o vi" in bash在 TCSH/CSH 中设置 vi 风格的行编辑界面类似于 bash 中的“set -o vi”
【发布时间】:2017-07-06 21:17:03
【问题描述】:

在bash中我们可以使用set -o vi设置vi风格的行编辑界面。 如何在 c-shell(tcsh 或 csh)中设置相同。

我试过set -o vi。但它会引发错误。

$>set -o vi
set: Variable name must begin with a letter.

【问题讨论】:

    标签: linux bash vi csh tcsh


    【解决方案1】:

    试试bindkey -v

    See this website

    【讨论】:

      猜你喜欢
      • 2016-06-23
      • 2014-03-27
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2010-09-06
      • 2012-11-19
      • 2020-01-30
      相关资源
      最近更新 更多