mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-09 16:33:57 -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
|
bindkey '^[[B' history-substring-search-down
|
||||||
### fzf-tab ###
|
### fzf-tab ###
|
||||||
source ${pkgs.zsh-fzf-tab}/share/fzf-tab/fzf-tab.plugin.zsh
|
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 ###
|
### transient shell prompt ###
|
||||||
zle-line-init() {
|
zle-line-init() {
|
||||||
emulate -L zsh
|
emulate -L zsh
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue