mirror of
https://github.com/zyedidia/micro
synced 2024-11-05 17:41:24 +00:00
82c7994e68
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.