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