mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-10 09:00:20 +09: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.
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.