Monday, December 15, 2014

Re: Can the "<" char be escaped with a backslash in Vim keymaps?

On 15.12.14 12:09, BPJ wrote:
> The reason I'm asking is that I'm writing something which parses
> keymaps and turns them into another something which a third something
> can use to transliterate strings.

Is your task amenable to using simple methods? E.g.:

$ echo Ewokhbhs laoohmf rsqhmfr akrn vnqj | tr "[a-y]" "[b-z]"

In Vim it is so quick and easy to run a line or paragraph through an
external filter, to be replaced with the filter's output. What could be
niftier.

Erik

--
I have yet to see any problem, however complicated, which, when you
looked at it in the right way, did not become still more complicated.
- Poul Anderson

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments: