summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zshrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 1c9a10a..1422dfd 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -20,6 +20,8 @@ bindkey '^w' backward-kill-word
# }}}
## Options and modules {{{
+KEYTIMEOUT=1
+
# History
HISTFILE=$HOME/.zsh_history
HISTSIZE=1000000
@@ -45,6 +47,10 @@ fi
[ ! -d ~/.zsh/zgen ] && git clone https://github.com/tarjoilija/zgen.git ~/.zsh/zgen
source "$HOME/.zsh/zgen/zgen.zsh"
+# export WINTAB_MODE="winonly"
+export WINTAB_ROOT=$HOME/Dropbox/projects/vim-wintab
+source $WINTAB_ROOT/wintab.plugin.zsh
+
if ! zgen saved; then
echo "Creating a zgen save"
zgen load rupa/z