Friday, February 19, 2016

Re: How to get rounded bullet list character

2016-02-19 18:09 GMT+03:00 'Guyzmo' via vim_use <vim_use@googlegroups.com>:
> Hi Mac, Christian,
>
> On Fri, Feb 19, 2016 at 01:45:28PM +0100, Christian Brabandt wrote:
>> On Do, 18 Feb 2016, Mac Martine wrote:
>> > If you scroll down slightly in to the image showing an example of Vim
>> > notes, it has the round bullet points in fro of the list items:
>> > https://github.com/xolox/vim-notes
>> > How do you create those?
>> Install https://github.com/chrisbra/unicode.vim
>
> or you can directly use the digraph: `<C-k>Sb` which outputs: `∙`. From
> `:he digraph`:
>
> ∙ Sb 2219 8729 BULLET OPERATOR

U+2219 BULLET OPERATOR is a math operator, U+2022 BULLET suggested
earlier is a proper variant. Though this depends on font, I cannot
imagine a font where BULLET OPERATOR is *that* bold as on screenshots.
But for BULLET which is designed for lists and not for math
expressions being that bold is fine.

>
> or you could use the compose key feature (using Xorg or some hacks on
> OSX/Windows) to use one of your modifier keys to behave like <C-k> but
> throughout your system.
>
> For Xorg, OSX and Windows:
>
> http://www.linuxhowtos.org/Tips%20and%20Tricks/compose.htm
> http://lolengine.net/blog/2012/06/17/compose-key-on-os-x
> https://github.com/samhocevar/wincompose
>
> Beware that on OSX the compose key does not work with MacVim — and I'm
> still trying to figure out a way around), but hopefully you still have
> the digraphs — I just wish the digraphs and the compose key schemes
> would be the same ☺ ).
>
> Since I have that, I'm having a lot of fun featuring any text I type
> with unicode characters like: →, ⇒, •, ☺, ① ② …, — or even the
> non-secable space ` `. I've also added a few ones just for the fun:
> 🍻 , 🐦 or 🖕 :-)
>
> HTH,
>
> --
> Guyzmo
>
> --
> --
> 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.

--
--
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: