added zsh-vi-mode plugin
This commit is contained in:
Submodule .config/nvim updated: a2da185050...d1a9f40a4a
6
.zshrc
6
.zshrc
@@ -3,7 +3,6 @@ clear
|
|||||||
HISTFILE=~/.histfile
|
HISTFILE=~/.histfile
|
||||||
HISTSIZE=1000
|
HISTSIZE=1000
|
||||||
SAVEHIST=10000
|
SAVEHIST=10000
|
||||||
bindkey -v
|
|
||||||
# End of lines configured by zsh-newuser-install
|
# End of lines configured by zsh-newuser-install
|
||||||
# The following lines were added by compinstall
|
# The following lines were added by compinstall
|
||||||
zstyle :compinstall filename '/home/haelnorr/.zshrc'
|
zstyle :compinstall filename '/home/haelnorr/.zshrc'
|
||||||
@@ -12,6 +11,9 @@ autoload -Uz compinit
|
|||||||
compinit
|
compinit
|
||||||
# End of lines added by compinstall
|
# End of lines added by compinstall
|
||||||
|
|
||||||
|
source /usr/share/zsh/plugins/zsh-vi-mode/zsh-vi-mode.plugin.zsh
|
||||||
|
bindkey -v
|
||||||
|
|
||||||
export EDITOR=nvim
|
export EDITOR=nvim
|
||||||
|
|
||||||
alias cp='cp --reflink=auto'
|
alias cp='cp --reflink=auto'
|
||||||
@@ -23,6 +25,7 @@ alias vim=nvim
|
|||||||
alias vi=nvim
|
alias vi=nvim
|
||||||
alias dotfiles='/usr/bin/git --git-dir=$HOME/.dotfiles --work-tree=$HOME'
|
alias dotfiles='/usr/bin/git --git-dir=$HOME/.dotfiles --work-tree=$HOME'
|
||||||
alias top=btop
|
alias top=btop
|
||||||
|
alias movies="movie; exit"
|
||||||
|
|
||||||
eval "$(fzf --zsh)"
|
eval "$(fzf --zsh)"
|
||||||
export FZF_DEFAULT_OPTS=" \
|
export FZF_DEFAULT_OPTS=" \
|
||||||
@@ -64,4 +67,3 @@ type starship_zle-keymap-select >/dev/null || {
|
|||||||
}
|
}
|
||||||
export PATH="$PATH:$HOME/.local/bin"
|
export PATH="$PATH:$HOME/.local/bin"
|
||||||
neofetch
|
neofetch
|
||||||
alias movies="movie; exit"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user