diff options
author | 2013-11-07 22:59:13 -0500 | |
---|---|---|
committer | 2013-11-07 22:59:13 -0500 | |
commit | 4c01bce7d482d1f509f89e5b8304564007947a24 (patch) | |
tree | 32a50a90c0a43ac64c6c3db4aedc84ff29de9cd5 /doc/04_WorkingWithFiles.md | |
parent | 82477092f0c729e06f40826a546ed56781fd805c (diff) | |
download | textadept-4c01bce7d482d1f509f89e5b8304564007947a24.tar.gz textadept-4c01bce7d482d1f509f89e5b8304564007947a24.zip |
Added support for tabs.
Diffstat (limited to 'doc/04_WorkingWithFiles.md')
-rw-r--r-- | doc/04_WorkingWithFiles.md | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/doc/04_WorkingWithFiles.md b/doc/04_WorkingWithFiles.md index 4a941a40..6f61d1da 100644 --- a/doc/04_WorkingWithFiles.md +++ b/doc/04_WorkingWithFiles.md @@ -2,14 +2,10 @@ ## Buffers -One of the first things notably absent when opening multiple files in Textadept -is the lack of a tab bar showing the open files. This design decision allowed -Textadept to support unlimited split views from the very beginning. Having a -single tab bar for multiple views causes confusion and having one tab bar per -view clutters the interface. - -Instead of having tabs, Textadept has the buffer browser. Press `Ctrl+B` (`⌘B` -on Mac OSX | `M-B` or `M-S-B` in curses) to open it. +Despite the fact that Textadept can display multiple buffers with a tab bar, the +buffer browser is usually a faster way to switch between buffers or quickly +assess which files are open. Press `Ctrl+B` (`⌘B` on Mac OSX | `M-B` or `M-S-B` +in curses) to display this browser.  |