micro/runtime
Zachary Yedidia 82c7994e68 Add support for tabs
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.
2016-06-08 18:49:08 -04:00
..
colorschemes Add cursorline option 2016-06-01 10:05:17 -04:00
help Add default bindings for PreviousTab and NextTab 2016-06-08 18:48:59 -04:00
plugins Don't display the tab bar if only one tab is open 2016-06-08 13:29:24 -04:00
syntax Merge pull request #168 from onodera-punpun/syntax_css 2016-06-08 13:11:31 -04:00
README.md Update readme 2016-04-18 14:04:42 -04:00

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.