summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2018-04-14 19:42:02 +0100
committerUrbain Vaes <urbain@vaes.uk>2018-04-14 19:42:02 +0100
commit5483bcfed6fae079fcec332ac39ca00d5d723931 (patch)
treed221c0734984f1566135afb92dee849ad7361ffa /zsh
parent63a16e686ee07760d2c9341089f55d7848870b9a (diff)
Change timeout for zsh
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