From 82e9a289a6bd4956c979d2fb123025b4d4396ed5 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+orbitalquark@users.noreply.github.com> Date: Sat, 19 Mar 2022 01:08:11 -0400 Subject: Updated documentation on rearranging tabs and `move_buffer()`. --- docs/manual.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs/manual.md') diff --git a/docs/manual.md b/docs/manual.md index 1aca3d02..b15ca9d7 100644 --- a/docs/manual.md +++ b/docs/manual.md @@ -385,8 +385,9 @@ indicates there are unsaved changes in the marked buffer. There is only one tab entire application, even if there are multiple split views. When two or more views are open, the state of the tab bar applies only to the active view, and using the tab bar to switch between files also applies only to that view. Right-clicking on the tab bar brings up a configurable -context menu that is defined by [`textadept.menu.tab_context_menu`][]. You can turn off the -tab bar by setting [`ui.tabs`][]. For example, in your *~/.textadept/init.lua*: +context menu that is defined by [`textadept.menu.tab_context_menu`][]. Tabs can be rearranged +by clicking on their tops and dragging and dropping them. You can turn off the tab bar by setting +[`ui.tabs`][]. For example, in your *~/.textadept/init.lua*: ui.tabs = false -- cgit v1.2.3