文件名称:plugin-vi-mode:鱼的基本vi键绑定仿真
文件大小:13KB
文件格式:ZIP
更新时间:2024-05-31 00:46:59
Shell
vi模式 鱼的基本vi键绑定仿真。 安装 将vi-mode添加到config.fish中的fish插件列表中。 例子: set fish_plugins autojump vi-mode 配置 预设模式 默认的vi模式可以通过定义变量被设置vi_mode_default在config.fish 。 如果使用此变量,则必须在加载oh-my-fish之前设置此变量。 其默认值为vi_mode_insert 。 要将普通模式设置为默认值: set vi_mode_default vi_mode_normal 模式指示灯 模式指示符存储在变量vi_mode 。 有关将指示器集成到提示中的示例,请参见oh-my-fish主题simplevi 。 用户键绑定 可以使用功能vi_mode_user_key_bindings定义用户其他键绑定。 如果使用此函数,则必须在加载oh-my-fish之
【文件预览】:
plugin-vi-mode-master
----LICENSE(1KB)
----README.md(2KB)
----vi-mode-impl.py(6KB)
----conf.d()
--------vi-mode.fish(1KB)
----functions()
--------__vi_mode_bind_directions.fish(628B)
--------__vi_mode_user_key_bindings.fish(267B)
--------__vi_mode_g.fish(860B)
--------__vi_mode.fish(247B)
--------__vi_mode_undo.fish(323B)
--------__vi_mode_common_insert.fish(297B)
--------__vi_mode_bind_all.fish(793B)
--------__vi_mode_save_cmdline.fish(305B)
--------__vi_mode_common.fish(457B)
--------fish_user_key_bindings.fish(117B)
--------__vi_mode_direction_command.fish(483B)
--------__vi_mode_overwrite.fish(334B)
--------vi_mode_normal.fish(4KB)
--------__vi_mode_bind_directions_g.fish(228B)
--------vi_mode_insert.fish(215B)
--------__vi_mode_common_emacs.fish(876B)
--------__vi_mode_replace.fish(629B)