Skip to content

Tags: codeclimate-testing/micro

Tags

nightly

Toggle nightly's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request micro-editor#946 from tommyshem/luafix

fix lua comment block micro-editor#929

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 micro-editor#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 (micro-editor#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 micro-editor#544

v1.1.3

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

Fixes micro-editor#475

v1.1.2

Toggle v1.1.2's commit message
Minor update