[ZSH] Add shift select

This commit is contained in:
Fabian Ising
2023-02-21 11:15:19 +01:00
parent 4aa982ced8
commit 7ccb7c4c22
2 changed files with 5 additions and 0 deletions

View File

@@ -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'