1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-10 03:21:16 +02:00

is this vim or vscode?

This commit is contained in:
TiynGER
2020-04-07 01:41:17 +02:00
parent 76e457279a
commit 4f3337c5c7
3 changed files with 439 additions and 5 deletions

View File

@@ -56,6 +56,7 @@ SAVEHIST=10000
# Basic auto/tab complete
autoload -U compinit
zstyle ':completion:*' menu select
zstyle ':completion:*' matcher-list '' 'm:{a-zA-Z}={A-Za-z}' 'r:|[._-]=* r:|=*' 'l:|=* r:|=*' # Case insensitive completion
zmodload zsh/complist
compinit
_comp_options+=(globdots) # Include hidden files