Hi, I installed Oh My Zsh on iOS (and made surefzfis installed and in my PATH) but when starting Zsh I get: [oh-my-zsh] fzf plugin: Cannot find fzf installation directory. Please add `export FZF_BASE=/path/to/fzf/install/dir` to your .zshrc The fzf binary is in/var/jb/usr/bi...
git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf ~/.fzf/install 一路选择y就好 使用快捷键:ctrl+R 下面这三个先下载后配置 语法高亮:zsh-syntax-highlighting 纯文本 复制 git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}...
setnonomatch 使用fzf fzf (fuzzy finder)插件可以方便我们查找历史命令,并且大大减少原本ctrl+R的不便利程度。 安装只须在终端输入: sudo aptinstallfzf 并将以下内容添加到~/.zshrc中即可。 source/usr/share/doc/fzf/examples/completion.zshsource/usr/share/doc/fzf/examples/key-bindings.zsh 常用方法为输入指...
git - 提供了一系列与 Git 版本控制相关的命令和别名,方便使用 Git 进行代码管理。 fzf - 模糊搜索插件,可以快速搜索历史命令、文件、目录等。 docker - 提供了一系列与 Docker 容器相关的命令和别名,方便使用 Docker 进行容器管理。 kubectl - 提供了一系列与 Kubernetes 集群相关的命令和别名,方便使用 Kubernetes...
$psaux|fzf|awk'{print $2}'|xargskill-9 From there, you can select the command that you wish to kill. SSH Agent Plugin The SSH Agent plugin automatically loads the available SSH keys when the shell session is started. This makes it very easy when you need to interact with a wide vari...
fzf-tab: 用fzf替换原生的tab补全选择 z.lua:z keyword命令快速跳转到常去目录 zsh-autosuggestions: 在终端建议可能输入的命令 接受建议 zsh-syntax-highlighting: 高亮显示输入的命令 支持fzf预览图片(x11相关终端内) 效果见标题下展示图 提供更好看的git日志展示 效果见标题下展示图 ...
fzf.plugin.zsh README.md fzf This plugin tries to find junegunn's fzf based on where it's been installed, and enables its fuzzy auto-completion and key bindings. To use it, add fzf to the plugins array in your zshrc file: plugins=(... fzf) Settings All these settings should go in...
# 复制我的 zshrc 文件,你可以删除相应的 fzf, thefuck 配置,brew install 相应的命令行工具 # https://github.com/PegasusWang/linux_config/blob/master/mac/mac_zshrc cp mac_zshrc ~/.zshrc source ~/.zshrc 到这里基本就大功告成了。重启终端看下效果吧...
git clone--depth1 https://github.com/junegunn/fzf.git ~/.fzf&&~/.fzf/install Getting oh-my-zsh 'history' to display command date and, The .zshrc has the following lines: # Uncomment the following line if you want to change the command execution time # stamp shown in the history comma...
我搜索历史一般是用 fzf 来模糊匹配,然后定位到才用 vimode 修改。vi-mode 我常用的就是直接修改命令,会非常便捷 2020-01-06 回复喜欢 许文俊 PegasusWang 我觉得最蛋疼的是默认模式你按上下选择输入过的历史的时候,可以根据已输入的部分字符筛选,打开vi-mode了之后就失去筛选的功能,最终放弃。然后还是要用...