public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
From: Dirk Laurie <dirk.laurie-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
Subject: Re: How to type arrow?
Date: Tue, 10 Apr 2012 07:34:40 +0200	[thread overview]
Message-ID: <CABcj=t=CcDD_MhQcXrNRDSik1rBi2FCkbPVNzXNC1OhykCKCMQ@mail.gmail.com> (raw)
In-Reply-To: <CABrM6wnnrAe7HzvquoLRYKDeiUREaCYgpbLWsPMVd1shkmwmnw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>

>>
>> The code points are 2192 for "→", and 2190 for "←".
>>
>> In Emacs, you type "M-x ucs-insert", then the code point, then <Enter>.
>
> I use vim. Does anybody know any shortcut?
>

You can do magic with .vimrc, but if you use vim, you're probably on some
sort of Unix, and it's less confusing to have your keyboard the same for all
applications.

On  an X-window based system (I can actually only confirm for Gnome)
shortcuts are handled as specified in a file named Compose.  `man Compose`
will tell you where the file is.  The file tells you about all
predefined multikey
sequences, e.g. mine has these lines:

<Multi_key> <less> <minus>      : "←"   U2190 # LEFTWARDS ARROW
<Multi_key> <minus> <greater>   : "→"   U2192 # RIGHTWARDS ARROW
<Multi_key> <equal> <greater>   : "⇒"   U21D2 # RIGHT DOUBLE ARROW
<Multi_key> <less> <equal>      : "⇐"   U21D0 # LEFT DOUBLE ARROW

You need to have specified a Multi key (aka Compose key) somewhere; Gnome
can do it from the settings menu.

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to pandoc-discuss+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/pandoc-discuss?hl=en.



  parent reply	other threads:[~2012-04-10  5:34 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-09 21:17 Peng Yu
     [not found] ` <b27a3f27-81a8-444d-abe4-4b2114a5f220-QDc/DHGF8irHdqrNY7FC6GB/v6IoIuQBVpNB7YpNyf8@public.gmane.org>
2012-04-10  2:42   ` John Gabriele
     [not found]     ` <CAO9PwMXzrSWG_M-caWGJy3p0-1GgBPfZMOVhq0qkFKiuvuxZZg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2012-04-10  5:10       ` Peng Yu
     [not found]         ` <CABrM6wnnrAe7HzvquoLRYKDeiUREaCYgpbLWsPMVd1shkmwmnw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2012-04-10  5:26           ` John Gabriele
2012-04-10  5:34           ` Dirk Laurie [this message]
     [not found]             ` <CABcj=t=CcDD_MhQcXrNRDSik1rBi2FCkbPVNzXNC1OhykCKCMQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2012-04-10  5:43               ` HansBKK
2012-04-10  5:50               ` Peng Yu
     [not found]                 ` <CABrM6wnACvawOz95WxT5hZr6yxJxQrT4tEX9Qs83+wNW1hiQoQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2012-04-10  6:03                   ` Peter Wang
     [not found]                     ` <20120410160320.GG8657-j5sBwglC4Qx82hYKe6nXyg@public.gmane.org>
2012-04-10 20:04                       ` John MacFarlane
2012-04-10  6:39               ` Werner LEMBERG
2017-09-28 18:10   ` Salim B

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CABcj=t=CcDD_MhQcXrNRDSik1rBi2FCkbPVNzXNC1OhykCKCMQ@mail.gmail.com' \
    --to=dirk.laurie-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
    --cc=pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).