variable scoping
This commit is contained in:
parent
711f65fbb3
commit
41c4ce7718
@ -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
|
||||
|
Reference in New Issue
Block a user