Open marcastel opened 3 years ago
Vim-align-easy and Vim digraphs (he digraph) apparently don't cohabitate well together. Any idea how to fix this?
he digraph
Admit you want to align the following on the → character which is a digraph obtained in Vim by typing - BS >.
→
https://github.com/jesseduffield/lazygit (Go) → build OK https://github.com/tstack/lnav (C++) → build OK
You would normally type g a i p - BS >. I presume that the backspace key gets intercepted too early and consequently an error is raised:
:EasyAlign (_) (Unknown delimiter key: >)
Happy to hear if I did something wrong or if there is a workaround :-)
Vim-align-easy and Vim digraphs (
he digraph
) apparently don't cohabitate well together. Any idea how to fix this?Admit you want to align the following on the
→
character which is a digraph obtained in Vim by typing - BS >.You would normally type g a i p - BS >. I presume that the backspace key gets intercepted too early and consequently an error is raised:
Happy to hear if I did something wrong or if there is a workaround :-)