Skip to content

Tags: Gerifield/micro

Tags

nightly

Update nightly release script to not duplicate nightlies

v1.4.0

Fix terminal emulator support

v1.3.4

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

Replace home directory before performing SaveAs

Fixes zyedidia#820

v1.3.2

Fix moving to end of line on cursor down

v1.3.1

Update readme

v1.3.0

install the snap with make (zyedidia#747)

* install the snap with make

* set the source-type to git, remove get

* remove extra space

v1.2.0

Re-add literate supportg

v1.1.4

Add option to disable use of a the primary clipboard

Closes zyedidia#544

v1.1.3

Fix string width for different sized tabs

Fixes zyedidia#475