mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-17 14:30:32 +00:00
Merge branch 'tabbar' This branch adds support for having multiple tabs open, each viewing one file. Use CtrlT to open a new tab empty tab and then CtrlO to open a file in that tab. Use can also just open multiple files from the command line: `micro file1.txt file2.txt ...`. Use Ctrl-] and Ctrl-\ to move between the tabs, or simply click them with the mouse. |
||
|---|---|---|
| .. | ||
| colorschemes | ||
| help | ||
| plugins | ||
| syntax | ||
| README.md | ||
Runtime files for Micro
This directory will be embedded in the Go binary for portability, but it may just as well be put in ~/.config/micro. If you would like to make your own colorschemes
and syntax files, you can put in in ~/.config/micro/colorschemes and ~/.config/micro/syntax respectively.