Browse Source

Remove zaw, replace vi mode

master
siinus 1 month ago
parent
commit
af214c2a5d
Signed by: siinus
GPG Key ID: 259BA0611AE97CEF
  1. 10
      zsh/.zshrc

10
zsh/.zshrc

@ -1,5 +1,3 @@ @@ -1,5 +1,3 @@
source /usr/share/zaw/zaw.zsh
# fzf
xsource /usr/share/fzf/key-bindings.zsh
xsource /usr/share/fzf/completion.zsh
@ -61,13 +59,7 @@ export PATH=$PATH:~/.local/bin @@ -61,13 +59,7 @@ export PATH=$PATH:~/.local/bin
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
MODE_CURSOR_VIINS="#00ff00 blinking bar"
MODE_CURSOR_REPLACE="$MODE_CURSOR_VIINS #ff0000"
MODE_CURSOR_VICMD="green block"
MODE_CURSOR_SEARCH="#ff00ff steady underline"
MODE_CURSOR_VISUAL="$MODE_CURSOR_VICMD steady bar"
MODE_CURSOR_VLINE="$MODE_CURSOR_VISUAL #00ffff"
source "$HOME/build/zsh-vim-mode/zsh-vim-mode.plugin.zsh"
source /usr/share/zsh/plugins/zsh-vi-mode/zsh-vi-mode.plugin.zsh
export PF_INFO="ascii os host kernel uptime pkgs memory shell editor wm de palette"
pfetch

Loading…
Cancel
Save