variable scoping
This commit is contained in:
parent
711f65fbb3
commit
41c4ce7718
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue