]> git.lizzy.rs Git - micro.git/commit
Add support for tabs
authorZachary Yedidia <zyedidia@gmail.com>
Wed, 8 Jun 2016 22:49:08 +0000 (18:49 -0400)
committerZachary Yedidia <zyedidia@gmail.com>
Wed, 8 Jun 2016 22:49:08 +0000 (18:49 -0400)
commit82c7994e68d6bffbf43b3d8e1c322dd14d88af70
treebebba726de78e353db9dcfec960f5e489c94bdeb
parenta8de4bcd8a48609cd5853aa0e44137bc5e360b9c
parent2c73e1c043d23ab339388644ae30b84e5236b175
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.