From d005a4057017685aadba08773b4063d725db455b Mon Sep 17 00:00:00 2001 From: Wryn Wagner Date: Wed, 16 Sep 2020 21:05:04 -0600 Subject: [PATCH] added --- zsh/config | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 zsh/config diff --git a/zsh/config b/zsh/config new file mode 100644 index 0000000..b8a98af --- /dev/null +++ b/zsh/config @@ -0,0 +1,25 @@ +# The following lines were added by compinstall +zstyle ':completion:*' completer _complete _ignored _approximate +zstyle ':completion:*' max-errors 4 +zstyle :compinstall filename '/home/w0ryn/.zshrc' + +autoload -Uz compinit +compinit +# End of lines added by compinstall + +# Lines configured by zsh-newuser-install +HISTFILE=~/.histfile +HISTSIZE=1000 +SAVEHIST=1000 +setopt appendhistory autocd beep notify +unsetopt nomatch +bindkey -v +# End of lines configured by zsh-newuser-install + + +zmodload -i zsh/complist; +bindkey -M menuselect '^M' .accept-line; + +# Completion for Kitty +kitty + complete setup zsh | source /dev/stdin +