diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-09-13 15:35:00 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-09-13 15:35:00 -0400 |
| commit | eac14c44aa4c9654332b18ff35e40b94c2cf0e5e (patch) | |
| tree | baf7979163c93b2f33edbd575fc15974abafe556 /editors/vim/keymap | |
| parent | d784a9cfb449b4dd9878713f6eb12a814142765f (diff) | |
Editor support for «»
Diffstat (limited to 'editors/vim/keymap')
| -rw-r--r-- | editors/vim/keymap/bqn.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/vim/keymap/bqn.vim b/editors/vim/keymap/bqn.vim index a8eb29b7..7a08aaba 100644 --- a/editors/vim/keymap/bqn.vim +++ b/editors/vim/keymap/bqn.vim @@ -11,7 +11,7 @@ let a.='zxcvbnm,./ ZXCVBNM<>? ' let b ='˜˘¨⁼⌜´˝7∞¯•÷× ¬⎉⚇⍟◶⊘⎊⍎⍕⟨⟩√⋆' let b.='⌽𝕨∊↑∧y⊔⊏⊐π←→ ↙𝕎⍷𝕣⍋YU⊑⊒⍳⊣⊢ ' -let b.='⍉𝕤↕𝕗𝕘⊸∘○⟜⋄↩\ ↖𝕊D𝔽𝔾HJ⌾L·˙| ' +let b.='⍉𝕤↕𝕗𝕘⊸∘○⟜⋄↩\ ↖𝕊D𝔽𝔾«J⌾»·˙| ' let b.='⥊𝕩↓∨⌊n≡∾≍≠ Z𝕏C⍒⌈N≢≤≥? ' let[a,b]=map([a,b],{i,x->split(x,'\zs *')}) |
