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
  • 2 hours ago
  • 10 years ago

Installs

  • Total 2K
  • Win 468
  • Mac 81
  • Linux 973
Dec 21 Dec 20 Dec 19 Dec 18 Dec 17 Dec 16 Dec 15 Dec 14 Dec 13 Dec 12 Dec 11 Dec 10 Dec 9 Dec 8 Dec 7 Dec 6 Dec 5 Dec 4 Dec 3 Dec 2 Dec 1 Nov 30 Nov 29 Nov 28 Nov 27 Nov 26 Nov 25 Nov 24 Nov 23 Nov 22 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
Windows 0 1 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 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 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 1 0 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

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"
}