Initial commit, modular zsh config easy to extend with extra behaviours
This commit is contained in:
commit
df6164e3aa
22 changed files with 154 additions and 0 deletions
12
home/.zsh/interactive/bindings
Normal file
12
home/.zsh/interactive/bindings
Normal file
|
@ -0,0 +1,12 @@
|
|||
#! zsh
|
||||
bindkey $terminfo[kcbt] reverse-menu-complete
|
||||
|
||||
autoload -Uz bracketed-paste-magic
|
||||
zle -N bracketed-paste bracketed-paste-magic
|
||||
|
||||
autoload -Uz url-quote-magic
|
||||
url-quote-magic-with-highlight() {
|
||||
url-quote-magic
|
||||
_zsh_highlight
|
||||
}
|
||||
zle -N self-insert url-quote-magic-with-highlight
|
Loading…
Add table
Add a link
Reference in a new issue