Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
visualfc committed Jul 12, 2016
1 parent e269c12 commit ecf8791
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
8 changes: 8 additions & 0 deletions liteidex/deploy/welcome/en/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,14 @@ Example `linux32.env`:
LITEIDE_TERMARGS=
LITEIDE_EXEC=/usr/bin/xterm
LITEIDE_EXECOPT=-e

## Quick Open

* QuickOpen Ctrl+P
* QuickOpenEditor Ctrl+Alt+P or QuickOpen window input ~
* QuickOpenSymbol Ctrl+Shift+O or QuickOpen window input @
* QuickOpenLines Ctrl+L or QuickOpen window input :
* Help QuickOpen window input ?

## Cross-compilation (Go1.5 or high)
Change LiteIDE environment , set GOROOT GOARCH GOOS, build project.
Expand Down
9 changes: 9 additions & 0 deletions liteidex/deploy/welcome/zh_CN/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,15 @@ LiteIDE环境设置插件可以让你快速设置切换多个系统环境,以
LITEIDE_TERMARGS=
LITEIDE_EXEC=/usr/bin/xterm
LITEIDE_EXECOPT=-e

## 快速打开窗口

* 快速打开 Ctrl+P
* 快速打开文档 Ctrl+Alt+P 或者在快速打开窗口输入 ~
* 快速跳转符号 Ctrl+Shift+O 或者在快速打开窗口输入 @
* 快速跳转到行 Ctrl+L 或者在快速打开窗口输入 :
* 获取帮助 在快速打开窗口输入 ?


## 交叉编译 (Go1.5或更高版本)

Expand Down

0 comments on commit ecf8791

Please sign in to comment.