Skip to content

Tags: pwFoo/micro

Tags

nightly

Toggle nightly's commit message
Fix matchbraceleft option

Fixes zyedidia#1101

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

v1.2.0

Toggle v1.2.0's commit message
Re-add literate supportg

v1.1.4

Toggle v1.1.4's commit message
Add option to disable use of a the primary clipboard

Closes zyedidia#544

v1.1.3

Toggle v1.1.3's commit message
Fix string width for different sized tabs

Fixes zyedidia#475