Skip to content

Tags: git38438/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#1253 from ColinRioux/master Fixes missing syntax highlighting for TCL

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 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