variable scoping
This commit is contained in:
parent
711f65fbb3
commit
41c4ce7718
@ -43,6 +43,7 @@ key_info=(
|
|||||||
'BackTab' "${terminfo[kcbt]}"
|
'BackTab' "${terminfo[kcbt]}"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
local key
|
||||||
# Bind the keys
|
# Bind the keys
|
||||||
for key in "${(s: :)key_info[ControlLeft]}"; do
|
for key in "${(s: :)key_info[ControlLeft]}"; do
|
||||||
bindkey ${key} backward-word
|
bindkey ${key} backward-word
|
||||||
|
Reference in New Issue
Block a user