File tree 1 file changed +2
-2
lines changed
editors/kak/autoload/filetype
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ map global bqn '}' ':exec i⊢<ret>' -docstring '⊢ Identity | Right'
83
83
map global bqn ' z' ' :exec i⥊<ret>' -docstring ' ⥊ Deshape | Reshape'
84
84
map global bqn ' ,' ' :exec i∾<ret>' -docstring ' ∾ Join | JoinTo'
85
85
map global bqn ' .' ' :exec i≍<ret>' -docstring ' ≍ Solo | Couple'
86
- map global bqn ' Z' ' :exec i⋈<ret>' -docstring ' ⋈ Enclose | Pair'
86
+ map global bqn ' Z' ' :exec i⋈<ret>' -docstring ' ⋈ Enlist | Pair'
87
87
map global bqn ' r' ' :exec i↑<ret>' -docstring ' ↑ Prefixes | Take'
88
88
map global bqn ' c' ' :exec i↓<ret>' -docstring ' ↓ Suffixes | Drop'
89
89
map global bqn ' d' ' :exec i↕<ret>' -docstring ' ↕ Range | Windows'
@@ -183,7 +183,7 @@ prompt command: -menu -shell-script-candidates %{ cat<<EOF
183
183
⥊ \\z Deshape Reshape
184
184
∾ \\, Join JoinTo
185
185
≍ \\. Solo Couple
186
- ⋈ \\Z Enclose Pair
186
+ ⋈ \\Z Enlist Pair
187
187
↑ \\r Prefixes Take
188
188
↓ \\c Suffixes Drop
189
189
↕ \\d Range Windows
You can’t perform that action at this time.
0 commit comments