我使用fish_vi_key_bindings在fish-shell中启用了vi键绑定,但现在我想回到默认的类似emacs的设置。我怎么才能逃脱?
发布于 2017-01-28 08:24:52
运行fish_default_key_bindings切换回默认(emacs)模式。
发布于 2017-01-28 08:11:57
它被保存在fish_key_bindings变量中,所以运行
set -U fish_key_bindings fish_default_key_bindingshttps://stackoverflow.com/questions/41905019
复制相似问题