[ZSH] Add shift select
This commit is contained in:
@@ -17,6 +17,8 @@ zsh-users/zsh-history-substring-search
|
||||
urbainvaes/fzf-marks
|
||||
greymd/docker-zsh-completion
|
||||
zdharma-continuum/fast-syntax-highlighting kind:defer
|
||||
# Select with shift
|
||||
jirutka/zsh-shift-select
|
||||
|
||||
# Initialize completions
|
||||
belak/zsh-utils path:completion
|
||||
|
||||
@@ -30,6 +30,9 @@ setopt HIST_IGNORE_SPACE
|
||||
# Clear screen by ctrl+q
|
||||
bindkey '^q' clear-screen
|
||||
|
||||
# Bind Ctrl-W to kill-region
|
||||
bindkey "^w" kill-region
|
||||
|
||||
alias vim=nvim
|
||||
alias sudo='sudo '
|
||||
export EDITOR='nvim'
|
||||
|
||||
Reference in New Issue
Block a user