Minor tweaks to dunst, vim, zsh
Auto-init tab completion in ZSH Normalize backspace handling in vim (for windows support) Force dunst to place notifications on monitor 1, since I moved to two-monitor setup.
This commit is contained in:
parent
d005066208
commit
bfebfb7521
3 changed files with 6 additions and 1 deletions
1
.zshrc
1
.zshrc
|
@ -62,6 +62,7 @@ SAVEHIST=10000
|
|||
setopt appendhistory
|
||||
|
||||
# Case-insensetive tab completion
|
||||
autoload -Uz compinit && compinit
|
||||
zstyle ':completion:*' matcher-list 'm:{a-z}={A-Za-z}'
|
||||
|
||||
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue