diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-03-06 16:50:46 +0100 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-03-06 16:50:46 +0100 |
| commit | fdb9d0baf798c147360a2ca44ea6761abf7f96c3 (patch) | |
| tree | 17e71ed3284ab6e28079e226030faee71c355d81 /.zshrc | |
| parent | c5eacb8ca315bbf5f9e03e19505ff9f14eacca49 (diff) | |
| download | dotfiles-fdb9d0baf798c147360a2ca44ea6761abf7f96c3.tar.gz dotfiles-fdb9d0baf798c147360a2ca44ea6761abf7f96c3.tar.bz2 dotfiles-fdb9d0baf798c147360a2ca44ea6761abf7f96c3.zip | |
Vim madness started, fix install.sh typo
Diffstat (limited to '.zshrc')
| -rw-r--r-- | .zshrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -21,7 +21,7 @@ zstyle ':completion:*' matcher-list '' \ 'm:{a-zA-Z}={A-Za-z}' 'r:|[._-]=*' 'r:|=* l:|=* r:|=*' # case insensitive zmodload zsh/complist compinit -_comp_options+=(globdots) +# _comp_options+=(globdots) # vim keybindings in tab completion menu (https://www.youtube.com/watch?v=eLEo4OQ-cuQ) bindkey -M menuselect 'h' vi-backward-char @@ -66,6 +66,7 @@ export XDG_CONFIG_HOME="/home/charles/.config/" export XDG_DATA_HOME="/home/charles/.data/" export EDITOR="vim" +export TERM="xterm-256color" # set tab to 4 spaces tabs 4 |
