Questions tagged [digraphs]

Digraphs is Vim's way to enter characters that cannot be entered by most keyboards.

See :help digraph.

16 questions
11
votes
3 answers

How can I type the alphabetic subscripts?

I want to type the subscript i as follows: What I have tried: I got to know how to type numerial subscripts, by following this documentation. [digit]s I search the local help doc (absolutely the same as the above) by :h digraphs and find…
Lerner Zhang
  • 740
  • 7
  • 19
4
votes
4 answers

How can I be sure a digraph is not defined by Vim?

I am trying to enter a latin cross (✝, Unicode 271d) into a document. I can't find a pre-defined digraph for this. I am able to enter such a character with u271d or I can define a new digraph in my .vimrc like so: digraph \|- 10013. But…
René Nyffenegger
  • 2,105
  • 20
  • 36
2
votes
1 answer

Inserting special characters by character code and by digraphs

I have VIM 8.2 with multi-byte support. I'm new to Vim and currently going through "Practical Vim" by Drew Neil. Tip 17 and Tip 18 talk about inserting special characters with character codes and by digraphs, so I decided to practice using this…
rplee
  • 177
  • 1
  • 6
2
votes
1 answer

i_CTRL-K does not insert digraphs when in Mutt inside tmux

I configured mutt to use vim as an editor to write emails (with set editor=vim in .muttrc), and I have noticed that when I am in tmux (with an empty .tmux.conf), the vim keybinding CTRL-K in insert mode, which is handy to insert digraphs, does not…
Rastapopoulos
  • 533
  • 3
  • 14
1
vote
2 answers

How do you make a digraph containing a ¨?

When making a digraph, I can't seem use the ¨ symbol without getting an E39: Number expected. This error is there even when escaping it with a backslash.
xenia
  • 451
  • 1
  • 5
  • 9
1
vote
1 answer

Digraphs Missing for Greek Letters

A co-worker built a version of gvim 9 that I'm running in the two environments below with the differing results: A VM that I have a VNC open to. Here the Greek letter digraphs work great. I'm using the Fira Mono Medium font. Another VM that I…
Eric C.
  • 111
  • 3
1
vote
1 answer

Enable digraph only for certain characters

I have digraph enabled :set digraph I really like the digraph setting in vim, but I often find it changes my keystrokes to some foreign character without my intention. I can see that there are around 13.000 characters defined, and the chance of…
pfnuesel
  • 724
  • 7
  • 16
1
vote
1 answer

How can I remove the default digraphs?

I like Vim’s digraph feature but I find the number of default digraphs overwhelming. Is there a way to clear all of these so that the only digraph definitions are the ones that I created myself (e.g. in my vimrc)?
bdesham
  • 2,983
  • 2
  • 18
  • 20