Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Olili2017
/
micro
Public
forked from
micro-editor/micro
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Breadcrumbs
History for
micro
internal
on
master
User selector
All users
All time
Commit History
Commits on May 29, 2020
Slightly improve performance for very long lines
zyedidia
committed
b05d3a5
Copy full SHA for b05d3a5
Only perform save callback if save was successful
Show description for ffc922a
zyedidia
committed
ffc922a
Copy full SHA for ffc922a
Add `parsecursor` option for file:line:col syntax
Show description for eeab114
zyedidia
committed
eeab114
Copy full SHA for eeab114
Always use current pane for keybinding actions
Show description for 8bd7e58
zyedidia
committed
8bd7e58
Copy full SHA for 8bd7e58
Use "goto -1" to move cursor to end of document. (#1691)
zoomosis
authored
9b59e07
Copy full SHA for 9b59e07
Added hybrid line numbers (#1690)
Show description for 00edf02
semilin
and
Colin Hughes
authored
00edf02
Copy full SHA for 00edf02
Commits on May 28, 2020
UpdateRules after save is successful
zyedidia
committed
8956448
Copy full SHA for 8956448
Fix '> save' command
zyedidia
committed
a915cf9
Copy full SHA for a915cf9
Commits on May 23, 2020
Fix dropped redraw events (#1675)
Show description for c5b0c2d
dmaluka
authored
c5b0c2d
Copy full SHA for c5b0c2d
Commits on May 21, 2020
Merge branch 'master' of https://github.com/zyedidia/micro
zyedidia
committed
bd43a44
Copy full SHA for bd43a44
Allow divider customization with divchars option
Show description for bfe68b1
zyedidia
committed
bfe68b1
Copy full SHA for bfe68b1
Commits on May 20, 2020
Improve unicode line array test
zyedidia
committed
0064b82
Copy full SHA for 0064b82
Expose CharacterCount to plugins
zyedidia
committed
9a22d93
Copy full SHA for 9a22d93
Use unicode.Mark for combining unicode range
zyedidia
committed
5c8a233
Copy full SHA for 5c8a233
Final touches for combining character support
zyedidia
committed
ff0683d
Copy full SHA for ff0683d
Use CharacterCount over RuneCount
zyedidia
committed
79c0ea1
Copy full SHA for 79c0ea1
Use DecodeCharacter over DecodeRune
zyedidia
committed
bdff221
Copy full SHA for bdff221
Merge branch 'buffer-benchmarks' of https://github.com/p-e-w/micro into p-e-w-buffer-benchmarks
zyedidia
committed
a491dd1
Copy full SHA for a491dd1
Commits on May 17, 2020
Update tcell and support italics in colorschemes
Show description for d7ab442
zyedidia
committed
d7ab442
Copy full SHA for d7ab442
Merge branch 'master' of https://github.com/zyedidia/micro
zyedidia
committed
0a67204
Copy full SHA for 0a67204
Fix end line number in HighlightMatches (#1662)
Show description for a150eef
dmaluka
authored
a150eef
Copy full SHA for a150eef
Add support for FindLiteral
Show description for c462572
zyedidia
committed
c462572
Copy full SHA for c462572
Commits on May 15, 2020
Adds command "tabmove ±n", for better tab management (#1636)
Show description for d0f7ecf
jwarner112
authored
d0f7ecf
Copy full SHA for d0f7ecf
Fix unbind of a rune (#1649)
Show description for fb35e03
dmaluka
authored
fb35e03
Copy full SHA for fb35e03
Remove outdated c++ highlighter
Show description for 30395b1
zyedidia
committed
30395b1
Copy full SHA for 30395b1
Support snake case autocompletion
Show description for ddf7095
zyedidia
committed
ddf7095
Copy full SHA for ddf7095
Commits on May 7, 2020
Fix movelinesup when selection is not complete
zyedidia
committed
55e9759
Copy full SHA for 55e9759
Commits on May 4, 2020
Fix v2 import path for go mod
zyedidia
committed
eff89a9
Copy full SHA for eff89a9
Commits on Apr 30, 2020
gofmt
zyedidia
committed
7a23878
Copy full SHA for 7a23878
Adds CopyLine action, the new default action for CtrlC if cursor has no selection
jwarner112
committed
5d3e4fc
Copy full SHA for 5d3e4fc
Commits on Apr 25, 2020
Merge
zyedidia
committed
d60626c
Copy full SHA for d60626c
Better actions error message
zyedidia
committed
aaac0b1
Copy full SHA for aaac0b1
Commits on Apr 21, 2020
Make cursor follow selections
Show description for eb7189d
zyedidia
committed
eb7189d
Copy full SHA for eb7189d
Commits on Apr 17, 2020
implemented circular tab movement (#1619)
Show description for a067ce1
tarasyarema
and
2pac
authored
a067ce1
Copy full SHA for a067ce1
Commits on Apr 10, 2020
Update runtime
zyedidia
committed
f594686
Copy full SHA for f594686
Pagination
Previous
Next
You can’t perform that action at this time.