Обновления конфигов
This commit is contained in:
parent
e9a2f811b7
commit
49e5fa5710
20 changed files with 529 additions and 192 deletions
|
@ -13,6 +13,8 @@ source ~/.config/zsh/p10k/powerlevel10k.zsh-theme
|
|||
source ~/.config/zsh/conf.d/*.zsh
|
||||
source ~/.config/zsh/termsupport.zsh
|
||||
source ~/.config/zsh/title.zsh
|
||||
foreground () { fg }
|
||||
zle -N foreground
|
||||
|
||||
antigen bundle zsh-users/zsh-syntax-highlighting
|
||||
antigen bundle zsh-users/zsh-history-substring-search
|
||||
|
@ -146,7 +148,7 @@ bindkey "^[[1;5D" backward-word
|
|||
bindkey "^[[1;5C" forward-word
|
||||
bindkey "^H" backward-kill-word # delete previous word with ctrl+backspace
|
||||
bindkey "^[[Z" undo # Shift+tab undo last action
|
||||
|
||||
bindkey "^z" foreground
|
||||
# ctrl + space accept suggestion
|
||||
bindkey "^ " autosuggest-accept
|
||||
# }}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue