This commit is contained in:
TheK4n 2022-05-26 12:56:49 +03:00
parent ae7c4c219c
commit 241161f814
2 changed files with 1 additions and 2 deletions

View File

@ -25,5 +25,3 @@ bindkey '^[[6~' end-of-buffer-or-history # page down
bindkey '^[[H' beginning-of-line # home bindkey '^[[H' beginning-of-line # home
bindkey '^[[F' end-of-line # end bindkey '^[[F' end-of-line # end
bindkey '^[[Z' undo # shift + tab undo last action bindkey '^[[Z' undo # shift + tab undo last action

View File

@ -7,3 +7,4 @@ so ~/.subzsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
so ~/.subzsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh so ~/.subzsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
so ~/.subzsh/plugins/hlissner/zsh-autopair/autopair.zsh so ~/.subzsh/plugins/hlissner/zsh-autopair/autopair.zsh
bindkey '`' autosuggest-accept