Sunday, June 27, 2021

Re: Introducing a dedicated unicode mode in Vim

> Hi folks, I was thinking about the following idea.
>
> As Rust introduced usage of non-ascii characters as identifiers
> < https://blog.rust-lang.org/2021/06/17/Rust-1.53.0.html#unicode-identifiers >,
> I wanted to know that will it be interesting to add a dedicated support
> for typing unicode characters in Vim? Like we have insert and replace
> modes, will it be useful to have a "unicode-mode" which when activated
> can enable a typist to type in unicodes at ease and allow them to type
> those characters continuously? Current implementations of using <C-v> for
> unicodes and <C-k> for digraphs become tedious for typing continually.
>
> Of course, people will use this mode while writing various documents as
> well, and it will not merely be specific to rust devs.
>
> What do you folks think about this?

We already have support for input methods. These were originally aimed
at Asian language, but should work for anything.

Implementation of an input method is tricky and involves user
preferences. Making something Vim-specific has the disadvantage that
you can't use it in other programs.

--
You have the right to remain silent. Anything you say will be
misquoted, then used against you.

/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///

--
--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/202106271008.15RA8G6Y582968%40masaka.moolenaar.net.

No comments: