mirror of
https://github.com/VectorKappa/dotfiles.git
synced 2025-12-19 00:06:12 +01:00
New alias, new fzf implementation, removed vi mode
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user