aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/4_WorkingWithFiles.md
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2011-08-30 20:58:06 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2011-08-30 20:58:06 -0400
commit94a410830cc0c93323dcb69a63a57e3c5d963d3b (patch)
treed7105bd586e07ca106e6d0c0e9ff12641c0fc0e4 /doc/manual/4_WorkingWithFiles.md
parentbe8a54727383036e65ff3459f9b9ea7f733ec5bf (diff)
downloadtextadept-94a410830cc0c93323dcb69a63a57e3c5d963d3b.tar.gz
textadept-94a410830cc0c93323dcb69a63a57e3c5d963d3b.zip
Updated manual.
Diffstat (limited to 'doc/manual/4_WorkingWithFiles.md')
-rw-r--r--doc/manual/4_WorkingWithFiles.md25
1 files changed, 13 insertions, 12 deletions
diff --git a/doc/manual/4_WorkingWithFiles.md b/doc/manual/4_WorkingWithFiles.md
index 095dba55..4e47165f 100644
--- a/doc/manual/4_WorkingWithFiles.md
+++ b/doc/manual/4_WorkingWithFiles.md
@@ -10,8 +10,8 @@ question of where to place the bar (above, below, or to one side) and how many
to have (one for each split view or a single one under the menubar).
You can see which buffer is active by looking at Textadept's titlebar. Pressing
-`Ctrl+Tab` (``^` `` on Mac OSX) cycles to the next buffer and `Ctrl+Shift+Tab`
-(`^~`) cycles to the previous one.
+`Ctrl+Tab` (`^⇥` on Mac OSX) cycles to the next buffer and `Ctrl+Shift+Tab`
+(`^⇧⇥`) cycles to the previous one.
## Buffer Browser
@@ -30,14 +30,14 @@ wildcards. You can also just use the arrow keys. Pressing `Enter` or clicking
## Split Views
Textadept allows you to split the editor window as many times as you like either
-horizontally or vertically. `Ctrl+Alt+Shift+S` splits vertically (side-by-side)
-and `Ctrl+Alt+S` splits horizontally (`^⇧S` and `^S` respectively on Mac OSX).
-You can resize the splitter bar by clicking and dragging with the mouse or
-using `Ctrl+Alt++` and `Ctrl+Alt+-` (`^+` and `^-`). The same file can be worked
-with in multiple split views.
+horizontally or vertically. `Ctrl+Alt+S` or `Ctrl+Alt+H` splits horizontally
+(top-bottom) and `Ctrl+Alt+V` splits vertically (`^S` and `^V` respectively on
+Mac OSX). You can resize the splitter bar by clicking and dragging with the
+mouse or using `Ctrl+Alt++` and `Ctrl+Alt+-` (`^+` and `^-`). The same file can
+be worked with in multiple split views.
-Pressing `Ctrl+Alt+Tab` (`^⇥` on Mac OSX) goes to the next view and
-`Ctrl+Alt+Shift+Tab` (`^⇧⇥`) goes to the previous one.
+Pressing `Ctrl+Alt+N` (`^⌥⇥` on Mac OSX) goes to the next view and `Ctrl+Alt+P`
+(`^⌥⇧⇥`) goes to the previous one.
To unsplit a view, enter the view to keep open and press `Ctrl+Alt+W` (`^W` on
Mac OSX). To unsplit all views, use `Ctrl+Alt+Shift+W` (`^⇧W`).
@@ -51,17 +51,18 @@ and opened via the `File -> Save Session...` and `File -> Load Session...`
menus.
Sessions save additional information such as current split views, caret and
-scroll positions in each buffer, and Textadept's window size.
+scroll positions in each buffer, Textadept's window size, and recently opened
+files.
## Snapopen
A quicker, though slightly more limited alternative to the standard
`File -> Open` dialog is snapopen. It behaves like the buffer browser, but
displays a list of files to open, including files in subdirectories. You can
-snapopen the current file's directory with `Ctrl+Alt+Shift+O` (`⌘⌥⇧O` on Mac
+snapopen the current file's directory with `Ctrl+Alt+Shift+O` (`^⌘⇧O` on Mac
OSX) or from the `Tools -> Snapopen -> Current Directory` menu. Snapopen is
pretty limited from the menu, but more versatile in scripts. See its
[LuaDoc](../modules/_m.textadept.snapopen.html). `Ctrl+U` (`⌘U`) snaps open
-`~/.textadept/` and `Ctrl+Alt+U` (`⌘⌥U`) snaps open Textadept's home directory.
+`~/.textadept/`.
![Snapopen](images/snapopen.png)