about summary refs log tree commit diff
path: root/content/sw-notes/vim-jp.md
blob: 54b3959dd0aa4518ca4e7d14710c11472c112096 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
title: "You can type Hiragana and Katakana on vim"
date: 2021-04-19T17:58:51+07:00
translationKey: vim-jp
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>