From 629e23f19f063b574f6bc849758acec9d79f55ac Mon Sep 17 00:00:00 2001 From: VectorKappa Date: Sun, 22 Jan 2023 15:52:17 +0100 Subject: [PATCH] New alias, new fzf implementation, removed vi mode --- zsh/.aliases | 1 + zsh/.zshrc | 8 +++++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/zsh/.aliases b/zsh/.aliases index 850ed60..c061f9c 100644 --- a/zsh/.aliases +++ b/zsh/.aliases @@ -91,3 +91,4 @@ alias runhis="anyframe-widget-execute-history" # Default xclip to use Ctrl-c/Ctrl-v clipboard alias xclip="xclip -selection c" +alias :q="exit" diff --git a/zsh/.zshrc b/zsh/.zshrc index ddc655c..2e01edb 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -182,8 +182,9 @@ zinit ice wait lucid zinit load 'wfxr/forgit' # Vi mode :) -zinit ice depth=1 -zinit light jeffreytse/zsh-vi-mode +#zinit ice depth=1 +#zinit light jeffreytse/zsh-vi-mode + #zplug "plugins/virtualenv", from:oh-my-zsh #zplug "plugins/pip", from:oh-my-zsh #zplug "plugins/nmap", from:oh-my-zsh @@ -222,7 +223,8 @@ zinit wait lucid for \ atload"!_zsh_autosuggest_start" \ zsh-users/zsh-autosuggestions -[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh +#[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh +zinit pack"binary" for fzf # To customize prompt, run `p10k configure` or edit ~/.p10k.zsh. [[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh (( ! ${+functions[p10k]} )) || p10k finalize