variable scoping

This commit is contained in:
Matt Hamilton 2015-12-30 10:00:56 -05:00
parent 711f65fbb3
commit 41c4ce7718
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ key_info=(
'BackTab' "${terminfo[kcbt]}"
)
local key
# Bind the keys
for key in "${(s: :)key_info[ControlLeft]}"; do
bindkey ${key} backward-word