ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Bo​Go

by pirackr ALL

Vietnamese input method for Sublime Text 2 and 3 using the BoGo engine.

Details

  • 2014.08.10.08.11.08
  • github.​com
  • github.​com
  • 10 years ago
  • 54 minutes ago
  • 10 years ago

Installs

  • Total 2K
  • Win 466
  • Mac 81
  • Linux 972
Nov 21 Nov 20 Nov 19 Nov 18 Nov 17 Nov 16 Nov 15 Nov 14 Nov 13 Nov 12 Nov 11 Nov 10 Nov 9 Nov 8 Nov 7 Nov 6 Nov 5 Nov 4 Nov 3 Nov 2 Nov 1 Oct 31 Oct 30 Oct 29 Oct 28 Oct 27 Oct 26 Oct 25 Oct 24 Oct 23 Oct 22 Oct 21 Oct 20 Oct 19 Oct 18 Oct 17 Oct 16 Oct 15 Oct 14 Oct 13 Oct 12 Oct 11 Oct 10 Oct 9 Oct 8
Windows 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

Sublime-BoGo

Vietnamese input method for Sublime Text 2 and 3 using the BoGo engine.

Installation

The preferred way to install this plugin is through Package Control. Install it and search for BoGo. Package Control will handle automatic update so you don't have to.

Of course, if you want, manually installation is possible as well:

$ cd ~/.config/sublime-text-3/Packages/
$ git clone https://github.com/pirackr/Sublime-Bogo.git

Every once in a while, you can update it with the following commands:

$ cd ~/.config/sublime-text-3/Packages/Sublime-Bogo
$ git reset --hard
$ git pull origin master

Configuration

After installing, your status line will update to say BoGo: ON or BoGo: OFF. The default hotkey to turn it on/off is Alt + Z. You can change it through the Default.sublime-keymap file:

[
    { "keys": ["alt+z"], "command": "bogo_enable_toggle" }
]

BoGo supports the Telex and Vni typing styles, with Telex being the default. If you want to change it, edit Bogo.sublime-settings:

{
    "bogo-rule" : "Telex"
}