Skip to content

Tags: chefren/micro

Tags

nightly

Toggle nightly's commit message
Add golang keywords (zyedidia#1455)

* Add golang keywords

* Update runtime

v2.0.0-rc2

Toggle v2.0.0-rc2's commit message
Finish support for a fake cursor

v2.0.0-rc1

Toggle v2.0.0-rc1's commit message
Support rc tags in build version

v1.4.1

Toggle v1.4.1's commit message
Update nightly release script to not duplicate nightlies

v1.4.0

Toggle v1.4.0's commit message
Fix terminal emulator support

v1.3.4

Toggle v1.3.4's commit message
Improve command bar keybindings

The command bar now supports better keybindings:

CtrlA, CtrlLeft: start of line
CtrlE, CtrlRight: end of line
CtrlF, AltRight: next word
CtrlB, AltLeft: previous word
CtrlW, AltBackspace: delete previous word
CtrlV: Paste
Arrow keys as usual

These keybindings are not rebindable (maybe support will be added
in the future).

v1.3.3

Toggle v1.3.3's commit message
Replace home directory before performing SaveAs

Fixes zyedidia#820

v1.3.2

Toggle v1.3.2's commit message
Fix moving to end of line on cursor down

v1.3.1

Toggle v1.3.1's commit message
Update readme

v1.3.0

Toggle v1.3.0's commit message
install the snap with make (zyedidia#747)

* install the snap with make

* set the source-type to git, remove get

* remove extra space