mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
feat: zsh vi mode plugin
This commit is contained in:
parent
3895760029
commit
13a2492539
1 changed files with 2 additions and 0 deletions
|
|
@ -16,6 +16,8 @@
|
|||
bindkey '^[[B' history-substring-search-down
|
||||
### fzf-tab ###
|
||||
source ${pkgs.zsh-fzf-tab}/share/fzf-tab/fzf-tab.plugin.zsh
|
||||
### vi-mode ###
|
||||
source ${pkgs.zsh-vi-mode}/share/zsh-vi-mode/zsh-vi-mode.plugin.zsh
|
||||
### transient shell prompt ###
|
||||
zle-line-init() {
|
||||
emulate -L zsh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue