mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
use hypr under nvidia
This commit is contained in:
parent
59328ad384
commit
64d100c252
19 changed files with 125 additions and 67 deletions
20
home/dot_config/zsh/mod/completion.zsh
Normal file
20
home/dot_config/zsh/mod/completion.zsh
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
|
||||
### completion
|
||||
### =================
|
||||
|
||||
# use tab to select
|
||||
zstyle ':completion:*' menu select
|
||||
|
||||
# substring matching
|
||||
zstyle ':completion:*' matcher-list 'm:{a-zA-Z}={A-Za-z}' 'r:|[._-]=* r:|=*' 'l:|=* r:|=*'
|
||||
|
||||
# use cache
|
||||
zstyle ':completion:*' use-cache on
|
||||
zstyle ':completion:*' cache-path "$XDG_CACHE_HOME/zsh/.zcompcache"
|
||||
|
||||
# Colours in completion
|
||||
zstyle ':completion:*' list-colors ''${(s.:.)LS_COLORS}
|
||||
|
||||
# Complete . and .. special directories
|
||||
zstyle ':completion:*' special-dirs true
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue