about summary refs log tree commit diff
path: root/content/notes/vim-jp.md
blob: e706a334dd6a31777aea11ec3eadd340242d3dd8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
+++
title = "You can type Hiragana and Katakana on vim"
date = 2021-04-19T17:58:51+07:00
categories = ["software", "guide"]
tags = ["vim", "japanese", "useless", "hiragana", "katakana"]
+++

You can type Hiragana and Katakana on vim:
Type Ctrl+K then type the glyph name in Romanji

- Hiragana: ^Kna → な
- Katakana: ^KNa → ナ

Full list: <http://vimdoc.sourceforge.net/htmldoc/digraph.html#digraph-table>