From 4c01bce7d482d1f509f89e5b8304564007947a24 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Thu, 7 Nov 2013 22:59:13 -0500 Subject: Added support for tabs. --- doc/04_WorkingWithFiles.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'doc/04_WorkingWithFiles.md') 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. ![Buffer Browser](images/bufferbrowser.png) -- cgit v1.2.3