Skip to content

Instantly share code, notes, and snippets.

@devlights
Created September 9, 2016 06:56
Show Gist options
  • Select an option

  • Save devlights/997c2bea658f637dd60c26a452290a51 to your computer and use it in GitHub Desktop.

Select an option

Save devlights/997c2bea658f637dd60c26a452290a51 to your computer and use it in GitHub Desktop.
コンソールで日本語入力できるようにする (uim-fep, uim-anthy)

sudo apt-get install -y uim-fep sudo apt-get install -y uim-anthy

このあと、.uimファイルを作成

日本語入力したいときは

uim-fep

で起動できる。

(define default-im-name 'anthy)
(define-key generic-on-key? '("<Control> "))
(define-key generic-off-key? '("<Control> "))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment